ServiceOciArtifactEntry interface
An Open Container Initiative (OCI) artifact.
Properties
digest | The artifact digest. |
image |
The artifact name. |
login |
The Azure Container Registry login server. |
Property Details
digest
The artifact digest.
digest?: string
Property Value
string
imageName
The artifact name.
imageName?: string
Property Value
string
loginServer
The Azure Container Registry login server.
loginServer?: string
Property Value
string