mirror of
https://github.com/distribution/distribution.git
synced 2025-09-17 15:50:20 +00:00
enable aliyun oss support by default in docker image
Signed-off-by: tgic <farmer1992@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apt-get update && \
|
|||||||
|
|
||||||
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
|
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
|
||||||
ENV GOPATH $DISTRIBUTION_DIR/Godeps/_workspace:$GOPATH
|
ENV GOPATH $DISTRIBUTION_DIR/Godeps/_workspace:$GOPATH
|
||||||
ENV DOCKER_BUILDTAGS include_rados
|
ENV DOCKER_BUILDTAGS include_rados include_oss
|
||||||
|
|
||||||
WORKDIR $DISTRIBUTION_DIR
|
WORKDIR $DISTRIBUTION_DIR
|
||||||
COPY . $DISTRIBUTION_DIR
|
COPY . $DISTRIBUTION_DIR
|
||||||
|
Reference in New Issue
Block a user