buildpacks / tekton-integration

Buildpacks + Tekton
22 stars 3 forks source link

Update CNB_PLATFORM_API to 0.4 #9

Closed jromero closed 3 years ago

jromero commented 3 years ago

Based on current suggested builders we should be able to upgrade to Platform API 0.4:

❯ pack --no-color builder suggest | grep "\'.*\'" | cut -d "'" -f2 | xargs -I '{}' sh -c 'echo {}...; pack inspect-builder {} | grep Platform -A 3'

gcr.io/buildpacks/builder:v1...
  Platform APIs:
    Deprecated: (none)
    Supported: 0.3, 0.4

heroku/buildpacks:18...
  Platform APIs:
    Deprecated: (none)
    Supported: 0.3, 0.4, 0.5

heroku/buildpacks:20...
  Platform APIs:
    Deprecated: (none)
    Supported: 0.3, 0.4, 0.5

paketobuildpacks/builder:base...
  Platform APIs:
    Deprecated: (none)
    Supported: 0.3, 0.4, 0.5

paketobuildpacks/builder:full...
  Platform APIs:
    Deprecated: (none)
    Supported: 0.3, 0.4, 0.5

paketobuildpacks/builder:tiny...
  Platform APIs:
    Deprecated: (none)
    Supported: 0.3, 0.4, 0.5
jromero commented 3 years ago

Relates to https://github.com/tektoncd/catalog/issues/525