chore(Registry): Upgrade to 2.8.1
https://github.com/distribution/distribution/releases/tag/v2.8.1
This commit is contained in:
parent
10337ac53c
commit
8da5cc41ed
|
@ -7,7 +7,7 @@ volumes:
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
container_name: ${REGISTRY_CONTAINER_NAME}
|
container_name: ${REGISTRY_CONTAINER_NAME}
|
||||||
image: ${REGISTRY_IMAGE:-registry:2.8.0}
|
image: ${REGISTRY_IMAGE:-registry:2.8.1}
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_AUTH: htpasswd
|
REGISTRY_AUTH: htpasswd
|
||||||
|
|
Loading…
Reference in New Issue