We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8924755 + e4f1dc2 commit 4d7dd05Copy full SHA for 4d7dd05
1 file changed
Dockerfile
@@ -1,7 +1,8 @@
1
FROM alpine:3.3
2
3
-ENV DOCKER_REGISTRY_TAG=v2.2.1 \
4
- DOCKER_REGISTRY_REPO=https://github.com/docker/distribution.git
+ENV DOCKER_REGISTRY_TAG=v2.3.0 \
+ DOCKER_REGISTRY_REPO=https://github.com/docker/distribution.git \
5
+ DOCKER_BUILDTAGS=include_gcs
6
7
# install registry binaries
8
RUN export DISTRIBUTION_DIR=/go/src/github.com/docker/distribution \
0 commit comments