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

api/pre-1.44: Default ReadOnlyNonRecursive to true #47391

Merged
merged 2 commits into from Feb 27, 2024

Commits on Feb 23, 2024

  1. mounts/validate: Don't check source exists with CreateMountpoint

    Don't error out when mount source doesn't exist and mounts has
    `CreateMountpoint` option enabled.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    05b883b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. api/pre-1.44: Default ReadOnlyNonRecursive to true

    Don't change the behavior for older clients and keep the same behavior.
    Otherwise client can't opt-out (because `ReadOnlyNonRecursive` is
    unsupported before 1.44).
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4323903 View commit details
    Browse the repository at this point in the history