Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clarify lack of latest tag on release images #10800

Merged
merged 1 commit into from
Apr 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/root/install/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,10 @@ be found in the following repositories:
* `envoyproxy/envoy-alpine-debug <https://hub.docker.com/r/envoyproxy/envoy-alpine-debug/tags/>`_:
Release binary with debug symbols on top of a **glibc** alpine base.

In the above repositories, the *latest* tag points to the latest official release.

.. note::

The above repositories used to contain the dev images described below. They remain to avoid
breaking existing users. New dev images are added to the repositories described in the following
section.
In the above repositories, we do **not** tag a *latest* image. As we now do security/stable
releases, *latest* has no good meaning and users should pin to a specific tag.

On every master commit we additionally create a set of development Docker images. These images can
be found in the following repositories:
Expand Down