github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/docs/source/markdown/podman-manifest-annotate.1.md (about)

     1  % podman-manifest-annotate(1)
     2  
     3  ## NAME
     4  podman\-manifest\-annotate - Add or update information about an entry in a manifest list or image index
     5  
     6  ## SYNOPSIS
     7  **podman manifest annotate** [*options*] *listnameorindexname* *imagemanifestdigest*
     8  
     9  ## DESCRIPTION
    10  
    11  Adds or updates information about an image included in a manifest list or image index.
    12  
    13  ## OPTIONS
    14  
    15  #### **--annotation** *annotation=value*
    16  
    17  Set an annotation on the entry for the specified image.
    18  
    19  #### **--arch**
    20  
    21  Override the architecture which the list or index records as a requirement for
    22  the image.  This is usually automatically retrieved from the image's
    23  configuration information, so it is rarely necessary to use this option.
    24  
    25  
    26  #### **--features**
    27  
    28  Specify the features list which the list or index records as requirements for
    29  the image.  This option is rarely used.
    30  
    31  #### **--os**
    32  
    33  Override the OS which the list or index records as a requirement for the image.
    34  This is usually automatically retrieved from the image's configuration
    35  information, so it is rarely necessary to use this option.
    36  
    37  #### **--os-features**
    38  
    39  Specify the OS features list which the list or index records as requirements
    40  for the image.  This option is rarely used.
    41  
    42  #### **--os-version**
    43  
    44  Specify the OS version which the list or index records as a requirement for the
    45  image.  This option is rarely used.
    46  
    47  #### **--variant**
    48  
    49  Specify the variant which the list or index records for the image.  This option
    50  is typically used to distinguish between multiple entries which share the same
    51  architecture value, but which expect different versions of its instruction set.
    52  
    53  ## EXAMPLE
    54  
    55  ```
    56  podman manifest annotate --arch arm64 --variant v8 mylist:v1.11 sha256:59eec8837a4d942cc19a52b8c09ea75121acc38114a2c68b98983ce9356b8610
    57  07ec8dc22b5dba3a33c60b68bce28bbd2b905e383fdb32a90708fa5eeac13a07: sha256:59eec8837a4d942cc19a52b8c09ea75121acc38114a2c68b98983ce9356b8610
    58  ```
    59  
    60  ## SEE ALSO
    61  **[podman(1)](podman.1.md)**, **[podman-manifest(1)](podman-manifest.1.md)**