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