From 51ec80e84f7d4d5fc9c361529a4880bd4bc8afa4 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 20 Jan 2017 12:34:44 +0000 Subject: [PATCH] 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 --- alpine/base/test/bin/test.sh | 2 +- alpine/test/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alpine/base/test/bin/test.sh b/alpine/base/test/bin/test.sh index 10025efee..79d71fd68 100755 --- a/alpine/base/test/bin/test.sh +++ b/alpine/base/test/bin/test.sh @@ -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 diff --git a/alpine/test/Makefile b/alpine/test/Makefile index 6147a046c..00c5b88b0 100644 --- a/alpine/test/Makefile +++ b/alpine/test/Makefile @@ -1,5 +1,5 @@ -# Tag: a61cdb69d8b5c95c2766b2b856e4f331bd2a6d2d -TEST_IMAGE=mobylinux/test@sha256:1a2cb7acab25059532c5287c2cdde1a5cfc0fbb944593e02b85b5bb334a4187d +# Tag: e79cbcc45b715cea7047a802944b478a7b5a906a +TEST_IMAGE=mobylinux/test@sha256:bc9403a9fc7aa5298f92c83d1e3423e804097f08dbba623e076c1728666f6b73 default: config.json