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

Commits on Dec 12, 2025

  1. cli/command/container: inline parseWindowsDevice

    It's not parsing anything, so we may as well inline it to be more
    clear what's done.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    de09836 View commit details
    Browse the repository at this point in the history
  2. cli/command/container: use consistent casing for dockerCLI arg

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    2e3425f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. build(deps): bump actions/upload-artifact from 5 to 6

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    4d7a8b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6706 from docker/dependabot/github_actions/action…

    …s/upload-artifact-6
    
    build(deps): bump actions/upload-artifact from 5 to 6
    vvoland authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    00e23cf View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. docs: Update --all flag description to clarify it shows dangling images

    The --all flag description was misleading by only mentioning
    intermediate images, when it actually also controls the visibility of
    dangling (untagged) images.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    f7ddc8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6709 from vvoland/img-list-all-doc

    docs: Update --all flag description to clarify it shows dangling images
    thaJeztah authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    88be588 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6698 from thaJeztah/inline_parseWindowsDevice

    cli/command/container: inline parseWindowsDevice, and minor cleanups
    thaJeztah authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    0e6fee6 View commit details
    Browse the repository at this point in the history
Loading