mirror of https://github.com/docker/docs.git
Add new archive that's pointed to docs/docs-private for now - will need to be changed when we go live
This commit is contained in:
parent
0764c98968
commit
169da400a1
|
|
@ -30,8 +30,8 @@ COPY . ${SOURCE}
|
|||
## To get master from svn the svn branch needs to be 'trunk'. To get a branch from svn it needs to be 'branches/branchname'
|
||||
|
||||
# Engine
|
||||
ENV ENGINE_SVN_BRANCH="branches/17.09.x"
|
||||
ENV ENGINE_BRANCH="17.09.x"
|
||||
ENV ENGINE_SVN_BRANCH="branches/18.09.x"
|
||||
ENV ENGINE_BRANCH="18.09.x"
|
||||
|
||||
# Distribution
|
||||
ENV DISTRIBUTION_SVN_BRANCH="branches/release/2.6"
|
||||
|
|
@ -80,6 +80,7 @@ COPY --from=docs/docker.github.io:v17.03 ${TARGET} ${TARGET}
|
|||
COPY --from=docs/docker.github.io:v17.06 ${TARGET} ${TARGET}
|
||||
COPY --from=docs/docker.github.io:v17.09 ${TARGET} ${TARGET}
|
||||
COPY --from=docs/docker.github.io:v17.12 ${TARGET} ${TARGET}
|
||||
COPY --from=docs/docs-private:v18.03 ${TARGET} ${TARGET}
|
||||
|
||||
# Get the built docs output from the previous build stage
|
||||
# This ordering means all previous layers can come from cache unless an archive
|
||||
|
|
|
|||
Loading…
Reference in New Issue