kyberorg/Wait for new image deployed to Harbor
Makes GET requests to Harbor server, looking for image with given tag and sha is already deployed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 25, 2023
- License
- Public domain
Pinned Snippet
uses: kyberorg/wait_for_harbor@30fc2354de1ccbe0a7372cac67b0560915d12db5 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| hostname | String with hostname, without schema and api path. Can include port as well | yes | — |
| schema | Use this if your Harbor instance is http only. Valid options are ‘http’ and ‘https’ | no | https |
| robot | Full name Robot or Username. Robot name must include autogenerated path as well | yes | — |
| token | Token or password to access Harbor instance | yes | — |
| imageProject | Harbor project image located in. Part in between Harbor host and image repository | yes | — |
| imageRepo | Image Repository aka image name | yes | — |
| imageTag | Image Tag we are waiting for | yes | — |
| imageSha | Image SHA256 to search for. Can be with or without sha256 prefix | yes | — |
| timeout | Timeout in seconds | no | 1m |
| interval | Interval between polling in seconds | no | 2s |
Outputs
no outputs