-
Notifications
You must be signed in to change notification settings - Fork 247
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
Migrate away from deprecated heroku/buildpacks:20
CNB builder image
#2964
Comments
Gentle nudge that builds using these images will start erroring in the future, plus the underlying images themselves will stop receiving security updates. |
@edmorley what is the idea? We just switch to |
@dangra The differences between the builder images can be seen in the comparison table linked from the OP. Most notable are the Taking a quick glance at the Heroku builder usages in this repo (using the GitHub code search link in the OP), in general a straight search and replace of Unfortunately no one in the community has yet published a native CNB for Elixir (https://registry.buildpacks.io/searches/elixir), so for now if you want to continue to support that language you'd need to continue to use a builder using an older |
This will be happening within the next couple of weeks in heroku/cnb-builder-images#474. We'll be adding an env var override for the errors, but I strongly recommend you switch from |
The deprecation warnings were upgraded to errors this morning: |
As of yesterday, the legacy |
Using Warning:
|
@uythoang if you submit a PR with the required changes and a way to try it myself, I will be more than happy to review and merge the change. |
@dangra There was no code change. This was a configuration change I made to my fly.toml file. |
Hey folks, just wanted to add that for me using I guess this is not exactly the same thing, but googling led me here so I'm leaving a note for people who might stumble at this, too. I'm new to Fly.io, I've followed the documentation and went with just |
Hi 👋
This project uses Heroku's
heroku/buildpacks:20
CNB builder image:https://github.com/search?q=repo%3Asuperfly%2Fflyctl%20(heroku%2Fbuilder-classic%20OR%20heroku%2Fbuildpacks)&type=code
We have deprecated this builder image as of heroku/cnb-builder-images#429.
Please migrate to
heroku/builder:22
orheroku/builder:20
, to continue to receive security updates, and to avoid disruption when the build time deprecation warning is upgraded to an error in the future.More information on the difference between the various builder images can be seen here:
https://github.com/heroku/cnb-builder-images#heroku-cnb-builder-images
The text was updated successfully, but these errors were encountered: