Share via


ContainerRegistryWithCustomImage interface

Container registry that the final image will be uploaded to.

Properties

image

Full name that the final image should be uploaded as, including both image name and tag.

server

Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it.

Property Details

image

Full name that the final image should be uploaded as, including both image name and tag.

image?: string

Property Value

string

server

Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it.

server: string

Property Value

string