From 334d3b1ef3a1148147454c4d935ebaf4b741e498 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Fri, 19 Jun 2020 12:54:02 +0200 Subject: CI: force registry:2.6 For using the `registry:2.6` image. 2.7 and beyond dropped the `htpasswd` binary from the rootfs which parts of our CI depends on. While this is not a sustainable solution (assuming `htpasswd` is gone for ever), it unblocks the CI for now. Signed-off-by: Valentin Rothberg --- test/endpoint/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/endpoint') diff --git a/test/endpoint/config.go b/test/endpoint/config.go index 84f8ecb4c..9d2a5a239 100644 --- a/test/endpoint/config.go +++ b/test/endpoint/config.go @@ -12,7 +12,7 @@ var ( CACHE_IMAGES = []string{ALPINE, BB, fedoraMinimal, nginx, redis, registry, infra, labels} nginx = "quay.io/libpod/alpine_nginx:latest" BB_GLIBC = "docker.io/library/busybox:glibc" - registry = "docker.io/library/registry:2" + registry = "docker.io/library/registry:2.6" labels = "quay.io/libpod/alpine_labels:latest" ) -- cgit v1.2.3-54-g00ecf