Skip to content

Commit 9dd0abc

Browse files
committed
Upgrade registry to v3
1 parent 066628b commit 9dd0abc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ local-registry: .env ## creates a local docker registry and configure simcore to
707707
--publish 5000:5000 \
708708
--volume $(LOCAL_REGISTRY_VOLUME):/var/lib/registry \
709709
--name $(LOCAL_REGISTRY_HOSTNAME) \
710-
registry:2)
710+
registry:3.0.0)
711711

712712
# WARNING: environment file .env is now setup to use local registry on port 5000 without any security (take care!)...
713713
@echo REGISTRY_AUTH=False >> .env

services/docker-compose-ops-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version: "3.7"
55
services:
66
registry:
7-
image: registry:2
7+
image: registry:3.0.0
88
container_name: registry
99
init: true
1010
environment:

tests/e2e/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
registry:
3-
image: registry:2
3+
image: registry:3.0.0
44
restart: always
55
ports:
66
- "5000:5000"

0 commit comments

Comments
 (0)