actions-marketplace-validations/Create Spawn Data Container
Create a spawn data container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dataImage | The data image to use to create a data-container from | yes | — |
| lifetime | The lifetime of the data-container before it is automatically deleted | no | 73h |
| useMasking | Whether or not to mask the data-container port, username and password | no | true |
| additionalArgs | Additional arguments to provide (e.g flags for a command) | no | "" |
Outputs
| name | description |
|---|---|
| dataContainerName | The new data containers name |
| dataContainerHost | The host on which the new data container runs |
| dataContainerPort | The port on which the new data container listens |
| dataContainerUsername | The username for the new data container |
| dataContainerPassword | The password for the new data container |