We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ed378 commit 2f51a27Copy full SHA for 2f51a27
docker-compose.yml
@@ -72,6 +72,15 @@ services:
72
environment:
73
REGISTRY_PROXY_REMOTEURL: https://registry.k8s.io
74
restart: always
75
+ public-mirror-gpkg-io:
76
+ image: registry:3@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d
77
+ volumes:
78
+ - ./data:/var/lib/registry
79
+ ports:
80
+ - "5008:5000"
81
+ environment:
82
+ REGISTRY_PROXY_REMOTEURL: https://public-mirror.gpkg.io
83
+ restart: always
84
85
86
#https://distribution.github.io/distribution/recipes/mirror/
0 commit comments