tobybatch / kimai2

Docker containers for the kimai2 web application including docker-compose and kubernetes/helm deployment.
MIT License
183 stars 97 forks source link

[BUG] Installation Bug (Problem) #493

Closed Kr3yx closed 1 year ago

Kr3yx commented 1 year ago

Execute this command

docker build -t my-local-kimai .

automatically comes this error message.

grafik

tobybatch commented 1 year ago

I have no idea why this is. I think it's to do with your local docker set up not the image. Can you try it without build kit enabled?

unset DOCKER_BUILDKIT
Kr3yx commented 1 year ago

Same issue

image

Kr3yx commented 1 year ago

Isn't it true that I don't have to download anything beforehand? In your manual the first step is the build command

tobybatch commented 1 year ago

You need to clone the repo