dtcenter/Update Docker Data Volumes
Query web server and update data volumes used for testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_name | DockerHub username | yes | — |
| docker_pass | DockerHub password | yes | — |
| repo_name | Directory on DTC server to search for new data for a repo | yes | — |
| data_prefix | Prefix of tar files to search | yes | — |
| branch_name | Name of branch that triggered logic | yes | — |
| docker_data_dir | Path in Docker volume to put new data | yes | — |
| data_repo_dev | DockerHub repository to push development data volumes | yes | — |
| data_repo_stable | DockerHub repository to push data volumes for stable versions | — | "" |
| use_feature_data | If true, create data volumes for feature branches, otherwise use develop | — | false |
| tag_max_pages | Maximum number of pages of DockerHub tags to search | — | 20 |
Outputs
| name | description |
|---|---|
| data_volumes | Docker data volumes associated with current branch (comma-separated list) |