mirror of
https://github.com/containers/podman.git
synced 2025-12-11 09:18:34 +08:00
main ---- Use order number to order the units processing Process .image file Usage of .image file should not log Ambiguous Name warning Use AmbiguousName for .volume and .image units Quadlet ------- Convert .image files Add driver and Image keys to .volume files Handle usage of .image as Image Man Page -------- Add comments for new keys in .volume file Add comment about using .image files as images Add section about .image units Tests ----- Add integration tests Add system test Signed-off-by: Ygal Blum <ygal.blum@gmail.com> Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
## assert-podman-final-args localhost/imagename
|
|
## assert-key-is "Unit" "RequiresMountsFor" "%t/containers"
|
|
## assert-key-is "Service" "Type" "oneshot"
|
|
## assert-key-is "Service" "RemainAfterExit" "yes"
|
|
## assert-key-is "Service" "SyslogIdentifier" "%N"
|
|
|
|
[Image]
|
|
Image=localhost/imagename
|