-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Comparing changes
Open a pull request
base repository: docker/cli
base: v23.0.0
head repository: docker/cli
compare: v23.0.1
- 7 commits
- 10 files changed
- 6 contributors
Commits on Feb 6, 2023
-
Fixes moby/moby#44904. Signed-off-by: Albin Kerouanton <albinker@gmail.com> (cherry picked from commit 56051b8) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 53ed25d - Browse repository at this point
Copy the full SHA 53ed25dView commit details -
cli/command/container: exit 126 on EISDIR error
The error returned from "os/exec".Command when attempting to execute a directory has been changed from syscall.EACCESS to syscall.EISDIR on Go 1.20. golang/go@2b8f214 Consequently, any runc runtime built against Go 1.20 will return an error containing 'is a directory' and not 'permission denied'. Update the string matching so the CLI exits with status code 126 on 'is a directory' errors (EISDIR) in addition to 'permission denied' (EACCESS). Signed-off-by: Cory Snider <csnider@mirantis.com> (cherry picked from commit 9b5ceb5) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 168f1b5 - Browse repository at this point
Copy the full SHA 168f1b5View commit details -
vendor: github.com/containerd/containerd v1.6.16
no changes in vendored code full diff: containerd/containerd@v1.6.15...v1.6.16 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 5195db1) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 0cd15ab - Browse repository at this point
Copy the full SHA 0cd15abView commit details -
vendor: github.com/docker/docker v23.0.0
- client: improve error messaging on crash full diff: moby/moby@v23.0.0-rc.3...v23.0.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit bbebeba) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 14aac2c - Browse repository at this point
Copy the full SHA 14aac2cView commit details -
Merge pull request #4004 from thaJeztah/23.0_backports
[23.0 backports] assorted backports
Configuration menu - View commit details
-
Copy full SHA for ab4ef4a - Browse repository at this point
Copy the full SHA ab4ef4aView commit details
Commits on Feb 9, 2023
-
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 0f39598) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 27b19a6 - Browse repository at this point
Copy the full SHA 27b19a6View commit details -
Merge pull request #4018 from thaJeztah/23.0_backport_fix_ci_events
[23.0 backport] ci: fix branch filter pattern
Configuration menu - View commit details
-
Copy full SHA for a5ee5b1 - Browse repository at this point
Copy the full SHA a5ee5b1View 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...v23.0.1