From 8db3250bea688d4c23405bbd3181ef1b0522ef85 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 7 Jun 2023 16:05:19 +0000 Subject: Add issue template to update the html-lint image --- .../issue_templates/html-lint-image-new-version.md | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitlab/issue_templates/html-lint-image-new-version.md (limited to '.gitlab') diff --git a/.gitlab/issue_templates/html-lint-image-new-version.md b/.gitlab/issue_templates/html-lint-image-new-version.md new file mode 100644 index 00000000..ae5b6a70 --- /dev/null +++ b/.gitlab/issue_templates/html-lint-image-new-version.md @@ -0,0 +1,32 @@ + + +## Why + + + +## Update the `html-lint` Docker image + +This issue is to track the work for upgrading the `html-lint` image. + +1. Run the [`Build docker images manually` scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/-/pipeline_schedules), + and run the following manual job after its test passes (you may cancel the irrelevant tests): + - [ ] `image:docs-lint-html` + +1. After the new image is built, get its name from the job that built it, and + make sure it works as expected by first updating the relevant `image` entries in `gitlab-docs`: + - [ ] + +1. Update the the `image` entries in the upstream projects (search for `lint-html`): + - [ ] GitLab () + - [ ] Omnibus GitLab () + - [ ] GitLab Runner () + - [ ] GitLab Chart () + - [ ] GitLab Operator () + +/label ~"type::maintenance" ~"maintenance::refactor" ~"ci-build" ~"Category:Docs Site" -- cgit v1.2.3