Skip to content

Commit 4d7dd05

Browse files
committed
Merge pull request #23 from kmala/master
ref(registry): update the docker distribution and add support for gcs
2 parents 8924755 + e4f1dc2 commit 4d7dd05

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)