Skip to content

Commit e257245

Browse files
committed
chore(Dockerfile): remove include_gcs build tag
1 parent 158a686 commit e257245

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

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

33
ENV DOCKER_REGISTRY_TAG=minio \
4-
DOCKER_REGISTRY_REPO=https://github.com/deis/distribution.git \
5-
DOCKER_BUILDTAGS=include_gcs
4+
DOCKER_REGISTRY_REPO=https://github.com/deis/distribution.git
65

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

0 commit comments

Comments
 (0)