-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Fix Docker Hub tags for Loki #1087
Comments
The CI needs to be updated to include a push to latest. |
It looks like when moving to Drone.io for building images we no longer tag @sh0rez it doesn't look like drone config calls the make targets for building images, could we updated it to do this so we can get the |
I‘ll look into it! |
AFAIK, this is still the case. latest is over a month old. Would be nice to version tag too so we can start using SEMVER on something like 0.3 |
Been quite busy for the last weeks, will look into this after I am back from vacation |
Version tags exist already I will hopefully also get a chance to look at the latest/master tags this week |
Describe the bug
docker pull grafana/loki:latest command pulls Loki with old API (/api/prom/push instead of /loki/api/v1/pull)
Currently, I have to build from source or provide some label from grafanabot
e.g. grafana/loki:master-42040f2
Expected behavior
Please provide correct labels/tags for Loki images
The text was updated successfully, but these errors were encountered: