mirror of
https://github.com/containers/podman.git
synced 2025-10-16 10:43:52 +08:00
Merge pull request #26607 from ygalblum/quadlet-image-pull-policy
Quadlet - add support for the Policy key for .image files
This commit is contained in:
6
test/e2e/quadlet/policy.image
Normal file
6
test/e2e/quadlet/policy.image
Normal file
@ -0,0 +1,6 @@
|
||||
## assert-podman-final-args localhost/imagename
|
||||
## assert-podman-args "--policy" "always"
|
||||
|
||||
[Image]
|
||||
Image=localhost/imagename
|
||||
Policy=always
|
@ -1027,6 +1027,7 @@ BOGUS=foo
|
||||
Entry("Image - Credentials", "creds.image"),
|
||||
Entry("Image - Decryption Key", "decrypt.image"),
|
||||
Entry("Image - OS Key", "os.image"),
|
||||
Entry("Image - Policy Key", "policy.image"),
|
||||
Entry("Image - Variant Key", "variant.image"),
|
||||
Entry("Image - All Tags", "all-tags.image"),
|
||||
Entry("Image - TLS Verify", "tls-verify.image"),
|
||||
|
Reference in New Issue
Block a user