gliderlabs / herokuish

Utility for emulating Heroku build and runtime tasks in containers
MIT License
1.45k stars 150 forks source link

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

Open josegonzalez opened 2 months ago

josegonzalez commented 2 months ago

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.