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>2024-01-19 05:08:50 +0300
committerEvan Read <eread@gitlab.com>2024-01-19 05:08:50 +0300
commitea141a0381cbfb73c43cf5c5c27dc299060ad26b (patch)
treeb7923d7d471640528c72a0fde894ca06b5326c96
parentb7dc5e853b38bfba932884e4502dda94e7cfdfa1 (diff)
Docs release 16.8
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml4
-rw-r--r--content/versions.json6
-rw-r--r--latest.Dockerfile2
3 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index 253154dd..af0a16ae 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -192,7 +192,7 @@ test:image:docs-single:
- .rules_docker_single_images_tests
stage: test
variables:
- GITLAB_VERSION: '16.7'
+ GITLAB_VERSION: '16.8'
DOCKERFILE: dockerfiles/single.Dockerfile
IMAGE_NAME: $CI_REGISTRY_IMAGE:$GITLAB_VERSION
NANOC_ENV: test
@@ -253,7 +253,7 @@ test:image:docs-single-lunrjs:
- .rules_docker_single_images_tests
stage: test
variables:
- GITLAB_VERSION: '16.6'
+ GITLAB_VERSION: '16.8'
IMAGE_NAME: $CI_REGISTRY_IMAGE/archives:$GITLAB_VERSION
DOCKERFILE: dockerfiles/single.Dockerfile
NANOC_ENV: test
diff --git a/content/versions.json b/content/versions.json
index c58df07e..9ff68714 100644
--- a/content/versions.json
+++ b/content/versions.json
@@ -1,8 +1,8 @@
[
{
- "next": "16.8",
- "current": "16.7",
- "last_minor": ["16.6", "16.5"],
+ "next": "16.9",
+ "current": "16.8",
+ "last_minor": ["16.7", "16.6"],
"last_major": ["15.11", "14.10"]
}
]
diff --git a/latest.Dockerfile b/latest.Dockerfile
index 48787b43..517efa09 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -7,6 +7,6 @@ RUN rm -rf /usr/share/nginx/html/*
# Get all the archive static HTML and put it into place
# Include the versions found in 'content/versions.json' under "current" and "last_minor"
+COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.8 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.7 ${TARGET} ${TARGET}
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}