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

inject env var for deprecated builder #4420

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Conversation

ferozemohideen
Copy link

POR-

What does this PR do?

@ferozemohideen ferozemohideen merged commit 0dfbc0c into master Mar 18, 2024
9 checks passed
@ferozemohideen ferozemohideen deleted the env-variable-builder branch March 18, 2024 21:54
if opts.Env == nil {
opts.Env = map[string]string{}
}
opts.Env["ALLOW_EOL_SHIMMED_BUILDER"] = "1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not recommend injecting this by default. Users may miss the EOL warning and not realise they need to upgrade ASAP.

As mentioned in heroku/cnb-builder-images#474 these images were superseded way back in June 2022, and we've been showing deprecation warnings in the build logs for 6 months now (we even attempted outreach about this in #3896).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(These images will soon receive zero security updates, and at some further point after that may even be deleted)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants