Add Docker Hub credentials to system tests task

Closes gh-35213
This commit is contained in:
Andy Wilkinson
2023-05-01 20:42:06 +01:00
parent de2df9311c
commit e7578f0595
+4
View File
@@ -20,6 +20,10 @@ run:
args:
- -ec
- |
mkdir -p /root/.docker
cat > /root/.docker/config.json <<EOF
{ "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }}}
EOF
source /docker-lib.sh
start_docker $DOCKER_HUB_MIRROR
${PWD}/git-repo/ci/scripts/run-system-tests.sh