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

Commits on Aug 25, 2024

  1. refactor: build images from heroku/heroku:STACK-build images

    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 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    22b2e5f View commit details
    Browse the repository at this point in the history
  2. fix: correct lint issues

    josegonzalez committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0e6dce9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e729be View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Update README.md

    Co-authored-by: Ed Morley <[email protected]>
    josegonzalez and edmorley authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    145a78a View commit details
    Browse the repository at this point in the history