ContainerRegistryArtifactEventTarget interface
The target of the event.
Properties
digest | The digest of the artifact. |
media |
The MIME type of the artifact. |
name | The name of the artifact. |
repository | The repository name of the artifact. |
size | The size in bytes of the artifact. |
tag | The tag of the artifact. |
version | The version of the artifact. |
Property Details
digest
The digest of the artifact.
digest: string
Property Value
string
mediaType
The MIME type of the artifact.
mediaType: string
Property Value
string
name
The name of the artifact.
name: string
Property Value
string
repository
The repository name of the artifact.
repository: string
Property Value
string
size
The size in bytes of the artifact.
size: number
Property Value
number
tag
The tag of the artifact.
tag: string
Property Value
string
version
The version of the artifact.
version: string
Property Value
string