engine-pull-all-test-fixture
A test repository used for testing "pull all images"
100K+
Created using docker manifest (docker/cli/pull/138)
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
The test expects 3 tags with identical content, so the manifest list is copied to v1 and v2 and pushed.
Content type
Image
Digest
Size
147 Bytes
Last updated
over 8 years ago
docker pull dockercore/engine-pull-all-test-fixture:v2