Add pinp support and make windmill use it
This commit is contained in:
@@ -277,6 +277,22 @@ argument_specs:
|
||||
default: []
|
||||
elements: str
|
||||
|
||||
service_container_pinp:
|
||||
description:
|
||||
- If true, runs the container with podman in podman
|
||||
- This starts a podman service inside the outer container
|
||||
- The podman socket is exposed to the inner container at /var/run/docker.sock
|
||||
- >-
|
||||
This allows the container to manage other containers, which are run inside the
|
||||
same outer container
|
||||
- >-
|
||||
The inner containers use host networking, so they share the network namespace
|
||||
with the outer container and each other.
|
||||
- This support is experimental and may not work with all images or configurations.
|
||||
type: bool
|
||||
required: false
|
||||
default: false
|
||||
|
||||
service_database_type:
|
||||
description:
|
||||
- Database type to set up.
|
||||
@@ -571,6 +587,21 @@ argument_specs:
|
||||
the name of the environment variable. Defaults to secret name.
|
||||
type: str
|
||||
required: false
|
||||
pinp:
|
||||
description:
|
||||
- If true, runs the container with podman in podman
|
||||
- This starts a podman service inside the outer container
|
||||
- The podman socket is exposed to the inner container at /var/run/docker.sock
|
||||
- >-
|
||||
This allows the container to manage other containers, which are run inside the
|
||||
same outer container
|
||||
- >-
|
||||
The inner containers use host networking, so they share the network namespace
|
||||
with the outer container and each other.
|
||||
- This support is experimental and may not work with all images or configurations.
|
||||
type: bool
|
||||
required: false
|
||||
default: false
|
||||
|
||||
service_requires:
|
||||
description: List of systemd units this service container depends on.
|
||||
|
||||
Reference in New Issue
Block a user