Releasing loki-build-image
The loki-build-image
is the Docker image used to run tests and build Grafana Loki binaries in CI.
The image is released with any change to ./loki-build-image
on main
.
How To Use a New Release
- Update the version tag of the
loki-build-image
pipeline defined in.drone/drone.jsonnet
(search forpipeline('loki-build-image')
). - Merge change into
main
and wait for the release. - Update
BUILD_IMAGE_VERSION
in theMakefile
. - Update the image version in all the other places it exists
- Dockerfiles in
cmd
directory - .circleci/config.yml
- Dockerfiles in
- Run
make drone BUILD_IN_CONTAINER=false
to rebuild the drone yml file with the new image version (the image version in the Makefile is used) - Merge change into
main
.
Related Loki resources
Getting started with logging and Grafana Loki (APAC timezone)
Join this webinar to learn why correlating metrics and logs is critical across the development lifecycle, and how Loki helps reduce logging costs and operations overhead.
Logging with Loki: Essential configuration settings
This webinar focuses on Grafana Loki configuration including agents Promtail and Docker; the Loki server; and Loki storage for popular backends.
Observability with logs & Grafana
Discover how you can utilize, manage, and visualize log events with Grafana and Grafana’s logging application Loki.