From d74b3df909399e28e5ab39fad894ee86d3830a83 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 3 May 2024 21:37:31 +0100 Subject: [PATCH] Update EOL message shown for legacy builders (#513) Updates the EOL message to reflect that we're now stopping updating these images. I've also removed the explicit builder image name example from the message, since it will get out of date once future builders are released. The messaging has to be updated in this separate PR first, so we can do one more release with the new messaging before removing the publishing jobs in the next PR. Towards #512. --- builder-classic-22/end-of-life-buildpack/bin/build | 7 +++---- buildpacks-20/end-of-life-buildpack/bin/build | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/builder-classic-22/end-of-life-buildpack/bin/build b/builder-classic-22/end-of-life-buildpack/bin/build index 33e84223..cde7d6d0 100755 --- a/builder-classic-22/end-of-life-buildpack/bin/build +++ b/builder-classic-22/end-of-life-buildpack/bin/build @@ -36,11 +36,10 @@ ${MSG_PREFIX}: This builder image (heroku/builder-classic:22) has been sunset, since it uses legacy shimmed classic Heroku buildpacks, rather than Heroku's next-generation Cloud Native Buildpacks. -As such, this image is no longer supported and will soon stop receiving -security updates. +As such, this image is no longer supported and does not receive any +security updates or fixes. -Please switch to one of our newer 'heroku/builder:*' builder images, -such as 'heroku/builder:22': +Please switch to one of our newer 'heroku/builder:*' builder images: https://github.com/heroku/cnb-builder-images#available-images If you are using the Pack CLI, you will need to adjust your '--builder' diff --git a/buildpacks-20/end-of-life-buildpack/bin/build b/buildpacks-20/end-of-life-buildpack/bin/build index 0ab97ca7..d1f6ae94 100755 --- a/buildpacks-20/end-of-life-buildpack/bin/build +++ b/buildpacks-20/end-of-life-buildpack/bin/build @@ -36,11 +36,10 @@ ${MSG_PREFIX}: This builder image (heroku/buildpacks:20) has been sunset, since it uses legacy shimmed classic Heroku buildpacks, rather than Heroku's next-generation Cloud Native Buildpacks. -As such, this image is no longer supported and will soon stop receiving -security updates. +As such, this image is no longer supported and does not receive any +security updates or fixes. -Please switch to one of our newer 'heroku/builder:*' builder images, -such as 'heroku/builder:22': +Please switch to one of our newer 'heroku/builder:*' builder images: https://github.com/heroku/cnb-builder-images#available-images If you are using the Pack CLI, you will need to adjust your '--builder'