docker-tools icon indicating copy to clipboard operation
docker-tools copied to clipboard

MergeImageInfo command does not have any useful output

Open lbussell opened this issue 8 months ago • 0 comments

The output of a successful run of the MergeImageInfo command looks like this:

READING MANIFEST
----------------

(from this build)

Surely there should be some additional diagnostic information we can log so that it's obvious the command is doing something. Some examples:

  • List which imageInfo files were found in the input folder
  • List which contents were determined to be out of date content and thus were removed
  • Some output for each object that gets merged
  • Writing the output to the disk

lbussell avatar May 06 '25 20:05 lbussell