From ee280a229a236423e6b68e5a2ae13a1931959120 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 9 Oct 2024 10:25:54 +0200 Subject: [PATCH] Remove linuxcontainers mirrors linuxcontainers mirror is not used by any maintained branch, thus can be safely removed from mirrors Change-Id: I6e223325af7d9cca55c76cc71c93ea20ad89ebbe --- playbooks/roles/mirror/templates/mirror.vhost.j2 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/playbooks/roles/mirror/templates/mirror.vhost.j2 b/playbooks/roles/mirror/templates/mirror.vhost.j2 index ab7675245a..851d048052 100644 --- a/playbooks/roles/mirror/templates/mirror.vhost.j2 +++ b/playbooks/roles/mirror/templates/mirror.vhost.j2 @@ -254,13 +254,6 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \ Substitute "s|https://files.pythonhosted.org/|/pypifiles/|ni" - # images.linuxcontainers.org - # NOTE(noonedeadpunk): This proxy is not used by anyone as of Yoga release. Only EM branches - # still utilize it. So it can be safely removed in the future. - CacheEnable disk "/images.linuxcontainers" - ProxyPass "/images.linuxcontainers/" "https://us.lxd.images.canonical.com/" ttl=120 keepalive=On retry=0 - ProxyPassReverse "/images.linuxcontainers/" "https://us.lxd.images.canonical.com/" - # registry.npmjs.org CacheEnable disk "/registry.npmjs" ProxyPass "/registry.npmjs/" "https://registry.npmjs.org/" ttl=120 keepalive=On retry=0 nocanon