charliecloud icon indicating copy to clipboard operation
charliecloud copied to clipboard

`ch-image pull`: add `-o` to output in the given directory, bypassing storage dir

Open reidpr opened this issue 3 years ago • 1 comments

PR #1255 removed the second argument of ch-image pull. This issue is to restore that functionality by adding an argument -o foo to output the image to directory foo instead of container storage.

The non-storage destination conflicted with the build cache somehow; I don't recall why or how bad it was. Thus I'm not sure whether we should do this.

reidpr avatar May 26 '22 16:05 reidpr

This should also address the usability error described in #1335.

reidpr avatar May 27 '22 23:05 reidpr