-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated dockerfile #840
updated dockerfile #840
Conversation
@bsumners Yes the refactor has happened. The docker repo is now building against tagged releases, 0.9 is the latest. https://github.com/tobybatch/kimai2 or if you just want the images https://cloud.docker.com/u/kimai/repository/docker/kimai/kimai2 @kevinpapst The dev docker in this repo will only change if we need to change the dependencies in it. That will only happen if we change the OS/PGO set up. When you tag a new release oing me and I'll add a new tag to the dockerfiles in my repo. Perhaps one day I'll automate that. |
So you are saying I shouldn't merge this, as it relies on your base image? |
Yes, that's fine. The base image will get pulled from dockerhub if it's needed. If you want to include it in the kimai2 repo I can add it. |
I would totally like that! |
Sorry @kevinpapst my local kimai repo is all messed up with the LDAP stuff, here is a gist with the docker file that will build both stages of the dev docker. I'll fix my repo to use this format for dev later. If you drop that into your repo it will include the base build. https://gist.github.com/tobybatch/902ee71f9814239e70680e6ba07b4c2a |
Hm, I think we are talking about different things. I thought that you said in #763 that I should copy the new Dockerfile for the dev image into the Kimai repo. My assumption was, that I should copy & paste this Dockerfile: |
The gist should replace the one in your repo, totally. It uses a build stage to in line the kimai base into the kimai dev image build process. This means you have the whole build change in a single file and removes dependencies on external resources. It is hand crafted for your repo at the moment. I'll add a build process into the docker repos when I get a sec. |
Alright, after having a look at the diff it is clearer, updated. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Description
See #763
@tobybatch can you please review?
Checklist