fd3bd37ba0
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
43 lines
881 B
YAML
43 lines
881 B
YAML
base_url: https://registry-1.docker.io
|
|
description: Docker Hub registry
|
|
immutable_ttl: 0
|
|
mutable_ttl: 300
|
|
patterns:
|
|
- "^alpine/"
|
|
- "^altinity/"
|
|
- "^library/almalinux"
|
|
- "^library/alpine"
|
|
- "^library/busybox"
|
|
- "^library/debian"
|
|
- "^library/fedora"
|
|
- "^library/nats"
|
|
- "^library/nginx"
|
|
- "^library/postgres"
|
|
- "^library/redis"
|
|
- "^beats/filebeat"
|
|
- "^bitnami/"
|
|
- "^clickhouse/"
|
|
- "^curlimages/curl"
|
|
- "^emberstack/kubernetes-reflector"
|
|
- "^gitea/gitea"
|
|
- "^grafana/"
|
|
- "^hashicorp/consul"
|
|
- "^hashicorp/vault"
|
|
- "^intel/"
|
|
- "^internetsystemsconsortium/bind9"
|
|
- "^jfrog/"
|
|
- "^jpgouin/"
|
|
- "^kanidm/"
|
|
- "^natsio/"
|
|
- "^osixia/"
|
|
- "^rancher/"
|
|
- "^rspamd/rspamd"
|
|
- "^tiredofit/"
|
|
- "^timberio/vector"
|
|
- "^tozd/postfix"
|
|
- "^traefik/"
|
|
- "^valkey/valkey"
|
|
- "^ubi9/ubi-minimal"
|
|
- "^victoriametrics/"
|
|
- "^woodpeckerci/"
|