infra/modules/docker-registry
Viktor Barzin 7e72a10848 exclude manifest requests from nginx registry cache
Split /v2/ location into two: regex match for blobs (cached 24h, immutable
content-addressed by SHA256) and prefix match for everything else including
manifests (proxy_cache off, mutable tags). Also remove disabled registries
(quay, k8s, kyverno) whose containers/configs don't exist on the VM.
2026-03-14 23:42:17 +00:00
..
cleanup-tags.sh [ci skip] Rebuild docker-registry with nginx serialization on all ports 2026-02-22 21:45:53 +00:00
config-private.yml [ci skip] add private R/W registry config for CI build caching 2026-02-28 17:56:50 +00:00
config-proxy.yaml.tpl [ci skip] Fix pull-through cache for all registries 2026-02-15 14:35:52 +00:00
config.yaml add docker registry vm and allow multiple provisioning cmds in templates [ci skip] 2025-10-12 18:54:29 +00:00
docker-compose.yml [ci skip] add TLS to private registry, switch to registry.viktorbarzin.me 2026-02-28 19:40:38 +00:00
nginx_registry.conf exclude manifest requests from nginx registry cache 2026-03-14 23:42:17 +00:00