koalaops/Parse Image Registry

Parses a Docker image URL to extract cloud provider and registry information

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 27, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: koalaops/parse-image-registry@f76db3247b7e6e18fe015721fd9494d03d6e0380 # v1.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
imageFull Docker image URL (e.g., 123456789.dkr.ecr.us-east-1.amazonaws.com/my-service or us-central1-docker.pkg.dev/my-project/my-registry/my-service)yes
namedescription
providerCloud provider (aws, gcp, azure, github, dockerhub, or generic)
accountAccount/Project ID (AWS account, GCP project, Azure registry name, GitHub org, etc.)
regionRegion/Location (if applicable)
registryFull registry URL (without image name)
repositoryRepository/image name (without registry)
registry_typeType of registry (ecr, artifact-registry, acr, ghcr, dockerhub, generic)
tagImage tag (if present in the image URL)
digestImage digest (if present in the image URL)