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

Commits on Apr 29, 2024

  1. waitExitOrRemoved: Handle context cancellation

    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    840016e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5044 from vvoland/wait-cancel-noerror

    [26.1 backport] waitExitOrRemoved: Handle context cancellation
    vvoland authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1e6db5d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. vendor: github.com/docker/docker ac2de55998d4 (v26.1.1)

    full diff: moby/moby@c8af8eb...ac2de55
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6d1c387 View commit details
    Browse the repository at this point in the history
  2. cli-plugins: PluginRunCommand: use cmd.Environ instead of os.Environ

    Commit 5011759 implemented a fix that
    caused the current environment to be discarded, using `os.Environ()`.
    On Windows, `os.Environ()` may produce an incorrect value for `PWD`,
    for which a new function was added in go1.19;
    
    - https://tip.golang.org/doc/go1.19#osexecpkgosexec
    - https://go-review.googlesource.com/c/go/+/401340
    
    Replace the use of `os.Environ()` with `cmd.Environ()` to address that.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit 5ccb484)
    Signed-off-by: Paweł Gronowski <[email protected]>
    thaJeztah authored and vvoland committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1c6a8ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5045 from vvoland/vendor-docker-26.1.1-dev

    [26.1] vendor: github.com/docker/docker ac2de55998d4 (v26.1.1)
    vvoland authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6c2b06d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5047 from vvoland/v26.1-5038

    [26.1 backport] cli-plugins: PluginRunCommand: use cmd.Environ instead of os.Environ
    vvoland authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4cf5afa View commit details
    Browse the repository at this point in the history
Loading