mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
podman artifact add now supports two new command line switches. --type string that describes the type of artifact --annotation string slice in the form of key=val These new options allow users to "tag" information in on their artifacts for any number of purposes down the line RUN-2446 Signed-off-by: Brent Baude <bbaude@redhat.com>
8 lines
291 B
Markdown
8 lines
291 B
Markdown
####> This option file is used in:
|
|
####> podman artifact add, manifest add, manifest annotate
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--annotation**=*annotation=value*
|
|
|
|
Set an annotation on the entry for the specified image or artifact.
|