Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default CNB builder image to heroku/builder:24 #8

Open
edmorley opened this issue Jul 15, 2024 · 0 comments
Open

Update default CNB builder image to heroku/builder:24 #8

edmorley opened this issue Jul 15, 2024 · 0 comments

Comments

@edmorley
Copy link

We released heroku/builder:24, our new CNB builder image version based upon Ubuntu 24.04 LTS, in June:
heroku/buildpacks#12
https://github.com/heroku/cnb-builder-images#available-images

As of #6, this project's default CNB builder image is heroku/builder:22:

const DefaultStack = "heroku-22"

It would be great to (a) add support for heroku/builder:24 in general, (b) update the default CNB builder image to heroku/builder:24 in good time, to avoid another rush when heroku/builder:22 eventually becomes EOL.

The heroku/builder:24 builder is now a multi-architecture image (AMD64 + ARM64), and offers smaller run image sizes thanks to dropping unnecessary build-time dependencies from the run image. The list of included buildpacks (and their versions) is identical between heroku/builder:22 and heroku/builder:24.

For more information on the differences between the two images, see:
https://devcenter.heroku.com/articles/heroku-24-stack#what-s-new
https://devcenter.heroku.com/articles/heroku-24-stack#upgrade-notes
https://devcenter.heroku.com/articles/stack-packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant