OCI Image Platform [object]
An object defining the platform for an OCI image.
Properties
- must have
arch
A string initializer specifying a v1.0.1 OCI (Open Container Initiative) image-index
platform architecture.
Example arch
arch: amd64
Example arch (variable)
arch: $(myArch)