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>2023-06-22 01:49:28 +0300
committerEvan Read <eread@gitlab.com>2023-06-22 01:49:28 +0300
commitd366911d1f211f360f8f6fb03157dbc7274c29e6 (patch)
treee756dd16499f2673645f493c945d2c6f92cde6f9 /.gitlab
parentf0381ba4fb97f568b125642c61b88d2c8b3292db (diff)
Use latest Docker images for project pipelines
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml2
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 0ad02b84..725f8909 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -3,7 +3,7 @@
###############################################
default:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/base:alpine-3.17-ruby-3.2.2-b8f266e8
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/base:alpine-3.18-ruby-3.2.2-4207821e
tags:
- gitlab-org
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index d7ae1cfb..b3ef39a6 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -6,7 +6,7 @@
# Test the links in the global nav for all MRs in `gitlab-docs`
#
test_global_nav_links:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-63d48bf7
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-4207821e
extends:
- .rules_site_tests
- .bundle
@@ -193,7 +193,7 @@ test_EOL_whitespace:
- .rules_chores
- .bundle
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-63d48bf7
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-4207821e
needs: []
before_script: []
dependencies: []
@@ -210,7 +210,7 @@ test_unlinked_images:
- .rules_chores
- .bundle
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.2-63d48bf7
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-4207821e
needs: []
before_script: []
dependencies: []