Class BuildArtifact (0.1.1)

BuildArtifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Description of an a image to use during Skaffold rendering. .. attribute:: image

Image name in Skaffold configuration.

:type: str

Attribute

NameDescription
tag str
Image tag to use. This will generally be the full path to an image, such as "gcr.io/my- project/busybox:1.2.3" or "gcr.io/my- project/busybox@sha256:abc123".