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:
authorEvan Read <eread@gitlab.com>2021-02-23 08:52:15 +0300
committerEvan Read <eread@gitlab.com>2021-02-23 08:52:15 +0300
commitbd0af4b08ef83ca4bead6a9ff1a75f45692a379f (patch)
tree490875ec47d368bfb923e96b56f77aa6c0fd8da3 /dockerfiles
parent45195db991e16bac4ec545bbc4ad01a571ad9b95 (diff)
Release 13.9
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 4aafaffb..4680c2ae 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:13.9 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:13.8 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:13.7 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:13.6 ${TARGET} ${TARGET}