Image [object]
An object which defines the image of a container call.
Properties
ref
A string referencing a local or remote image.
Must be one of:
- a variable-reference [string] evaluating to a v1.0.1 OCI (Open Container Initiative)
image-layout
. - a string initializer evaluating to a docker image name i.e.
[host][repository]image[tag]
where by default host isdocker.io
and tag islatest
Example ref (docker.io/ubuntu:19.10)
ref: 'ubuntu:19.10'
or ref: 'docker.io/ubuntu:19.10'
Example ref (variable)
ref: $(myOCIImageLayoutDir)
pullCreds
A pull-creds [object] defining creds used to pull the image from a private source.