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>2019-11-22 18:39:04 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-11-22 18:39:04 +0300
commit9da9b9e1f684724b96e6694c34c87457de8a8989 (patch)
treeb30598c1158c9a28b983d05000b7ee2af6fd3ba3 /Dockerfile.master
parenta501ca03a2b83208dc8feef1a997632b7c9cd3d8 (diff)
Exclude 12.3 from Dockerfile
Because we're blocked by https://gitlab.com/gitlab-org/gitlab-docs/issues/467
Diffstat (limited to 'Dockerfile.master')
-rw-r--r--Dockerfile.master3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.master b/Dockerfile.master
index 6efefd6d..5d67eae3 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -49,7 +49,8 @@ RUN rm -rf /usr/share/nginx/html/*
# Copy the versions found in 'content/_data/versions.yaml' under online.
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}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.3 ${TARGET} ${TARGET}
+# Until https://gitlab.com/gitlab-org/gitlab-docs/issues/467 is fixed
+#COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.3 ${TARGET} ${TARGET}
# Get the built docs output from the previous build stage
# This ordering means all previous layers can come from cache unless an archive