-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Add messaging for homebrew/ubuntu16.04:master
image deprecation
#13819
Conversation
Review period will end on 2022-09-08 at 12:32:15 UTC. |
Review period skipped due to |
It probably won't. I see messages that print to what should be stderr in CI logs all the time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! One non-blocking question.
What is the question? |
@@ -359,6 +359,18 @@ fi | |||
##### Now, do everything else (that may be a bit slower). | |||
##### | |||
|
|||
# Docker image deprecation | |||
if [[ -f "${HOMEBREW_REPOSITORY}/.docker-deprecate" ]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about putting this in the docker root rather than repository root?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will require modifying the Dockerfile, I think. Could make it an arg that gets passed that, if set, does this.
Note that this is not a 3.6.0 blocker given it only applies on
master
pushes anyway.I've not tested if printing to stderr breaks anything in
Homebrew/test-bot
. I hope not.