Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-22 16:15:20 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-22 16:15:20 +0300
commit52aab5d327fd7d862d4c626230d90bb07d6643b4 (patch)
tree5409078ef83dbe1a70b1b93491fc055ac2e84c50 /Dockerfile.master
parentb09d6fcb515343c4e6d84d42d5fe44287071d18f (diff)
11.9 release
Diffstat (limited to 'Dockerfile.master')
-rw-r--r--Dockerfile.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.master b/Dockerfile.master
index f27985a0..261dd6d9 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -31,9 +31,9 @@ RUN rm -rf /usr/share/nginx/html/*
# Get all the archive static HTML and put it into place
# Copy the versions found in 'content/_data/versions.yaml' under online.
+COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.9 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.8 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.7 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.6 ${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