dockercore/engine-pull-all-test-fixture

By dockercore

Updated over 8 years ago

A test repository used for testing "pull all images"

Image
0

100K+

dockercore/engine-pull-all-test-fixture repository overview

Created using docker manifest (docker/cli/pull/138)

Build
    docker manifest create dockercore/engine-pull-all-test-fixture:latest \
        tianon/true \
        tophj/true:s390x \
        tophj/true:ppc64le \
        tophj/true:armhf \
        tophj/true:arm64
    docker manifest annotate dockercore/engine-pull-all-test-fixture:latest \
        --os linux --arch arm --variant v7 tophj/true:armhf 
    docker manifest annotate dockercore/engine-pull-all-test-fixture:latest  \
        --os linux --arch arm64 --variant v8 tophj/true:arm64
    docker manifest push dockercore/engine-pull-all-test-fixture:latest
Tags

The test expects 3 tags with identical content, so the manifest list is copied to v1 and v2 and pushed.

Tag summary

Content type

Image

Digest

Size

147 Bytes

Last updated

over 8 years ago

docker pull dockercore/engine-pull-all-test-fixture:v2