chore(Registry): Upgrade to 2.8.0

https://github.com/distribution/distribution/releases/tag/v2.8.0
This commit is contained in:
Simon 2022-02-14 10:16:20 +01:00
parent 7992eb4ffa
commit 60394b5c9d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ TRAEFIK_NETWORK_NAME=kifeart
## REGISTRY
REGISTRY_IMAGE=registry:2.7.1
#REGISTRY_IMAGE=
REGISTRY_CUSTOM_IMAGE=custom/registry
REGISTRY_DOMAIN=registry.cool.life
REGISTRY_VOLUME_NAME=registry

View File

@ -7,7 +7,7 @@ volumes:
services:
registry:
container_name: ${REGISTRY_CONTAINER_NAME}
image: ${REGISTRY_IMAGE}
image: ${REGISTRY_IMAGE:-registry:2.8.0@sha256:c26590bcf53822a542e78fab5c88e1dfbcdee91c1882f4656b7db7b542d91d97}
restart: always
environment:
REGISTRY_AUTH: htpasswd