Skip to content
Open
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
5 changes: 3 additions & 2 deletions Documentation/howto/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ The release artifacts also include the clairctl command line tool.
## Official Containers

Clair is officially packaged and released as a container at
[quay.io/projectquay/clair]. The `latest` tag tracks the git development branch,
and version tags are built from the corresponding release.
[quay.io/projectquay/clair]. The `nightly` tag tracks the git development branch
(dated `nightly-YYYY-MM-DD` tags are kept as well), and version tags are built
from the corresponding release. There is no `latest` tag.

[quay.io/projectquay/clair]: https://quay.io/repository/projectquay/clair

Expand Down