Add heroku/builder:24
as a trusted + suggested builder
#2178
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
We have just completed our new
heroku/builder:24
builder, which is based upon Ubuntu 24.04 and is also our first multi-architecture (AMD64+ARM64) builder.As such, I have:
heroku/builder:24
as a trusted+suggested builderheroku/builder:22
builder entry so that it is now just trusted, and not also suggested (since we want to encourage users to use the newer builder, especially since it's now multi-arch).builder.toml
configs. (The descriptions in this repo are what gets used in offline mode, when Pack CLI can't pull the latest image description from the image labels on the registry.)See:
heroku/cnb-builder-images#534
https://github.com/heroku/cnb-builder-images/blob/main/builder-20/builder.toml
https://github.com/heroku/cnb-builder-images/blob/main/builder-22/builder.toml
https://github.com/heroku/cnb-builder-images/blob/main/builder-24/builder.toml
Documentation