-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: update status for graphdriver-plugins #5185
docs/deprecated: update status for graphdriver-plugins #5185
Conversation
docs/deprecated.md
Outdated
@@ -61,7 +61,7 @@ The table below provides an overview of the current status of deprecated feature | |||
| Removed | [logentries logging driver](#logentries-logging-driver) | v24.0 | v25.0 | | |||
| Removed | [OOM-score adjust for the daemon](#oom-score-adjust-for-the-daemon) | v24.0 | v25.0 | | |||
| Removed | [Buildkit build information](#buildkit-build-information) | v23.0 | v24.0 | | |||
| Deprecated | [Legacy builder for Linux images](#legacy-builder-for-linux-images) | v23.0 | - | | |||
| Deprecated | [Legacy builder for Linux images](#legacy-builder-for-linux-images) [deprecated.md](deprecated.md) | v23.0 | - | |
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.
?
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.
Ugh! Suspect my IDE tried to be helpful somewhere? Fixing!
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.
Hmm.. or may be I did a CMD+V
in the wrong spot; could've been me for sure!
docs/deprecated.md
Outdated
@@ -160,6 +161,14 @@ storage drivers for storing images and containers. This feature was not | |||
maintained since its inception, and will no longer be supported in upcoming | |||
releases. | |||
|
|||
Support for graphdriver plugins is disabled by default in v27.0, but an | |||
`DOCKERD_DEPRECATED_GRAPHDRIVER_PLUGINS` environment variable is provided | |||
to re-enable the feature. This environment-variable must be set in the daemon's |
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.
suggestion: "..must be set to a non-empty value in the daemon's environment."
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.
nit: also, let's standardize how we write "environment variable" (with or without the -
between the words?)
docs/deprecated.md
Outdated
to re-enable the feature. This environment-variable must be set in the daemon's | ||
environment, and set to a non-empty value. | ||
|
||
This environment variable will be removed in v28.0, and support for graphdriver |
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.
suggestion: "This environment variable, along with support for graphdriver plugins, will be removed in v28.0"
Add a mention of the feature being disabled by default, and the DOCKERD_DEPRECATED_GRAPHDRIVER_PLUGINS env-var. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9e84a67
to
c8c13bd
Compare
@krissetto @vvoland I tried to rephrase it a bit; let me know if it looks better 🙈 |
Add a mention of the feature being disabled by default, and the DOCKERD_DEPRECATED_GRAPHDRIVER_PLUGINS env-var.
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)