-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Comparing changes
Open a pull request
base repository: moby/moby
base: v23.0.0-rc.3
head repository: moby/moby
compare: v23.0.0
- 12 commits
- 21 files changed
- 5 contributors
Commits on Jan 30, 2023
-
[23.0] update containerd binary to v1.6.16
Notable Updates - Fix push error propagation - Fix slice append error with HugepageLimits for Linux - Update default seccomp profile for PKU and CAP_SYS_NICE - Fix overlayfs error when upperdirlabel option is set full diff: containerd/containerd@v1.6.15...v1.6.16 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26e9fac - Browse repository at this point
Copy the full SHA 26e9facView commit details -
client: improve error messaging on crash
Repro steps: - Run Docker Desktop - Run `docker run busybox tail -f /dev/null` - Run `pkill "Docker Desktop" Expected: An error message that indicates that Docker Desktop is shutting down. Actual: An error message that looks like this: ``` error waiting for container: invalid character 's' looking for beginning of value ``` here's an example: docker/for-mac#6575 (comment) After this change, you get an error message like: ``` error waiting for container: copying response body from Docker: unexpected EOF ``` which is a bit more explicit. Signed-off-by: Nick Santos <[email protected]> (cherry picked from commit 9900c7a) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b83e09 - Browse repository at this point
Copy the full SHA 8b83e09View commit details -
hack: remove -installsuffix build flag
Has been introduced in 232d59b to work around a bug with "go build" but not required anymore since go 1.5: golang/go@4dab6d0 Signed-off-by: CrazyMax <[email protected]> (cherry picked from commit 0c008cc) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df2fe70 - Browse repository at this point
Copy the full SHA df2fe70View commit details -
hack: remove ORIG_BUILDFLAGS var
This var was used for the cross target but it has been removed in 8086f40 so not necessary anymore Signed-off-by: CrazyMax <[email protected]> (cherry picked from commit b80f161) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9674623 - Browse repository at this point
Copy the full SHA 9674623View commit details -
hack: remove unnecessary vars in make.sh script
Signed-off-by: CrazyMax <[email protected]> (cherry picked from commit 877baae) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7e0725 - Browse repository at this point
Copy the full SHA b7e0725View commit details -
hack: display build cmd when DOCKER_DEBUG set
Signed-off-by: CrazyMax <[email protected]> (cherry picked from commit 170a1c4) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 699e853 - Browse repository at this point
Copy the full SHA 699e853View commit details -
vendor: github.com/pelletier/go-toml v1.9.5
Contains a fix that prevents a panic on an invalid toml file. full diff: pelletier/go-toml@v1.9.4...v1.9.5 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 2209874) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63a0f1f - Browse repository at this point
Copy the full SHA 63a0f1fView commit details -
vendor: github.com/containerd/containerd v1.6.16
Notable Updates - Fix push error propagation - Fix slice append error with HugepageLimits for Linux - Update default seccomp profile for PKU and CAP_SYS_NICE - Fix overlayfs error when upperdirlabel option is set full diff: containerd/containerd@v1.6.15...v1.6.16 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit c41c8c2) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 610250f - Browse repository at this point
Copy the full SHA 610250fView commit details -
Merge pull request #44881 from thaJeztah/23.0_containerd_binary_1.6.16
[23.0] update containerd binary to v1.6.16
Configuration menu - View commit details
-
Copy full SHA for 20203f0 - Browse repository at this point
Copy the full SHA 20203f0View commit details
Commits on Jan 31, 2023
-
Merge pull request #44884 from thaJeztah/23.0_backport_rm_install_suffix
[23.0 backport] hack: remove -installsuffix build flag
Configuration menu - View commit details
-
Copy full SHA for de3f216 - Browse repository at this point
Copy the full SHA de3f216View commit details -
Merge pull request #44883 from thaJeztah/23.0_backport_invalid_character
[23.0 backport] client: improve error messaging on crash
Configuration menu - View commit details
-
Copy full SHA for 9df87ea - Browse repository at this point
Copy the full SHA 9df87eaView commit details -
Merge pull request #44885 from thaJeztah/23.0_backport_update_containerd
[23.0 backport] vendor: github.com/containerd/containerd v1.6.16
Configuration menu - View commit details
-
Copy full SHA for d7573ab - Browse repository at this point
Copy the full SHA d7573abView 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 v23.0.0-rc.3...v23.0.0