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-02-23 13:27:15 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-02-23 13:27:15 +0300
commitc366de8b0f67b3cd0e48446689f821df0b399459 (patch)
tree91966999fc63b1ff52f45bedd624897dce8e9a02 /dockerfiles
parentac96f6ff6775c64427c4e4d74eef3edb5f818b17 (diff)
parentbbf0cc0b29f2cf2c52e2c5eef31c11c4719e9425 (diff)
Merge branch 'release-12-8' into 'master'
Release 12.8 See merge request gitlab-org/gitlab-docs!716
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 2e618db39..f0f645f3a 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.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}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.5 ${TARGET} ${TARGET}