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.1
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.2
Choose a head ref
  • 16 commits
  • 51 files changed
  • 3 contributors

Commits on Jan 25, 2024

  1. image/cache: Compare all config fields

    Add checks for some image config fields that were missing.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    (cherry picked from commit 5373487)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6d05b9b View commit details
    Browse the repository at this point in the history
  2. daemon/imageStore: Mark images built locally

    Store additional image property which makes it possible to distinguish
    if image was built locally.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    (cherry picked from commit c6156dc)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    be7b60e View commit details
    Browse the repository at this point in the history
  3. image/cache: Restrict cache candidates to locally built images

    Restrict cache candidates only to images that were built locally.
    This doesn't affect builds using `--cache-from`.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    (cherry picked from commit 96ac227)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    05a370f View commit details
    Browse the repository at this point in the history
  4. image/cache: Check image platform

    Make sure the cache candidate platform matches the requested.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    (cherry picked from commit 877ebbe)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f3f5327 View commit details
    Browse the repository at this point in the history
  5. builder/windows: Don't set ArgsEscaped for RUN cache probe

    Previously this was done indirectly - the `compare` function didn't
    check the `ArgsEscaped`.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    (cherry picked from commit 96d461d)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d5eebf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. hack/make.ps1: Fix go list pattern

    The double quotes inside a single quoted string don't need to be
    escaped.
    Looks like different Powershell versions are treating this differently
    and it started failing unexpectedly without any changes on our side.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    (cherry picked from commit ecb217c)
    vvoland committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1b47bfa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47265 from vvoland/ci-fix-makeps1-templatefail-25

    [25.0 backport] hack/make.ps1: Fix go list pattern
    thaJeztah authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    667bc3f View commit details
    Browse the repository at this point in the history
  3. update runc binary to v1.1.12

    Update the runc binary that's used in CI and for the static packages, which
    includes a fix for [CVE-2024-21626].
    
    - release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12
    - full diff: opencontainers/runc@v1.1.11...v1.1.12
    
    [CVE-2024-21626]: GHSA-xr7r-f8xq-vfvv
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 44bf407)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4edb71b View commit details
    Browse the repository at this point in the history
  4. vendor: github.com/opencontainers/runc v1.1.12

    - release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12
    - full diff: opencontainers/runc@v1.1.11...v1.1.12
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit b20dccb)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4b63c47 View commit details
    Browse the repository at this point in the history
  5. vendor: github.com/moby/buildkit v0.12.5

    full diff: moby/buildkit@v0.12.4...v0.12.5
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    13ce918 View commit details
    Browse the repository at this point in the history
  6. update containerd binary to v1.7.13

    Update the containerd binary that's used in CI
    
    - full diff: containerd/containerd@v1.7.12...v1.7.13
    - release notes: https://github.com/containerd/containerd/releases/tag/v1.7.13
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 835cdca)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fd6a419 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #47274 from thaJeztah/25.0_backport_bump_runc_1.1.12

    [25.0 backport] vendor: github.com/opencontainers/runc v1.1.12
    thaJeztah authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b73ee94 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47275 from vvoland/vendor-bk-0.12.5-25

    [25.0 backport] vendor: github.com/moby/buildkit v0.12.5
    thaJeztah authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    06e22dc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #47280 from thaJeztah/25.0_backport_bump_container…

    …d_binary_1.7.13
    
    [25.0 backport] update containerd binary to v1.7.13
    thaJeztah authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fa0d415 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #47269 from thaJeztah/25.0_backport_bump_runc_bina…

    …ry_1.1.12
    
    [25.0 backport] update runc binary to v1.1.12
    thaJeztah authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d838e68 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request from GHSA-xw73-rw38-6vjc

    [25.0 backport] image/cache: Restrict cache candidates to locally built images
    thaJeztah authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fce6e0c View commit details
    Browse the repository at this point in the history
Loading