Replace docker image tags docker:stable & docker:stable-dind from documentation
Problem to solve
Old docker image tags are being referenced in documentation. These tags haven't been updated in over 2 years, and should be removed/changed.
See: https://github.com/docker-library/docker/issues/301
Old tags to be changed:
- stable
- stable-dind
- What docs or doc section affected? Include links or paths.
https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/ci/testing/browser_performance_testing.md
https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/application_security/container_scanning/index.md
https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/ci/testing/code_quality.md
https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/ci/services/index.md
https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/ci/docker/using_docker_build.md
Further details
Proposal
Instead of stable
use latest
.
Instead of stable-dind
use dind
.