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:
authorAshraf Khamis <akhamis@gitlab.com>2023-01-23 12:46:56 +0300
committerFiona Neill <fneill@gitlab.com>2023-01-23 12:46:56 +0300
commitb13b9d3ad6f20a2fe26c5419dd809a0993bb4373 (patch)
tree4d08d3cb54e91d666ce59dd42af8587d84be0066 /latest.Dockerfile
parentebb3f300355e224eafafe90916dd83851ade92f6 (diff)
Docs release 15.8
Diffstat (limited to 'latest.Dockerfile')
-rw-r--r--latest.Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/latest.Dockerfile b/latest.Dockerfile
index 9e1be4e4..340a6e8f 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -7,12 +7,11 @@ RUN rm -rf /usr/share/nginx/html/*
# Get all the archive static HTML and put it into place
# Copy the versions found in 'content/versions.json' under "current" and "last_minor"
+COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.8 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.7 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.6 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.5 ${TARGET} ${TARGET}
# List the two last major versions
# Copy the versions found in 'content/versions.json' under "last_major"
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:14.10 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:13.12 ${TARGET} ${TARGET}
-