Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
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
- 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
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