mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
Allow artifact add to override org.opencontainers.image.title annotation
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -27,7 +27,7 @@ const (
|
||||
artifactRegistry = "quay.io"
|
||||
artifactRepo = "podman"
|
||||
artifactImageName = "machine-os"
|
||||
artifactOriginalName = "org.opencontainers.image.title"
|
||||
artifactOriginalName = specV1.AnnotationTitle
|
||||
machineOS = "linux"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user