Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update platform API implemented to 0.5 #21

Open
1 task done
jromero opened this issue Feb 26, 2021 · 1 comment
Open
1 task done

Update platform API implemented to 0.5 #21

jromero opened this issue Feb 26, 2021 · 1 comment
Labels
type/enhancement Issue that requests a new feature or improvement.

Comments

@jromero
Copy link
Member

jromero commented Feb 26, 2021

Blockers:

  • Google Builder uses an older version of the lifecycle that doesn't support platform 0.5

Resources:

@jromero jromero added the type/enhancement Issue that requests a new feature or improvement. label Feb 26, 2021
@jromero jromero changed the title Update platform API support to 0.5 Update platform API implemented to 0.5 Feb 26, 2021
@jromero jromero added this to the 2021-03 milestone Feb 26, 2021
@jromero jromero removed this from the 2021-03 milestone Nov 4, 2021
@cmoulliard
Copy link

I think that it is time to bump the Platform version to at least 0.10 otherwise we got this error

buildpack API version '0.7' is incompatible with the lifecycle Step failed

Log of the pod running the analyze step

env:
  - name: CNB_PLATFORM_API
    value: '0.4'
  - name: HOME
    value: /tekton/home
name: analyze
resources: {}
volumeMounts:
  - mountPath: /workspace/source
    name: ws-sc5zr
    subPath: source
  - mountPath: /workspace/cache
    name: ws-sc5zr
    subPath: cache
  - mountPath: /layers
    name: layers-dir
args:
  - '-layers=/layers'
  - '-group=/layers/group.toml'
  - '-cache-dir=/workspace/cache'
  - '-cache-image='
  - '-uid=1000'
  - '-gid=1000'
  - kind-registry.local:5000/quarkus-hello
command:
  - /cnb/lifecycle/analyzer
image: docker.io/buildpacksio/lifecycle:0.10.2@sha256:1bf8d3fc41d2fdf0ee4abdad50038ab8902ef58c74f5bcfc432c26767d889ed0
imagePullPolicy: Always

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Issue that requests a new feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants