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

Build images from heroku/heroku:STACK-build images and drop support for heroku-20 and heroku-22 #1294

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

josegonzalez
Copy link
Member

Rather than try and emulate the work heroku is doing, use their upstream images as is. This simplifies the build process signficantly, and allows us to only layer the necessary on top of their images.

This was not previously possible due to missing arm64 support, which is introduced in the heroku-24 stack. Thus, this will fail for all other stacks.

@josegonzalez josegonzalez changed the title refactor: build images from heroku/heroku:STACK-build images Build images from heroku/heroku:STACK-build images and drop support for heroku-20 and heroku-22 Aug 25, 2024
Rather than try and emulate the work heroku is doing, use their upstream images as is. This simplifies the build process signficantly, and allows us to only layer the necessary on top of their images.

This was not previously possible due to missing arm64 support, which is introduced in the heroku-24 stack. Thus, this will fail for all other stacks.
README.md Outdated Show resolved Hide resolved
Co-authored-by: Ed Morley <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants