pack build failed: invalid builder 'paketobuildpacks/build-jammy-tiny:0.2.9': builder
'index.docker.io/paketobuildpacks/build-jammy-tiny:0.2.9' missing label 'io.buildpacks.builder.metadata'
-- try recreating builder
I was hoping to use this for Go builds as its sufficiently small to work on github saas runners.
this builder fails with:
Expected Behavior
Should run to completion and build
Current Behavior
Take a look at this job:
https://github.com/octopilot/octopilot-pipeline-tools/actions/runs/22186618531/job/64163668505
I was hoping to use this for Go builds as its sufficiently small to work on github saas runners.
Possible Solution
Add necessary labels
Steps to Reproduce
Motivations