The loki-build-image is the Docker image used to run tests and build Loki binaries in CI.
- Update
BUILD_IMAGE_VERSIONin theMakefile - Update the image version in all the other places it exists
- Dockerfiles in
cmddirectory - .circlie/config.yml
- Dockerfiles in
- Run
make droneto rebuild the drone yml file with the new image version (the image version in the Makefile is used) - Commit your changes (else you will get a WIP tag)
- Run
make build-image-push