From aee123862c1a2539417662a7b2ac86d1df3ce408 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 20 Mar 2023 10:03:59 -0700 Subject: [PATCH] Remove v1 proxy from registry.zuul-ci.org This is mostly harmless, but since we don't actually test the v1 path and basically nothing uses it anymore, remove it so that we catch v2 errors more easily (and also don't accidentally end up with a half-working v1). Change-Id: Ia62b840f25cf38c0548fd7159fea334b06ba8404 --- playbooks/roles/static/files/50-registry.zuul-ci.org.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/static/files/50-registry.zuul-ci.org.conf b/playbooks/roles/static/files/50-registry.zuul-ci.org.conf index f38ea3c275..80e4cba884 100644 --- a/playbooks/roles/static/files/50-registry.zuul-ci.org.conf +++ b/playbooks/roles/static/files/50-registry.zuul-ci.org.conf @@ -34,7 +34,6 @@ AllowOverride None - RewriteRule ^/v1/(.*)$ https://quay.io/v1/$1 [R=302,L] RewriteRule ^/v2/(.+)$ https://quay.io/v2/corvus/$1 [R=302,L] ErrorLog /var/log/apache2/registry.zuul-ci.org_error.log