k4kratik/Container Image Existence Checker
Check if a given ECR or Docker Hub image exists or not in the registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| type | Type of the registry, allowed values are "ecr" and "dockerhub" | yes | ecr |
| container_repo_name | Name of the Container Repository | yes | — |
| image_tag | Image Tag for which you want to check. | yes | — |
| dockerhub_username | Docker Hub username for authentication for private repositories. | no | — |
| dockerhub_token | Docker Hub Personal Access Token for authentication for private repositories. | no | — |
Outputs
| name | description |
|---|---|
| image_exists | A boolean value to indicate if the image exists |