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

complete the "-g" / "--graph" daemon option deprecation #3739

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Aug 18, 2022

These options were soft-deprecated in Docker 17.05 (moby/moby#28696), and at the time considered to not be removed. However, with the move towards containerd snapshotters, having these options around adds additional complexity to handle fallbacks for deprecated (and hidden) flags, so completing the deprecation.

- Description for the changelog

complete the "-g" / "--graph" daemon option deprecation

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

@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2022

Codecov Report

Merging #3739 (304c100) into master (9400e3d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3739   +/-   ##
=======================================
  Coverage   59.15%   59.15%           
=======================================
  Files         289      289           
  Lines       24674    24674           
=======================================
  Hits        14597    14597           
  Misses       9206     9206           
  Partials      871      871           

These options were soft-deprecated in Docker 17.05, and at the time
considered to not be removed. However, with the move towards containerd
snapshotters, having these options around adds additional complexity to
handle fallbacks for deprecated (and hidden) flags, so completing the
deprecation.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah force-pushed the hard_deprecate_graph branch from 34a8a3c to 304c100 Compare August 18, 2022 10:53
@thaJeztah thaJeztah added this to the 22.06.0 milestone Aug 18, 2022
@thaJeztah thaJeztah marked this pull request as ready for review August 18, 2022 18:30
@thaJeztah thaJeztah merged commit 34e4ba0 into docker:master Aug 18, 2022
@thaJeztah thaJeztah deleted the hard_deprecate_graph branch August 18, 2022 18:34
ahmedsajid added a commit to ahmedsajid/ansible-role-docker that referenced this pull request Feb 2, 2023
replaced with `data-root` in latest release

https://github.com/moby/moby/releases/tag/v23.0.0

```
Remove the -g and --graph daemon options in favor of --data-root. docker/cli#3739

    These options have been hidden and deprecated since 17.05.
    Deprecation notice
```
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.

3 participants