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

docs/deprecated: update status for graphdriver-plugins #5185

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

thaJeztah
Copy link
Member

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

Document DOCKERD_DEPRECATED_GRAPHDRIVER_PLUGINS env-var

- A picture of a cute animal (not mandatory but encouraged)

@@ -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 | - |
Copy link
Contributor

Choose a reason for hiding this comment

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

?

Copy link
Member Author

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!

Copy link
Member Author

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!

@@ -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
Copy link
Contributor

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."

Copy link
Contributor

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?)

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
Copy link
Contributor

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>
@thaJeztah thaJeztah force-pushed the deprecate_graphdriver_plugins2 branch from 9e84a67 to c8c13bd Compare June 21, 2024 13:04
@thaJeztah
Copy link
Member Author

@krissetto @vvoland I tried to rephrase it a bit; let me know if it looks better 🙈

@thaJeztah thaJeztah self-assigned this Jun 21, 2024
@vvoland vvoland merged commit 9e27888 into docker:master Jun 21, 2024
94 checks passed
@thaJeztah thaJeztah deleted the deprecate_graphdriver_plugins2 branch June 21, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants