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 /dockerfiles
parent5140ac63e9691f3c721a9bb68a5436bdc0d596a8 (diff)
Release 12.7
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.archives1
1 files changed, 1 insertions, 0 deletions
diff --git a/dockerfiles/Dockerfile.archives b/dockerfiles/Dockerfile.archives
index 8de5dec0..2e618db3 100644
--- a/dockerfiles/Dockerfile.archives
+++ b/dockerfiles/Dockerfile.archives
@@ -7,6 +7,7 @@ ENV TARGET=/usr/share/nginx/html
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:nginx-onbuild /etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
# Get all the archive static HTML and put it into place
+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}