From 1d9e862a48847de1171cd9a83eddbadf31de03e2 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 6 May 2020 17:19:13 +0200 Subject: [PATCH] Use latest eos docker image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3a18c565..2103cce62 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ eos-docker/scripts/start_services_ocis.sh: eos-docker .PHONY: eos-deploy eos-deploy: eos-docker/scripts/start_services_ocis.sh # TODO keep eos up to date: see https://gitlab.cern.ch/dss/eos/tags - ./eos-docker/scripts/start_services_ocis.sh -i gitlab-registry.cern.ch/dss/eos:4.7.5 -q + ./eos-docker/scripts/start_services_ocis.sh -i gitlab-registry.cern.ch/dss/eos:4.7.12 -q # Install ldap packages docker exec -i eos-mgm1 yum install -y nss-pam-ldapd nscd authconfig docker exec -i eos-cli1 yum install -y nss-pam-ldapd nscd authconfig