-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Comparing changes
Open a pull request
base repository: moby/moby
base: v25.0.1
head repository: moby/moby
compare: v25.0.2
- 16 commits
- 51 files changed
- 3 contributors
Commits on Jan 25, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6d05b9b - Browse repository at this point
Copy the full SHA 6d05b9bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for be7b60e - Browse repository at this point
Copy the full SHA be7b60eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 05a370f - Browse repository at this point
Copy the full SHA 05a370fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f3f5327 - Browse repository at this point
Copy the full SHA f3f5327View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d5eebf9 - Browse repository at this point
Copy the full SHA d5eebf9View commit details
Commits on Jan 31, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 1b47bfa - Browse repository at this point
Copy the full SHA 1b47bfaView commit details -
Merge pull request #47265 from vvoland/ci-fix-makeps1-templatefail-25
[25.0 backport] hack/make.ps1: Fix go list pattern
Configuration menu - View commit details
-
Copy full SHA for 667bc3f - Browse repository at this point
Copy the full SHA 667bc3fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4edb71b - Browse repository at this point
Copy the full SHA 4edb71bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4b63c47 - Browse repository at this point
Copy the full SHA 4b63c47View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 13ce918 - Browse repository at this point
Copy the full SHA 13ce918View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fd6a419 - Browse repository at this point
Copy the full SHA fd6a419View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b73ee94 - Browse repository at this point
Copy the full SHA b73ee94View commit details -
Merge pull request #47275 from vvoland/vendor-bk-0.12.5-25
[25.0 backport] vendor: github.com/moby/buildkit v0.12.5
Configuration menu - View commit details
-
Copy full SHA for 06e22dc - Browse repository at this point
Copy the full SHA 06e22dcView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fa0d415 - Browse repository at this point
Copy the full SHA fa0d415View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d838e68 - Browse repository at this point
Copy the full SHA d838e68View commit details
Commits on Feb 1, 2024
-
Merge pull request from GHSA-xw73-rw38-6vjc
[25.0 backport] image/cache: Restrict cache candidates to locally built images
Configuration menu - View commit details
-
Copy full SHA for fce6e0c - Browse repository at this point
Copy the full SHA fce6e0cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v25.0.1...v25.0.2