clnperez/hello-world
created with docker manifest push --file myyaml clnperez/hello-world
and the following yaml definition:
manifests:
-
image: clnperez/hello-world-ppc64le:latest
platform:
architecture: ppc64le
-
image: clnperez/hello-world-amd64:latest
platform:
architecture: amd64
os: linux
-
image: clnperez/hello-world-s390x:latest
platform:
architecture: s390x
os: linux
osversion: 1.1
variant: xyz
osfeatures: [a,b,c]
-
image: clnperez/hello-world-armv5:latest
platform:
-
image: clnperez/hello-world:armhf
platform:
architecture: arm
os: linux
variant: abc
docker pull clnperez/hello-world