Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Rework docker app image ls and add the --digests flag #709

Merged
merged 3 commits into from
Nov 6, 2019

Commits on Nov 6, 2019

  1. Add --digests flag to image ls

    Added the --digests flag to image ls. This makes the image ls command
    print the image digests (if present) along with the app name and image.
    
    Signed-off-by: Nick Adcock <nick.adcock@docker.com>
    zappy-shu committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    fe99fda View commit details
    Browse the repository at this point in the history
  2. remove temp dirs from image list tests

    Removed the temporary directories from being created in the app image ls
    tests as they are not used.
    
    Signed-off-by: Nick Adcock <nick.adcock@docker.com>
    zappy-shu committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    fd651ed View commit details
    Browse the repository at this point in the history
  3. split image ls output to repo and tag

    Split the app image ls output up so that the REPOSITORY and TAG are
    separate columns, the same as the standard docker image ls.
    
    The APP IMAGE ID column is now a default column, same as the ID column
    in docker image ls.
    
    As this ID is randomly generated the e2e tests have
    been updated to use regexes when asserting the command output.
    
    Signed-off-by: Nick Adcock <nick.adcock@docker.com>
    zappy-shu committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    24ced43 View commit details
    Browse the repository at this point in the history