github.com/dctrud/umoci@v0.4.3-0.20191016193643-05a1d37de015/doc/man/umoci-list.1.md (about)

     1  % umoci-list(1) # umoci list - List tags in an OCI layout
     2  % Aleksa Sarai
     3  % DECEMBER 2016
     4  # NAME
     5  umoci list - List tags in an OCI layout
     6  
     7  # SYNOPSIS
     8  **umoci list**
     9  **--layout**=*layout*
    10  
    11  **umoci ls**
    12  **--layout**=*layout*
    13  
    14  # DESCRIPTION
    15  Gets the list of tags defined in an OCI layout, with one tag name per line. The
    16  output order is not defined.
    17  
    18  # OPTIONS
    19  
    20  **--layout**=*layout*
    21    The OCI image layout to get the list of tags from. *layout* must be a path to
    22    a valid OCI layout.
    23  
    24  # EXAMPLE
    25  
    26  The following lists the set of tags in a layout copied from a **docker**(1)
    27  registry using **skopeo**(1).
    28  
    29  ```
    30  % skopeo copy docker://opensuse/amd64:42.1 oci:ocidir:42.1
    31  % skopeo copy docker://opensuse/amd64:42.2 oci:ocidir:42.2
    32  % skopeo copy docker://opensuse/amd64:latest oci:ocidir:latest
    33  % umoci ls --layout ocidir
    34  42.1
    35  42.2
    36  latest
    37  ```
    38  
    39  # SEE ALSO
    40  **umoci**(1), **umoci-stat**(1)