-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Comparing changes
Open a pull request
base repository: moby/moby
base: v28.3.1
head repository: moby/moby
compare: v28.3.2
- 14 commits
- 21 files changed
- 5 contributors
Commits on Jul 8, 2025
-
gha: remove GO_VERSION build-arg from builds
The same env-var is used for action/setup-go as for overriding the default Go version in Dockerfiles, however action/setup-go only accepts SemVer (e.g. 1.25.0-rc.1) whereas the official golang image follows the Go project's versioning, which doesn't use a SemVer-compatible format (go1.25rc1 / 1.25rc1). Trying to use the same "GO_VERSION" value for both will therefore fail. As we're already updating the default version in the Dockerfile to the version we want to use, let's remove the --build-arg, and use the default that's set in the Dockerfile. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit fa4f3c9) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for dfbba63 - Browse repository at this point
Copy the full SHA dfbba63View commit details -
dockerfile: update govulncheck to v1.1.4
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> (cherry picked from commit fcf666f) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for a3c8f7f - Browse repository at this point
Copy the full SHA a3c8f7fView commit details -
docs: api: Tweak type of GwPriority to integer
Signed-off-by: Niel Drummond <niel@drummond.lu> (cherry picked from commit bfc0c7c) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 6323db8 - Browse repository at this point
Copy the full SHA 6323db8View commit details -
api: swagger: Tweak type of GwPriority to integer
Signed-off-by: Niel Drummond <niel@drummond.lu> (cherry picked from commit 51d6687) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 1ad3df4 - Browse repository at this point
Copy the full SHA 1ad3df4View commit details -
gha: update to windows 2022 / 2025
The hosted Windows 2019 runners reach EOL on June 30; actions/runner-images#12045 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 6f484d0) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 653777a - Browse repository at this point
Copy the full SHA 653777aView commit details -
gha: run windows 2025 on PRs, 2022 scheduled
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 9316396) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for a818cfd - Browse repository at this point
Copy the full SHA a818cfdView commit details -
integration/networking: increase context timeout for attach
The TestNatNetworkICC and TestFlakyPortMappedHairpinWindows (TestPortMappedHairpinWindows) tests were frequently failing on Windows with a context timeout; === FAIL: github.com/docker/docker/integration/networking TestNatNetworkICC/User_defined_nat_network (9.67s) nat_windows_test.go:62: assertion failed: error is not nil: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.51/containers/4357bd24c9b77b955ee961530d1f552ce099b3dcbeb396db599971b2396d8b08/start": context deadline exceeded panic.go:636: assertion failed: error is not nil: Error response from daemon: error while removing network: network mynat has active endpoints (name:"ctr2" id:"dc8d597dafef") === FAIL: github.com/docker/docker/integration/networking TestNatNetworkICC (18.34s) === FAIL: github.com/docker/docker/integration/networking TestFlakyPortMappedHairpinWindows (13.02s) nat_windows_test.go:110: assertion failed: error is not nil: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.51/containers/65207ae3d6953d85cd2123feac45af60b059842d570d4f897ea53c813cba3cb4/start": context deadline exceeded panic.go:636: assertion failed: error is not nil: Error response from daemon: error while removing network: network clientnet has active endpoints (name:"amazing_visvesvaraya" id:"18add58d415e") These timeouts were set in c1ab6ed and 2df4391, and were shared between Linux and Windows; likely Windows is slower to start, so these timeouts to be expected. Let's increase the context timeout to give it a bit more time. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 0ea28fe) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for bfade89 - Browse repository at this point
Copy the full SHA bfade89View commit details -
Merge pull request #50349 from vvoland/50255-28.x
[28.x backport] dockerfile: update govulncheck to v1.1.4
Configuration menu - View commit details
-
Copy full SHA for 76fbfe9 - Browse repository at this point
Copy the full SHA 76fbfe9View commit details -
Merge pull request #50350 from vvoland/50333-28.x
[28.x backport] api: swagger: Tweak type of GwPriority to integer
Configuration menu - View commit details
-
Copy full SHA for da65c86 - Browse repository at this point
Copy the full SHA da65c86View commit details -
Merge pull request #50348 from vvoland/50314-28.x
[28.x backport] gha: remove GO_VERSION build-arg from builds
Configuration menu - View commit details
-
Copy full SHA for d14a60f - Browse repository at this point
Copy the full SHA d14a60fView commit details -
Merge pull request #50352 from vvoland/50347-28.x
[28.x backport] integration/networking: increase context timeout for attach
Configuration menu - View commit details
-
Copy full SHA for 3b7d703 - Browse repository at this point
Copy the full SHA 3b7d703View commit details
Commits on Jul 9, 2025
-
- https://github.com/golang/go/issues?q=milestone%3AGo1.24.5+label%3ACherryPickApproved - full diff: golang/go@go1.24.4...go1.24.5 This minor releases include 1 security fixes following the security policy: - cmd/go: unexpected command execution in untrusted VCS repositories Various uses of the Go toolchain in untrusted VCS repositories can result in unexpected code execution. When using the Go toolchain in directories fetched using various VCS tools (such as directly cloning Git or Mercurial repositories) can cause the toolchain to execute unexpected commands, if said directory contains multiple VCS configuration metadata (such as a '.hg' directory in a Git repository). This is due to how the Go toolchain attempts to resolve which VCS is being used in order to embed build information in binaries and determine module versions. The toolchain will now abort attempting to resolve which VCS is being used if it detects multiple VCS configuration metadata in a module directory or nested VCS configuration metadata (such as a '.git' directoy in a parent directory and a '.hg' directory in a child directory). This will not prevent the toolchain from building modules, but will result in binaries omitting VCS related build information. If this behavior is expected by the user, the old behavior can be re-enabled by setting GODEBUG=allowmultiplevcs=1. This should only be done in trusted repositories. Thanks to RyotaK (https://ryotak.net) of GMO Flatt Security Inc for reporting this issue. This is CVE-2025-4674 and https://go.dev/issue/74380. View the release notes for more information: https://go.dev/doc/devel/release#go1.24.5 Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> (cherry picked from commit 0a047e8) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 38c0abf - Browse repository at this point
Copy the full SHA 38c0abfView commit details -
Merge pull request #50351 from vvoland/50179-28.x
[28.x backport] gha: update to windows 2022 / 2025
Configuration menu - View commit details
-
Copy full SHA for 6e3cf7f - Browse repository at this point
Copy the full SHA 6e3cf7fView commit details -
Merge pull request #50354 from vvoland/50353-28.x
[28.x backport] Update to go1.24.5
Configuration menu - View commit details
-
Copy full SHA for e77ff99 - Browse repository at this point
Copy the full SHA e77ff99View 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 v28.3.1...v28.3.2