krr
krr copied to clipboard
Version is not set in 1.13 docker container
Describe the bug
The version field in init.py is not set correctly in the docker container. This causes an fatal: not a git repository
error everytime the container is executed.
To Reproduce
Runnin the following command shows that __version__
is set to dev
docker run us-central1-docker.pkg.dev/genuine-flight-317411/devel/krr:v1.13.0 cat robusta_krr/__init__.py
Expected behaviour
krr version
should correctly return the installed version