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:
openshift-merge-bot[bot]
2025-07-11 08:13:38 +00:00
committed by GitHub
4 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,6 @@
## assert-podman-final-args localhost/imagename
## assert-podman-args "--policy" "always"
[Image]
Image=localhost/imagename
Policy=always

View File

@ -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"),