heroku / base-images

Recipes for building the base images for Heroku's stacks
BSD 3-Clause "New" or "Revised" License
267 stars 75 forks source link

Heroku-24: Migrate away from transitional packages (build image) #292

Closed edmorley closed 5 months ago

edmorley commented 5 months ago

This is the build image equivalent of #279.

Several packages in the package install list for the build image are actually transitional packages - which provide backwards compatibility for packages that have since been renamed/replaced. Instead of depending on the old transitional package name, we should switch to the new names.

Specifically:

This is a no-op in terms of actual libs/headers installed in the build image (the packages seen being removed in the packages list are empty packages that solely depended on the new package name, which was already being installed).

GUS-W-15616760.