clnperez/hello-world

By clnperez

Updated over 6 years ago

multi-arch hello-world image

Image

1.0K

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 Command

docker pull clnperez/hello-world