Suggest heroku/builder:26 instead of heroku/builder:24#2611
Merged
jjbustamante merged 1 commit intoMay 25, 2026
Conversation
c1aa5ec to
be1ca94
Compare
edmorley
reviewed
May 21, 2026
| { | ||
| Vendor: "Heroku", | ||
| Image: "heroku/builder:24", | ||
| DefaultDescription: "Ubuntu 24.04 AMD64+ARM64 base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala.", |
Contributor
There was a problem hiding this comment.
(optional) I guess the builder:24 and :22 entries could also mention .NET for parity with:
https://github.com/heroku/cnb-builder-images/blob/eb9c35bde086918c2c721ebf11ab4a26ca5834f8/builder-24/builder.toml#L1
Contributor
Author
There was a problem hiding this comment.
Makes sense and I've updated both entries -- I didn't change it initially as the builder:24 + builder:22 descriptions will (hopefully) go away soon, pending #2575 :)
Following the GA release of the Heroku-26 stack, switch the suggested Heroku builder from `heroku/builder:24` to `heroku/builder:26`. The :24 builder remains trusted but is no longer suggested. Also re-sync the :26 description with what's in our `builder.toml` config. See: https://devcenter.heroku.com/changelog-items/3703 https://github.com/heroku/cnb-builder-images/blob/main/builder-26/builder.toml Signed-off-by: Rune Soerensen <rsoerensen@salesforce.com>
be1ca94 to
87e811c
Compare
jjbustamante
approved these changes
May 25, 2026
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
The Heroku-26 stack is now GA, so this updates the Pack CLI's suggested Heroku builder accordingly:
heroku/builder:26to be suggested (in addition to trusted, which it already was following Addheroku/builder:26as a trusted builder #2569).heroku/builder:24so that it is now just trusted, and not also suggested.heroku/builder:26description with what's in ourbuilder.toml.Documentation
Related
Companion to #2569 (which added
heroku/builder:26as a trusted builder).