ContainerRegistryEventTarget interface
The target of the event.
Properties
digest | The digest of the content, as defined by the Registry V2 HTTP API Specification. |
length | The number of bytes of the content. Same as Size field. |
media |
The MIME type of the referenced object. |
repository | The repository name. |
size | The number of bytes of the content. Same as Length field. |
tag | The tag name. |
url | The direct URL to the content. |
Property Details
digest
The digest of the content, as defined by the Registry V2 HTTP API Specification.
digest: string
Property Value
string
length
The number of bytes of the content. Same as Size field.
length: number
Property Value
number
mediaType
The MIME type of the referenced object.
mediaType: string
Property Value
string
repository
The repository name.
repository: string
Property Value
string
size
The number of bytes of the content. Same as Length field.
size: number
Property Value
number
tag
The tag name.
tag: string
Property Value
string
url
The direct URL to the content.
url: string
Property Value
string