Add heroku/builder:24 as a trusted + suggested builder#2178
Merged
natalieparellano merged 1 commit intobuildpacks:mainfrom Jun 5, 2024
Merged
Add heroku/builder:24 as a trusted + suggested builder#2178natalieparellano merged 1 commit intobuildpacks:mainfrom
heroku/builder:24 as a trusted + suggested builder#2178natalieparellano merged 1 commit intobuildpacks:mainfrom
Conversation
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: - Added `heroku/builder:24` as a trusted+suggested builder - Changed the existing `heroku/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). - Re-synced the builder description metadata here with what's in our `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 Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
Member
|
Manually verified the DCO |
Contributor
Author
|
Thank you for the review/merge :-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:24builder, which is based upon Ubuntu 24.04 and is also our first multi-architecture (AMD64+ARM64) builder.As such, I have:
heroku/builder:24as a trusted+suggested builderheroku/builder:22builder 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.tomlconfigs. (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