mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
quadlet: Warn in generator if using short names
These are both slow (trigger loading alias files) and risky (its not clear which image you mean). Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## assert-podman-final-args imagename
|
||||
## assert-podman-final-args localhost/imagename
|
||||
## assert-podman-args "--name=systemd-%N"
|
||||
## assert-podman-args "--cidfile=%t/%N.cid"
|
||||
## assert-podman-args "--rm"
|
||||
@@ -25,4 +25,4 @@
|
||||
## assert-key-is "Service" "Environment" "PODMAN_SYSTEMD_UNIT=%n"
|
||||
|
||||
[Container]
|
||||
Image=imagename
|
||||
Image=localhost/imagename
|
||||
|
||||
Reference in New Issue
Block a user