Allow setting container entrypoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user