service: Support setting container user

This commit is contained in:
uumas
2024-11-19 19:57:41 +02:00
parent cb3d5f177d
commit 64606707d4
4 changed files with 12 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ argument_specs:
description: "The image to run in the service container(s), in FQIN format (registry/imagename:tag)."
type: str
required: true
service_container_user:
description: The UID to run as inside the container
type: str
required: false
default: ""
service_container_publish_ports:
description: "A list of published ports in docker format (<host listen address>:<host port>:<container port>)"
type: list