Artifact Registry Docker Image

Artifact Registry Docker Image in Google Cloud is a managed service for storing, managing, and securing container images. It provides a central repository for Docker images, enabling teams to build, version, and deploy applications efficiently. Integrated with Google Cloud services, it supports fine-grained access control, vulnerability scanning, and regional replication for performance and compliance.

gcp.artifactregistry_docker_image

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
build_timecoretimestampThe time this image was built. This field is returned as the 'metadata.buildTime' field in the Version resource. The build time is returned to the client as an RFC 3339 string, which can be easily used with the JavaScript Date constructor.
datadog_display_namecorestring
image_size_bytescoreint64Calculated size of the image. This field is returned as the 'metadata.imageSizeBytes' field in the Version resource.
labelscorearray<string>
media_typecorestringMedia type of this image, e.g. "application/vnd.docker.distribution.manifest.v2+json". This field is returned as the 'metadata.mediaType' field in the Version resource.
namecorestringRequired. registry_location, project_id, repository_name and image id forms a unique image name:`projects//locations//repository//dockerImages/`. For example, "projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/ nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and "nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf" is the image's digest.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
resource_namecorestring
tagscorehstore
update_timecoretimestampOutput only. The time when the docker image was last updated.
upload_timecoretimestampTime the image was uploaded.
uricorestringRequired. URL to access the image. Example: us-west4-docker.pkg.dev/test-project/test-repo/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf