docker: allow requests via libpod and skopeo

This commit is contained in:
Girish Ramakrishnan
2025-06-14 09:16:47 +02:00
parent d3661fa9d3
commit 2b30f5591c
2 changed files with 2 additions and 5 deletions

View File

@@ -318,10 +318,7 @@ server {
}
location @proxy-auth-login {
if ($http_user_agent ~* "docker") {
return 401;
}
if ($http_user_agent ~* "container") {
if ($http_user_agent ~* "docker|container|libpod|skopeo") {
return 401;
}