chore(Registry): Upgrade to 2.8.0
https://github.com/distribution/distribution/releases/tag/v2.8.0
This commit is contained in:
parent
7992eb4ffa
commit
60394b5c9d
|
@ -5,7 +5,7 @@ TRAEFIK_NETWORK_NAME=kifeart
|
||||||
|
|
||||||
## REGISTRY
|
## REGISTRY
|
||||||
|
|
||||||
REGISTRY_IMAGE=registry:2.7.1
|
#REGISTRY_IMAGE=
|
||||||
REGISTRY_CUSTOM_IMAGE=custom/registry
|
REGISTRY_CUSTOM_IMAGE=custom/registry
|
||||||
REGISTRY_DOMAIN=registry.cool.life
|
REGISTRY_DOMAIN=registry.cool.life
|
||||||
REGISTRY_VOLUME_NAME=registry
|
REGISTRY_VOLUME_NAME=registry
|
||||||
|
|
|
@ -7,7 +7,7 @@ volumes:
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
container_name: ${REGISTRY_CONTAINER_NAME}
|
container_name: ${REGISTRY_CONTAINER_NAME}
|
||||||
image: ${REGISTRY_IMAGE}
|
image: ${REGISTRY_IMAGE:-registry:2.8.0@sha256:c26590bcf53822a542e78fab5c88e1dfbcdee91c1882f4656b7db7b542d91d97}
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_AUTH: htpasswd
|
REGISTRY_AUTH: htpasswd
|
||||||
|
|
Loading…
Reference in New Issue