ContainerImage

ContainerImage
ContainerImage

An application release of a container

JSON Example
{
    "tags": [
        "registry/repository/image:tag",
        "registry/repository/image:latest"
    ],
    "skipped_tags": [
        "registry/repository/image:tag",
        "registry/repository/image:latest"
    ],
    "repository": "us-east4-docker.pkg.dev/vmw-app-catalog/registry-03bc486b/ubuntu-22",
    "is_preview": false,
    "digests": {
        "content_digest": "sha256:81a957b549848a7424eb434d3d10642dd29b6d0577757c27c09b0b9e967eb64b",
        "repo_digest": "sha256:37a957b549848a7424eb434d3d10642dd29b6d0577757c27c09b0b9e967eb24b",
        "content_size": 1024000,
        "platform": {
            "os_family": "linux",
            "architecture": "amd64"
        }
    }
}
array of string
tags
Optional

List of full tags added to the image at the moment it was released

array of string
skipped_tags
Optional

Tags that were not published to the final registry

string
repository
Required
Constraints: maxLength: 255

Location of the Container repository

boolean
is_preview
Optional

Whether the release is a preview and it was actually not published

digests
Required

digests