logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

umoci list - List tags in an OCI layout

Description

       Gets  the  list  of  tags  defined  in an OCI layout, with one tag name per line. The output order is not
       defined.

Example

       The following lists the set of tags in a layout copied from a docker(1) registry using skopeo(1).

       % skopeo copy docker://opensuse/amd64:42.1 oci:ocidir:42.1
       % skopeo copy docker://opensuse/amd64:42.2 oci:ocidir:42.2
       % skopeo copy docker://opensuse/amd64:latest oci:ocidir:latest
       % umoci ls --layout ocidir
       42.1
       42.2
       latest

Name

       umoci list - List tags in an OCI layout

Options

--layout=layout
         The OCI image layout to get the list of tags from. layout must be a path to
         a valid OCI layout.

See Also

umoci(1), umoci-stat(1)

list                                                  umoci                                     umoci-list(1)(#)

Synopsis

umocilist--layout=layoutumocils--layout=layout

See Also