Merge pull request #20714 from deuill/quadlet-notify-healthy

quadlet: Support `healthy` for `Notify` directives
This commit is contained in:
openshift-merge-bot[bot]
2023-11-22 15:52:29 +00:00
committed by GitHub
4 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
## assert-podman-args "--sdnotify=healthy"
[Container]
Image=localhost/imagename
Notify=healthy

View File

@@ -712,6 +712,7 @@ BOGUS=foo
Entry("network.quadlet.container", "network.quadlet.container", 0, ""),
Entry("noimage.container", "noimage.container", 1, "converting \"noimage.container\": no Image or Rootfs key specified"),
Entry("notify.container", "notify.container", 0, ""),
Entry("notify-healthy.container", "notify-healthy.container", 0, ""),
Entry("oneshot.container", "oneshot.container", 0, ""),
Entry("other-sections.container", "other-sections.container", 0, ""),
Entry("podmanargs.container", "podmanargs.container", 0, ""),