docs: describe the published container tags accurately - #2489
Conversation
There is no latest tag on quay.io/projectquay/clair; the development branch is published as nightly, which is why pulling latest fails with manifest unknown. Signed-off-by: Eljees <3.14hell@gmail.com>
dda7669 to
f0adee7
Compare
|
Ping - open since 28 July. Docs-only: the container tags described in the docs do not match what is actually published. Happy to correct the patch if I have misread the release process. |
|
I re-checked this today and the mismatch is still there, so the patch is still needed.
The file has had no commits since this PR was opened, so the change still applies unchanged. It is three lines of documentation, and I am happy to reword it or rebase if you would rather phrase it differently. |
Fixes #2398
The getting-started guide says the
latesttag tracks the development branch, but that tag does notexist on the registry — which is why
podman pull quay.io/projectquay/clair:latestreturnsmanifest unknown.Current tags on quay.io/projectquay/clair (via
https://quay.io/api/v1/repository/projectquay/clair/tag/,fetched today):
So the development branch is published as
nightly, with datednightly-YYYY-MM-DDtags kept alongside,and releases as version tags. The doc now says that, and states explicitly that there is no
latesttag,so the next person doesn't have to find out via
manifest unknown.Documentation-only change; no code touched.
AI-assisted (LLM used for drafting); the tag listing above was fetched and checked by me.