Skip to main content

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:

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.