- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Type: UNORDERED_LIST_STRING
Type: TIMESTAMP
Provider name: buildTime
Description: The 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.
Type: INT64
Provider name: imageSizeBytes
Description: Calculated size of the image. This field is returned as the ‘metadata.imageSizeBytes’ field in the Version resource.
Type: UNORDERED_LIST_STRING
Type: STRING
Provider name: mediaType
Description: Media 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.
Type: STRING
Provider name: name
Description: Required. 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.
Type: STRING
Type: STRING
Type: STRING
Type: STRING
Type: STRING
Type: UNORDERED_LIST_STRING
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The time when the docker image was last updated.
Type: TIMESTAMP
Provider name: uploadTime
Description: Time the image was uploaded.
Type: STRING
Provider name: uri
Description: Required. URL to access the image. Example: us-west4-docker.pkg.dev/test-project/test-repo/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf