Skip to content

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

Further details

Proposal

Instead of stable use latest.
Instead of stable-dind use dind.

Who can address the issue

Other links/references

https://github.com/docker-library/docker/issues/301