Comparing v29.0.2...v29.0.3 · docker/cli

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>
    Configuration menu

    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>
    Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history