mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
Quadlet - Support template dependency
Add support for Volumes and Networks Add e2e and system tests Resolves: https://github.com/containers/podman/issues/25136 Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@@ -1195,6 +1195,14 @@ BOGUS=foo
|
||||
"basic.volume",
|
||||
},
|
||||
),
|
||||
Entry(
|
||||
"Container - Template with Volume Template dependency",
|
||||
"template-dependency@.container",
|
||||
[]string{
|
||||
"template-dependency@.volume",
|
||||
"template-dependency@.network",
|
||||
},
|
||||
),
|
||||
|
||||
Entry("Volume - Quadlet image (.build)", "build.quadlet.volume", []string{"basic.build"}),
|
||||
Entry("Volume - Quadlet image (.image)", "image.quadlet.volume", []string{"basic.image"}),
|
||||
|
||||
Reference in New Issue
Block a user