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: v26.1.0
Choose a base ref
...
head repository: moby/moby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v26.1.1
Choose a head ref
  • 8 commits
  • 27 files changed
  • 5 contributors

Commits on Apr 25, 2024

  1. vendor: update buildkit to v0.13.2

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c9689ec View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request #47762 from tonistiigi/26.1-update-buildkit-v0.13.2

    [26.1] vendor: update buildkit to v0.13.2
    vvoland authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a9a8787 View commit details
    Browse the repository at this point in the history
  2. Update containerd to v1.7.16

    Includes fix for HTTP fallback
    
    Signed-off-by: Derek McGowan <derek@mcg.dev>
    (cherry picked from commit eeec716)
    Signed-off-by: Austin Vazquez <macedonv@amazon.com>
    dmcgowan authored and austinvazquez committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2c91196 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request #47767 from austinvazquez/cherry-pick-eeec716e332e…

    …5c058dfe70ddc0006d8552f632b2-to-26.1
    
    [26.1 backport] vendor: update containerd to v1.7.16
    vvoland authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    21da192 View commit details
    Browse the repository at this point in the history
  2. Allow for a read-only "/proc/sys/net".

    If dockerd runs on a host with a read-only /proc/sys/net filesystem,
    it isn't able to enable or disable IPv6 on network interfaces when
    attaching a container to a network (including initial networks during
    container creation).
    
    In release 26.0.2, a read-only /proc/sys/net meant container creation
    failed in all cases.
    
    So, don't attempt to enable/disable IPv6 on an interface if it's already
    set appropriately.
    
    If it's not possible to enable IPv6 when it's needed, just log (because
    that's what libnetwork has always done if IPv6 is disabled in the
    kernel).
    
    If it's not possible to disable IPv6 when it needs to be disabled,
    refuse to create the container and raise an error that suggests setting
    environment variable "DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1", to tell
    the daemon it's ok to ignore the problem.
    
    Signed-off-by: Rob Murray <rob.murray@docker.com>
    (cherry picked from commit 01ea18f)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    robmry authored and vvoland committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4061808 View commit details
    Browse the repository at this point in the history
  3. Option to avoid deleting the kernel_ll address from bridges.

    If env var DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1, don't assign fe80::1/64
    to a bridge, and don't delete any link local address with prefix fe80::/64.
    
    Signed-off-by: Rob Murray <rob.murray@docker.com>
    (cherry picked from commit 57ada4b)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    robmry authored and vvoland committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2f5bbbe View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge pull request #47774 from vvoland/v26.1-47769

    [26.1 backport] Allow for a read-only "/proc/sys/net".
    thaJeztah authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9a2b531 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47775 from vvoland/v26.1-47771

    [26.1 backport] Option to avoid deleting the kernel_ll address from bridges.
    vvoland authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ac2de55 View commit details
    Browse the repository at this point in the history
Loading