Closed
Description
A User want to build tooling to keep multiple container registries in sync using skopeo.
In order to script this he needs to have a list of all container images at the source registry. This is stored as a catalog and should be able to be retrieved using skope catalog command.
Add a new command catalog, which will bring back the entire registry catalog file in json format.
skopeo catalog docker:registry.access.redhat.com
Should output the catalog to stdout.