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-06-02 20:59:24 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-06-02 20:59:24 +0300
commit55591ed135714f6f1691170422378c118a6c86b0 (patch)
tree098d77e7e72369460bc0cd768481a41dc6c9d1a1
parentb06d624cc5921018926de2338d505aabc243f605 (diff)
Use versioned Docker images14.0
https://gitlab.com/gitlab-org/gitlab-docs/-/issues/1652#note_1416489117
-rw-r--r--Dockerfile.14.04
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.14.0 b/Dockerfile.14.0
index 8f251935..565afc35 100644
--- a/Dockerfile.14.0
+++ b/Dockerfile.14.0
@@ -14,9 +14,9 @@ ARG BRANCH_CHARTS=5-0-stable
# This image comes from the Dockerfile.builder.onbuild file
# https://gitlab.com/gitlab-org/gitlab-docs/blob/main/dockerfiles/Dockerfile.builder.onbuild
# Build the website
-FROM registry.gitlab.com/gitlab-org/gitlab-docs:builder-onbuild AS builder
+FROM registry.gitlab.com/gitlab-org/gitlab-docs:builder-onbuild-14.0 AS builder
# This image comes from the Dockerfile.nginx.onbuild file
# https://gitlab.com/gitlab-org/gitlab-docs/blob/main/dockerfiles/Dockerfile.nginx.onbuild
# Copy the generated HTML files to a smaller image
-FROM registry.gitlab.com/gitlab-org/gitlab-docs:nginx-onbuild
+FROM registry.gitlab.com/gitlab-org/gitlab-docs:nginx-onbuild-14.0