Package version:

Interface ContainerRegistryWithCustomImage

Container registry that the final image will be uploaded to.

interface ContainerRegistryWithCustomImage {
    image?: string;
    server: string;
}

Properties

Properties

image?: string

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

server: string

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.