mirror of
https://github.com/containers/podman.git
synced 2025-08-24 18:12:25 +08:00

Add a --artifact flag to `podman manifest add` which can be used to create an artifact manifest for one or more files and attach it to a manifest list. Corresponding --artifact-type, --artifact-config-type, --artifact-config, --artifact-layer-type, --artifact-subject, and --artifact-exclude-titles options can be used to fine-tune the fields in the artifact manifest that don't refer to the files themselves. Add a --index option to `podman manifest annotate` that will cause values passed to the --annotation flag to be applied to the manifest list as a whole instead of to an entry in the list. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>