Sign inSign up

clnperez/hello-world

By clnperez

Updated about 8 years ago

multi-arch hello-world image

Image
0

1.6K

clnperez/hello-world repository overview

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

Tag summary

Content type

Image

Digest

Size

270.4 MB

Last updated

about 8 years ago

docker pull clnperez/hello-world