From fd3bd37ba08d8b64f548b99b39aa99e1d11087d2 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 29 Jul 2026 22:02:09 +1000 Subject: [PATCH] Allow the Gitea image through the dockerhub remote The k8s Gitea deployment pulls gitea/gitea (rootless) from Docker Hub via the artifactapi mirror. Add it to the dockerhub allowlist. - add "^gitea/gitea" to config/remote_docker/dockerhub.yaml patterns Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv --- config/remote_docker/dockerhub.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/remote_docker/dockerhub.yaml b/config/remote_docker/dockerhub.yaml index 3de6779..08b8fc8 100644 --- a/config/remote_docker/dockerhub.yaml +++ b/config/remote_docker/dockerhub.yaml @@ -19,6 +19,7 @@ patterns: - "^clickhouse/" - "^curlimages/curl" - "^emberstack/kubernetes-reflector" + - "^gitea/gitea" - "^grafana/" - "^hashicorp/consul" - "^hashicorp/vault"