Skip to content

Commit 6cc85a9

Browse files
authored
chore(KFLUXVNGD-535): add caching support for docker.io (#9602)
Caching allowlist is updated for dev and stage environments for squid to support docker.io Jira-Url: https://issues.redhat.com/browse/KFLUXVNGD-535 Assisted-by: Claude Code Signed-off-by: Homaja Marisetty <[email protected]>
1 parent 2e21d18 commit 6cc85a9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/squid/development/squid-helm-generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ valuesInline:
4242
- ^https://cdn([0-9]{2})?\.quay\.io/.+/sha256/.+/[a-f0-9]{64}
4343
- ^https://s3\.[a-z0-9-]+\.amazonaws\.com/quayio-production-s3/sha256/.+/[a-f0-9]{64}
4444
- ^https://quayio-production-s3\.s3[a-z0-9.-]*\.amazonaws\.com/sha256/.+/[a-f0-9]{64}
45+
- ^https://production\.cloudflare\.docker\.com/registry-v2/docker/registry/v2/blobs/sha256/.+/[a-f0-9]{64}/data
46+
- ^https://docker-images-prod\.[a-f0-9]+\.r2\.cloudflarestorage\.com/registry-v2/docker/registry/v2/blobs/sha256/[a-f0-9]{2}/[a-f0-9]{64}/data
4547
size: 192
4648
maxObjectSize: 128
4749
tlsOutgoingOptions:

components/squid/staging/squid-helm-generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ valuesInline:
4242
- ^https://cdn([0-9]{2})?\.quay\.io/.+/sha256/.+/[a-f0-9]{64}
4343
- ^https://s3\.[a-z0-9-]+\.amazonaws\.com/quayio-production-s3/sha256/.+/[a-f0-9]{64}
4444
- ^https://quayio-production-s3\.s3[a-z0-9.-]*\.amazonaws\.com/sha256/.+/[a-f0-9]{64}
45+
- ^https://production\.cloudflare\.docker\.com/registry-v2/docker/registry/v2/blobs/sha256/.+/[a-f0-9]{64}/data
46+
- ^https://docker-images-prod\.[a-f0-9]+\.r2\.cloudflarestorage\.com/registry-v2/docker/registry/v2/blobs/sha256/[a-f0-9]{2}/[a-f0-9]{64}/data
4547
size: 1536
4648
maxObjectSize: 256
4749
tlsOutgoingOptions:

0 commit comments

Comments
 (0)