Uh oh!
There was an error while loading. Please reload this page.
Replace obsolete ENV VAR VALUE with ENV VAR=VALUE - #2254
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
PeterDaveHello
left a comment
There was a problem hiding this comment.
Need to fix update.sh & functions.sh
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
PeterDaveHello
commented
Jul 10, 2025
Why should this one depend on #2258?
|
orgads
commented
Jul 10, 2025
Because they touch the same line in update.sh. |
PeterDaveHello
commented
Jul 10, 2025
That's something should be prevented. I don't want to mix different topic in the same pull request.
|
orgads
commented
Jul 10, 2025
I agree. So which one of them do you want to accept first? You can either merge the other one and then I'll rebase this one, or I can swap them. |
PeterDaveHello
left a comment
There was a problem hiding this comment.
Please remove unrelated commit changes that are not relevant to the topic.
PeterDaveHello
commented
Jul 10, 2025
Maybe this one as it was sent earlier. |
orgads
commented
Jul 10, 2025
Done |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
orgads
commented
Jul 16, 2025
Rebased. Please review. |
SimenB
left a comment
There was a problem hiding this comment.
Needs another rebase, but LGTM 👍
nschonni
left a comment
There was a problem hiding this comment.
As @tianon mentions in #2252 (comment), this advice might not actually be great
orgads
commented
Jul 17, 2025
Rebased. As for the warnings, whether we like them or not - they currently appear on every build, and it is annoying. It doesn't look like it's going to change anytime soon. So we can either ignore them and hope that upstream docker will remove them, or change to the new syntax. |
nschonni
commented
Jul 18, 2025
Totally agree, they are annoying, and I'm OK if one of the other member wants to dismiss my block. I want to make sure there is visibility that there is a disagreement on these warnings internal to the Docker groups. |
orgads
commented
Aug 4, 2025
Rebased. |
SimenB
commented
Oct 16, 2025
Yeah, I think we should land this. While I totally understand the reason one would be against the deprecation, it has landed and these warnings are really annoying as it pollutes every PR 😅 @orgads would you be up for a final rebase here, and we can land it? (there's also a v25 now) |
Fixes these warnings: - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
orgads
commented
Oct 16, 2025
Sure, done. I didn't change any link, so the failing test looks unrelated to my changes. |
SimenB
commented
Oct 16, 2025
Both links work, so that seems fine 🙂 We can merge this after docker-library/official-images#20099 lands to not make that diff so noisy. Thanks! |
I'm OK if one of the other member wants to dismiss my block
Uh oh!
There was an error while loading. Please reload this page.
Created PR on the official-images repo (docker-library/official-images#20105). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub. |
SimenB
commented
Oct 17, 2025
Thanks for your patience, @orgads 😀 |
Description
Fixes these warnings:
Testing Details
Build passed.
Types of changes
Checklist