mirror of
https://github.com/distribution/distribution
synced 2024-11-12 05:45:51 +01:00
Merge pull request #883 from tg123/master
enable aliyun oss support by default in docker image
This commit is contained in:
commit
ea43d57832
@ -6,7 +6,7 @@ RUN apt-get update && \
|
||||
|
||||
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
|
||||
ENV GOPATH $DISTRIBUTION_DIR/Godeps/_workspace:$GOPATH
|
||||
ENV DOCKER_BUILDTAGS include_rados
|
||||
ENV DOCKER_BUILDTAGS include_rados include_oss
|
||||
|
||||
WORKDIR $DISTRIBUTION_DIR
|
||||
COPY . $DISTRIBUTION_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user