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:
-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 40f2a9f5..969f1f02 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -185,7 +185,7 @@ test:image:docs-single:
- .rules_docker_single_images_tests
stage: test
variables:
- GITLAB_VERSION: '16.5'
+ GITLAB_VERSION: '16.6'
DOCKERFILE: dockerfiles/single.Dockerfile
IMAGE_NAME: $CI_REGISTRY_IMAGE:$GITLAB_VERSION
NANOC_ENV: test
@@ -238,7 +238,7 @@ test:image:docs-single-lunrjs:
- .rules_docker_single_images_tests
stage: test
variables:
- GITLAB_VERSION: '16.1'
+ GITLAB_VERSION: '16.6'
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 7cf808cf..5ceaac2e 100644
--- a/content/versions.json
+++ b/content/versions.json
@@ -1,8 +1,8 @@
[
{
- "next": "16.6",
- "current": "16.5",
- "last_minor": ["16.4", "16.3"],
+ "next": "16.7",
+ "current": "16.6",
+ "last_minor": ["16.5", "16.4"],
"last_major": ["15.11", "14.10"]
}
]
diff --git a/latest.Dockerfile b/latest.Dockerfile
index 736d910e..5c694f85 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
# Copy 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}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.3 ${TARGET} ${TARGET}