Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/docs/sources/maintaining/release-loki-build-image.md

643 B

title
Releasing Loki Build Image

Releasing loki-build-image

The loki-build-image is the Docker image used to run tests and build Loki binaries in CI.

How To Perform a Release

  1. Update BUILD_IMAGE_VERSION in the Makefile
  2. Update the image version in all the other places it exists
    1. Dockerfiles in cmd directory
    2. .circleci/config.yml
  3. Run make drone to rebuild the drone yml file with the new image version (the image version in the Makefile is used)
  4. Commit your changes (else you will get a WIP tag)
  5. Run make build-image-push