Skip to content

Use only upstream Docker images

Evan Read requested to merge eread/use-only-upstream-docker-images into main

What does this MR do and why?

To make the project easier to maintain, it might be possible to have only two sources of truth:

  • .tool-versions for development.
  • .gitlab-ci.yml for production.

Ideally, updating production versions of tooling would only require an MR in this project, and not require a separate publishing process and then Docker image update in this project.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Configure a local GitLab Docs environment: https://gitlab.com/gitlab-org/technical-writing-group/gitlab-docs-hugo/-/blob/main/doc/setup.md.

Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports