mirror of
https://github.com/containers/podman.git
synced 2025-12-03 19:59:39 +08:00
Merge pull request #20905 from Odilhao/issue-20585-entrypoint
Add support for Entrypoint in quadlet
This commit is contained in:
6
test/e2e/quadlet/entrypoint.container
Normal file
6
test/e2e/quadlet/entrypoint.container
Normal file
@@ -0,0 +1,6 @@
|
||||
## assert-podman-final-args localhost/imagename
|
||||
## assert-podman-args "--entrypoint=top"
|
||||
|
||||
[Container]
|
||||
Image=localhost/imagename
|
||||
Entrypoint=top
|
||||
@@ -765,6 +765,7 @@ BOGUS=foo
|
||||
Entry("env-host-false.container", "env-host-false.container", 0, ""),
|
||||
Entry("env-host.container", "env-host.container", 0, ""),
|
||||
Entry("env.container", "env.container", 0, ""),
|
||||
Entry("entrypoint.container", "entrypoint.container", 0, ""),
|
||||
Entry("escapes.container", "escapes.container", 0, ""),
|
||||
Entry("exec.container", "exec.container", 0, ""),
|
||||
Entry("health.container", "health.container", 0, ""),
|
||||
|
||||
Reference in New Issue
Block a user