The loki-build-image
is the Docker image used to run tests and build Loki binaries in CI.
- Update
BUILD_IMAGE_VERSION
in theMakefile
- Update the image version in all the other places it exists
- Dockerfiles in
cmd
directory - .circlie/config.yml
- Dockerfiles in
- Run
make drone
to 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