kmdr-cli
kmdr-cli copied to clipboard
docker build not working
Describe the bug Cloned repo and tried to build:
To Reproduce Steps to reproduce the behavior:
- Clone
-
docker build -t kmdir-cli .
Expected behavior completed build
Screenshots
Desktop (please complete the following information):
- OS: Ubuntu 20.04
Additional context I'd be happy to submit a github workflow to check the docker build integrity once it's fixed.
Hi @mathematicalmichael, thanks for reporting this and offering your help to make kmdr better!
The docker build is broken in our most recent release v1 and I will look into this very soon. A quick solution is trying the old version v0.4.3: (tagged). You'll miss the new features available in v1 but the build does work there.
thanks! just tag me when the build is fixed and I'll help out with setting up a workflow, can even enable you to build+push to dockerhub automatically any time you push a new tag.