Pull docker images from DKFZ mirror

This commit is contained in:
Martin Lablans
2023-03-09 11:16:34 +01:00
parent dd4066d1a0
commit 33b50372c6
7 changed files with 18 additions and 18 deletions

View File

@ -11,7 +11,7 @@ detectCompose() {
getLdmPassword() {
if [ -n "$LDM_PASSWORD" ]; then
docker run --rm httpd:alpine htpasswd -nb $PROJECT $LDM_PASSWORD | tr -d '\n' | tr -d '\r'
docker run --rm docker.verbis.dkfz.de/cache/httpd:alpine htpasswd -nb $PROJECT $LDM_PASSWORD | tr -d '\n' | tr -d '\r'
else
echo -n ""
fi