From 169da400a179bcf87ac86f9bafbff2f7610454f9 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 6 Nov 2018 12:58:05 -0800 Subject: [PATCH] Add new archive that's pointed to docs/docs-private for now - will need to be changed when we go live --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 63fb421190..7f80260701 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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