mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
Bump registry image references to 3
[The last `2` update was 7 months ago](https://hub.docker.com/_/registry/tags?name=2).
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
e5e8f9f84e
commit
e86ca5ee04
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
image: registry:3
|
||||
ports:
|
||||
- 5000:5000
|
||||
steps:
|
||||
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
image: registry:3
|
||||
ports:
|
||||
- 5000:5000
|
||||
steps:
|
||||
|
||||
@@ -91,7 +91,7 @@ the `trustsandbox` container, the Notary server, and the Registry server.
|
||||
- NOTARY_SERVER_STORAGE_TYPE=memory
|
||||
- NOTARY_SERVER_TRUST_SERVICE_TYPE=local
|
||||
sandboxregistry:
|
||||
image: registry:2.4.1
|
||||
image: registry:3
|
||||
networks:
|
||||
- sandbox
|
||||
container_name: sandboxregistry
|
||||
|
||||
Reference in New Issue
Block a user