You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tagged Loki images don't seem to get any OCI annotations set, while the "latest" tag does. This is an issue stopping third-party tooling to scan Loki images and correlate the data with the source repository.
Example of a Loki image that does contain the appropriate labels:
Tagged Loki images don't seem to get any OCI annotations set, while the "latest" tag does. This is an issue stopping third-party tooling to scan Loki images and correlate the data with the source repository.
Example of a Loki image that does contain the appropriate labels:
Examples of Loki images that don't contain any labels:
docker pull grafana/loki:3.3.2 # 3.2.2, 3.3.2, main-82c2c56 or pretty much any other tag docker image inspect grafana/loki:3.3.2
Note that this is also true for Promtail. Only the "latest" tag seems to get the right labels.
The text was updated successfully, but these errors were encountered: