Allow setting container entrypoint

This commit is contained in:
uumas
2025-11-26 22:25:54 +02:00
parent abf3859af7
commit 47088fd1a0
7 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,11 @@ argument_specs:
required: false
default: []
elements: str
container_entrypoint:
description: Entrypoint to use for the continaer
type: str
required: false
default: ""
container_user:
description: The UID to run as inside the container
type: str