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

Commits on Nov 20, 2025

  1. docker version: restore top-level BuildTime to RFC3339Nano

    Introduced by bff56f0 (cli/command/system: define struct for
    formatting version).
    
    In the "docker info" result, the Engine component's BuildTime should
    be in time.ANSIC format, but the top level BuildTime field should use
    time.RFC3339Nano.
    
    Signed-off-by: Rob Murray <rob.murray@docker.com>
    robmry committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    6751cd1 View commit details
    Browse the repository at this point in the history
  2. image ls: allow custom format in cli config

    Setting a custom format in the cli cofig should still be supported,
    and not produce an error when specifying "--tree". Specifyihg both
    "--tree" and "--format" still produces an error, but we could consider
    allowing "json" format in a future update.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    d84396d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6668 from robmry/builttime-format

    docker version: restore top-level BuildTime to RFC3339Nano format
    vvoland authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    11f24b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6667 from thaJeztah/use_format

    image ls: allow custom format in cli config
    vvoland authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    511dad6 View commit details
    Browse the repository at this point in the history
Loading