Allow the Gitea image through the dockerhub remote
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

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
This commit is contained in:
2026-07-29 22:02:09 +10:00
parent 3a0b328a6f
commit fd3bd37ba0
+1
View File
@@ -19,6 +19,7 @@ patterns:
- "^clickhouse/"
- "^curlimages/curl"
- "^emberstack/kubernetes-reflector"
- "^gitea/gitea"
- "^grafana/"
- "^hashicorp/consul"
- "^hashicorp/vault"