Skip to content

Commit

Permalink
Merge pull request #6 from GlueOps/renovate/registry-2
Browse files Browse the repository at this point in the history
chore(deps): update registry:2 docker digest to 79b2959
  • Loading branch information
venkatamutyala authored Jul 16, 2024
2 parents 2d26bef + 89ecac4 commit ec7c141
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
registry-docker:
image: registry:2@sha256:4fac7a8257b1d7a86599043fcc181dfbdf9c8f57e337db763ac94b0e67c6cfb5
image: registry:2@sha256:79b29591e1601a73f03fcd413e655b72b9abfae5a23f1ad2e883d4942fbb4351
volumes:
- ./data:/var/lib/registry
ports:
Expand All @@ -10,7 +10,7 @@ services:
REGISTRY_PROXY_REMOTEURL: https://registry-1.docker.io
restart: always
registry-quay:
image: registry:2@sha256:4fac7a8257b1d7a86599043fcc181dfbdf9c8f57e337db763ac94b0e67c6cfb5
image: registry:2@sha256:79b29591e1601a73f03fcd413e655b72b9abfae5a23f1ad2e883d4942fbb4351
volumes:
- ./data:/var/lib/registry
ports:
Expand All @@ -19,7 +19,7 @@ services:
REGISTRY_PROXY_REMOTEURL: https://quay.io
restart: always
registry-ghcr:
image: registry:2@sha256:4fac7a8257b1d7a86599043fcc181dfbdf9c8f57e337db763ac94b0e67c6cfb5
image: registry:2@sha256:79b29591e1601a73f03fcd413e655b72b9abfae5a23f1ad2e883d4942fbb4351
volumes:
- ./data:/var/lib/registry
ports:
Expand All @@ -28,7 +28,7 @@ services:
REGISTRY_PROXY_REMOTEURL: https://ghcr.io
restart: always
registry-gcr:
image: registry:2@sha256:4fac7a8257b1d7a86599043fcc181dfbdf9c8f57e337db763ac94b0e67c6cfb5
image: registry:2@sha256:79b29591e1601a73f03fcd413e655b72b9abfae5a23f1ad2e883d4942fbb4351
volumes:
- ./data:/var/lib/registry
ports:
Expand All @@ -37,7 +37,7 @@ services:
REGISTRY_PROXY_REMOTEURL: https://gcr.io
restart: always
registry-aws:
image: registry:2@sha256:4fac7a8257b1d7a86599043fcc181dfbdf9c8f57e337db763ac94b0e67c6cfb5
image: registry:2@sha256:79b29591e1601a73f03fcd413e655b72b9abfae5a23f1ad2e883d4942fbb4351
volumes:
- ./data:/var/lib/registry
ports:
Expand All @@ -46,7 +46,7 @@ services:
REGISTRY_PROXY_REMOTEURL: https://public.ecr.aws
restart: always
registry-mcr:
image: registry:2@sha256:4fac7a8257b1d7a86599043fcc181dfbdf9c8f57e337db763ac94b0e67c6cfb5
image: registry:2@sha256:79b29591e1601a73f03fcd413e655b72b9abfae5a23f1ad2e883d4942fbb4351
volumes:
- ./data:/var/lib/registry
ports:
Expand All @@ -55,7 +55,7 @@ services:
REGISTRY_PROXY_REMOTEURL: https://mcr.microsoft.com
restart: always
registry-gitlab:
image: registry:2@sha256:4fac7a8257b1d7a86599043fcc181dfbdf9c8f57e337db763ac94b0e67c6cfb5
image: registry:2@sha256:79b29591e1601a73f03fcd413e655b72b9abfae5a23f1ad2e883d4942fbb4351
volumes:
- ./data:/var/lib/registry
ports:
Expand Down

0 comments on commit ec7c141

Please sign in to comment.