mirror of https://github.com/docker/docs.git
Update distribution version in Dockerfile (#2632)
This commit is contained in:
parent
f60c5305f5
commit
e6aa7e3f50
|
@ -16,7 +16,7 @@ COPY . md_source
|
||||||
|
|
||||||
## Branch to pull from, per ref doc
|
## Branch to pull from, per ref doc
|
||||||
ENV ENGINE_BRANCH="17.03.x"
|
ENV ENGINE_BRANCH="17.03.x"
|
||||||
ENV DISTRIBUTION_BRANCH="release/2.5"
|
ENV DISTRIBUTION_BRANCH="release/2.6"
|
||||||
|
|
||||||
RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend md_source/engine/extend \
|
RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend md_source/engine/extend \
|
||||||
&& wget -O md_source/engine/api/v1.18.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.18.md \
|
&& wget -O md_source/engine/api/v1.18.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.18.md \
|
||||||
|
|
Loading…
Reference in New Issue