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-04-22 19:42:23 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-04-22 19:42:23 +0300
commit7b42b93097a0634be023d990e9694f119ccbe7cc (patch)
tree53cc7aaaf953a65205606b0833dc310ab8e69674 /Dockerfile.master
parent0d605f7dc8791d1e6ec2b804b5a93c220aec6b5f (diff)
Remove mention of 404 rotation
404 versions have been rotating dynamically for quite some time now.
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 2b238dc7..93421ee9 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -45,10 +45,10 @@ 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.10 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.9 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.8 ${TARGET} ${TARGET}
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}
# List the two last major versions
# Context https://gitlab.com/gitlab-org/gitlab-docs/issues/428