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>2023-11-20 22:12:03 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-11-20 22:12:03 +0300
commit45ce539b06ee9559d203450f2e7858a720b860ad (patch)
tree7e9baa98dd4c2558c2a2d5533faa0855c5712072 /latest.Dockerfile
parent2368f817aef7df5a63fb17d43b6f6db329f13ec2 (diff)
Add more tests to latest Docker image
Diffstat (limited to 'latest.Dockerfile')
-rw-r--r--latest.Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/latest.Dockerfile b/latest.Dockerfile
index 5c694f85..ee9f2307 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -2,11 +2,11 @@ FROM nginx:1.23.1-alpine
ENV TARGET=/usr/share/nginx/html
-# Remove default Nginx HTML files
+# Remove default NGINX HTML files
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"
+# Include the versions found in 'content/versions.json' under "current" and "last_minor"
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.6 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.5 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.4 ${TARGET} ${TARGET}