Switch test to use alpine:3.5 while hub broken

There is a content trust issue with `alpine:latest` at present,
unblock the CI.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-01-20 12:34:44 +00:00
parent 4c7bd926ce
commit 51ec80e84f
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ set -ex
docker version
docker info
docker ps
DOCKER_CONTENT_TRUST=1 docker pull alpine
DOCKER_CONTENT_TRUST=1 docker pull alpine:3.5
docker run --rm alpine true
docker pull armhf/alpine
docker run --rm armhf/alpine uname -a

View File

@ -1,5 +1,5 @@
# Tag: a61cdb69d8b5c95c2766b2b856e4f331bd2a6d2d
TEST_IMAGE=mobylinux/test@sha256:1a2cb7acab25059532c5287c2cdde1a5cfc0fbb944593e02b85b5bb334a4187d
# Tag: e79cbcc45b715cea7047a802944b478a7b5a906a
TEST_IMAGE=mobylinux/test@sha256:bc9403a9fc7aa5298f92c83d1e3423e804097f08dbba623e076c1728666f6b73
default: config.json