-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs/deprecated: legacy links env vars #6263
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
docs/deprecated: legacy links env vars #6263
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
docs/deprecated.md
Outdated
| Starting in Docker v29.0, these environment variables are deprecated, and won't be | ||
| added auomtatically anymore. Users who still depend on them can start Docker Engine |
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.
| Starting in Docker v29.0, these environment variables are deprecated, and won't be | |
| added auomtatically anymore. Users who still depend on them can start Docker Engine | |
| Starting with Docker v29.0, these environment variables are deprecated and will no longer be added automatically. Users who still depend on them can start Docker Engine |
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.
I'd be fine to disable it by default in v28.4, and remove the feature in v29 (or v30 depending on how much effort) - the legacy links were already deprecated since "forever", just never removed the functionality.
c1934ce to
1c6c38d
Compare
|
@akerouanton I did a quick rebase and pushed a temporary commit with some suggestions so that we can cherry-pick the deprecation to 28.4; i.e., the deprecation itself will be in v28.4 (but no changes yet) and v29.0 can disable the option by default (removing it in v30); let me know if it LGTY, then I can squash the commits. |
1c6c38d to
3a31132
Compare
Signed-off-by: Albin Kerouanton <[email protected]> Co-authored-by: Sebastiaan van Stijn <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
3a31132 to
5c76f7f
Compare
|
LGTM — I squashed them. |
thaJeztah
left a comment
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.
LGTM, thanks!
- What I did