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>2020-01-22 16:12:20 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-01-22 16:12:20 +0300
commit2b15fb08fd39cdae128ece34f4743cb0e99bcc47 (patch)
tree3a7e2256c0a26713237ccb50f8a53e73cad9a10f /Dockerfile.master
parent5140ac63e9691f3c721a9bb68a5436bdc0d596a8 (diff)
Release 12.7
Diffstat (limited to 'Dockerfile.master')
-rw-r--r--Dockerfile.master5
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile.master b/Dockerfile.master
index c133c1aa..5d44ff35 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -47,9 +47,12 @@ 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-org/gitlab-docs:12.7 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.6 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.5 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.4 ${TARGET} ${TARGET}
+
+# List the two last major versions
+# Context https://gitlab.com/gitlab-org/gitlab-docs/issues/428
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:11.11 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:10.8 ${TARGET} ${TARGET}