triptixx/docker test
A Action CI plugin for start and test build Docker images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| verbose | print curl output and running commands | — | false |
| repo | tag for the image to run and test | yes | — |
| delay | startup delay for the container before executing any actions | — | 10 |
| retry | curl retry count before giving up | — | 5 |
| retry_delay | curl delay before retrying | — | 5 |
| timeout | time output logs container | — | 10 |
| run | run a command in a test container and exit | — | — |
| run_args | arguments to pass to docker create | — | — |
| run_cmd | override docker container CMD | — | — |
| curl | url path to curl | — | — |
| curl_opts | additional options to pass to curl | — | — |
| pipe | shell code to execute on curl output | — | — |
| log_pipe | shell code to execute on logs container output | — | — |
| exec_pre | shell commands inside the container to run before curl | — | — |
| exec_post | shell commands inside the container to run after curl | — | — |
Outputs
no outputs