Having a stack with id = `*` results in `ERROR: no compatible stacks among provided buildpacks`
Closed this issue · 3 comments
joshuatcasey commented
What happened?
Trying to pack build
with this buildpack, v0.4.0
Try to run integration tests here: paketo-buildpacks/go@09aa607
What was the actual behavior?
results in ERROR: no compatible stacks among provided buildpacks
Thoughts
Could be related to the stacks
change here: v0.3.0...v0.4.0#diff-5f54cb49d0e28117084fad482c0daf89502d4ecb329230071fcf78e56dc939b3
This seems like a bigger issue?
ryanmoran commented
This seems like a bug in pack builder create
since *
is an allowed wildcard stack ID: https://github.com/buildpacks/spec/blob/main/buildpack.md#buildpack-implementations.
sambhav commented
Is this observable in the latest pack version? (0.24)
fg-j commented
Filed buildpacks/pack#1379 about this
Edit: Upstream pack issue linked above is now resolved in pack v0.24.1