Skip to content

Commit e4f1dc2

Browse files
author
Keerthan Mala
committed
ref(registry): update the docker distribution and add support for gcs
1 parent 8924755 commit e4f1dc2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM alpine:3.3
22

3-
ENV DOCKER_REGISTRY_TAG=v2.2.1 \
4-
DOCKER_REGISTRY_REPO=https://github.com/docker/distribution.git
3+
ENV DOCKER_REGISTRY_TAG=v2.3.0 \
4+
DOCKER_REGISTRY_REPO=https://github.com/docker/distribution.git \
5+
DOCKER_BUILDTAGS=include_gcs
56

67
# install registry binaries
78
RUN export DISTRIBUTION_DIR=/go/src/github.com/docker/distribution \

0 commit comments

Comments
 (0)