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: docker/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.0.0
Choose a base ref
...
head repository: docker/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.0.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 6 contributors

Commits on Feb 6, 2023

  1. Fix bad ThrottleDevice path

    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>
    akerouanton authored and thaJeztah committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    53ed25d View commit details
    Browse the repository at this point in the history
  2. 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>
    corhere authored and thaJeztah committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    168f1b5 View commit details
    Browse the repository at this point in the history
  3. 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>
    thaJeztah committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0cd15ab View commit details
    Browse the repository at this point in the history
  4. 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>
    thaJeztah committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    14aac2c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4004 from thaJeztah/23.0_backports

    [23.0 backports] assorted backports
    cpuguy83 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ab4ef4a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. ci: fix branch filter pattern

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    (cherry picked from commit 0f39598)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    crazy-max authored and thaJeztah committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    27b19a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4018 from thaJeztah/23.0_backport_fix_ci_events

    [23.0 backport] ci: fix branch filter pattern
    thaJeztah authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a5ee5b1 View commit details
    Browse the repository at this point in the history
Loading