Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moby/moby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.0.0-rc.3
Choose a base ref
...
head repository: moby/moby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.0.0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 18, 2024

  1. net=host: remove /var/run/docker/netns/default from OCI config

    Prior to this commit, a container running with `--net=host` had
    `{"type":"network","path":"/var/run/docker/netns/default"}` in
    the ``.linux.namespaces` field of the OCI Runtime Config,
    but this wasn't needed.
    
    Close issue 47100
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ed15f1d View commit details
    Browse the repository at this point in the history
  2. ci: Always run snapshotter tests on Linux

    Now that we have a green CI on linux we can enable this for all PRs.
    
    Signed-off-by: Djordje Lukic <[email protected]>
    rumpl committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bd48159 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47101 from AkihiroSuda/refactor-47100

    net=host: remove /var/run/docker/netns/default from OCI config
    thaJeztah authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    982f85b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #47104 from rumpl/run-snapshotter-linux-tests

    ci: Always run snapshotter tests on Linux
    thaJeztah authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c183fcf View commit details
    Browse the repository at this point in the history
  5. c8d/mount: Use ref-counted mounter by default

    All commonly used filesystems should use ref-counted mounter, so make it
    the default instead of having to whitelist them.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ae6468b View commit details
    Browse the repository at this point in the history
  6. c8d/integation: Adjust error in TestPullLinuxImageFailsOnWindows

    Message is different with containerd backend. The Linux test
    `TestPullLinuxImageFailsOnLinux` was adjusted before, but we missed this
    one.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    05695c2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #47105 from vvoland/c8d-mount-refcount-default

    c8d/mount: Use ref-counted mounter by default
    vvoland authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7cbf01b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47106 from vvoland/c8d-windows-pull-error-msg

    c8d/integration: Adjust error in TestPullLinuxImageFailsOnWindows
    vvoland authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    615dfdf View commit details
    Browse the repository at this point in the history
Loading