Target 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. |
| name | The name of the artifact. |
| 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. |
| version | The version of the artifact. |
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
name
The name of the artifact.
name?: 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
version
The version of the artifact.
version?: string
Property Value
string