From 9c8f0a37eaafaf28699ae0b07b472b4bde9d5f56 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 26 Nov 2020 07:25:02 +0100 Subject: [PATCH] test: Pull nginx image from quay.io In the Red Hat internal Cockpit CI we constantly run into docker.io pull rate limits. Use the already existing quay.io mirror of that image from the app-sre team. --- test/vm.install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/vm.install b/test/vm.install index e74e6b3b..b0ea165f 100644 --- a/test/vm.install +++ b/test/vm.install @@ -21,7 +21,8 @@ if [ ! -d /var/local-tree ]; then ostree checkout "$checkout" /var/local-tree fi -podman pull nginx +# originally docker.io/nginx, but that quickly runs into rate limits; use quay.io mirror +podman pull quay.io/app-sre/nginx # create a local repository for tests mkdir -p /var/local-repo