You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task "buildpack-phases": ERROR: failed to : set API for buildpack 'paketo-buildpacks/[email protected]': buildpack API version '0.7' is incompatible with the lifecycle
#1223
Open
johan974 opened this issue
Dec 7, 2023
· 1 comment
Because of the warning of a deprecated CNB_PLATFORM_API of 0.4.
Just run the pipeline
Additional Info
The text was updated successfully, but these errors were encountered:
johan974
changed the title
ERROR: failed to : set API for buildpack '[email protected]': buildpack API version '0.8' is incompatible with the lifecycle
Task "buildpack-phases": ERROR: failed to : set API for buildpack '[email protected]': buildpack API version '0.8' is incompatible with the lifecycle
Dec 7, 2023
johan974
changed the title
Task "buildpack-phases": ERROR: failed to : set API for buildpack '[email protected]': buildpack API version '0.8' is incompatible with the lifecycle
Task "buildpack-phases": ERROR: failed to : set API for buildpack 'paketo-buildpacks/[email protected]': buildpack API version '0.7' is incompatible with the lifecycle
Dec 18, 2023
Task: "buildpack-phases"
Expected Behavior
Detect the buildpacks, (maven) build the soures to a JAR, build a Docker image.
Actual Behavior
When running the Task "buildpack-phases" with builder-image "gcr.io/buildpacks/builder:v1" as part of a custom pipeline I get this error:
ERROR: failed to : set API for buildpack '[email protected]': buildpack API version '0.8' is incompatible with the lifecycle
When running it with a "paketobuildpacks/builder:base" builder I get this error:
ERROR: failed to : set API for buildpack 'paketo-buildpacks/[email protected]': buildpack API version '0.7' is incompatible with the lifecycle
Steps to Reproduce the Problem
This is part of my pipeline. I have credentials for SSH and docker set via a ServiceAccount.
I also tried:
Because of the warning of a deprecated CNB_PLATFORM_API of 0.4.
Additional Info
The text was updated successfully, but these errors were encountered: