nsc registry share makes a private nscr.io container image publicly accessible. It generates a new unique id which can
be used to pull the image from public.nscr.io.
Usage
Example
Options
—digest <digest>
Image digest used to identify the specific image, in the formsha256:.... Use together with --repository as an alternative to providing the image reference as a positional argument.
—expires_at <timestamp>
When the image will no longer be accessible publicly. The private image will still exist after this timestamp.—output, -o <format>
Output format. One oftable or json. Default is table.
—repository <repository>
Repository name to share. Use together with--digest as an alternative to providing the image reference as a positional argument.
—suffix <suffix>
Adds a suffix to the id part of the public reference which makes it easier to distinguish public images.—visibility <level>
Visibility level to share the image at. One ofpublic or partner. Default is public.