paketo-buildpacks / builder

Apache License 2.0
12 stars 6 forks source link

Grabbing builders by platform-api tag is no longer working #16

Closed kvedurmu closed 4 years ago

kvedurmu commented 4 years ago

It looks like the n-1 and n-2 platform API tags are no longer working as expected.

When I run pack inspect-builder gcr.io/paketo-buildpacks/builder:tiny-platform-api-n-2 I see the following output

Inspecting builder: gcr.io/paketo-buildpacks/builder:tiny-platform-api-n-2
REMOTE:

Description: Tiny base image (bionic build image, distroless run image) with buildpacks for Golang
..........
Lifecycle:
  Version: 0.7.2
  Buildpack API: 0.2
  Platform API: 0.3

Expected behavior here is to see that the builder platform API is 0.1

It looks passing an explicit platform API tag still works. e.g pack inspect-builder gcr.io/paketo-buildpacks/builder:tiny-platform-api-0.1

Inspecting builder: gcr.io/paketo-buildpacks/builder:tiny-platform-api-0.1

REMOTE:
......................
Lifecycle:
  Version: 0.5.0
  Buildpack API: 0.2
  Platform API: 0.1
kvedurmu commented 4 years ago

Looks like this if fixed now. Closing this.