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

[25.0 backport] api/pre-1.44: Default ReadOnlyNonRecursive to true #47393

Merged
merged 3 commits into from Mar 1, 2024

Commits on Feb 27, 2024

  1. integration: Add container.Output utility

    Extracted from moby@bfb8104
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9ee3312 View commit details
    Browse the repository at this point in the history
  2. 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>
    (cherry picked from commit 05b883b)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a72294a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 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>
    (cherry picked from commit 4323903)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e85cef8 View commit details
    Browse the repository at this point in the history