-
-
Notifications
You must be signed in to change notification settings - Fork 96
Conversation
It fixes the PHP memory problem. |
Let me check that. There used to be a chown in the script, which I've abandoned, let the container owners manage file perms. |
The repo does a chown (that I can see) at build time. Odd. I'll re-test too.
|
Alright! Let me know when i can help with anything |
OK, so I now default to I will get a subset of users for whom this will break things but it's the best fit. |
Why all this permission magic? This seems like an invitation for problems. Are there any best practices or docker examples out there, which include examples of what you are trying to solve? |
Yes and no.
|
All right, you are the maintainer 👍 I just receive all the email notifications and get the impression that it makes more problems than it solves, but then no wonder with all these auto-updates. When exactly did the IT stop testing? I must have missed that trend... 😁 |
@kevinpapst Good point with the testing! @tobybatch It would be helpful to have some basic "test" for this repo. At least running the docker compose / run in the GitHub Workflow to see if the demo setups are breaking. This could have avoided some of the issues this week. |
I'm adding tests at the moment. It dropped when we went to the GH CI. I'm baffled by the older version not working as we don't re-build old version, only new ones. Previous images are not touched. The exception to that is that if you run a newer version then the DB migrations are run. That's why we advise you back up your DB before upgrading, https://github.com/tobybatch/kimai2/blob/main/docs/updating.md?plain=1#L5 The exception of this was when the pre-release 2.x versions were tagged then the latest version started picking that up. All my local tests passed as we tear up and drop the DB for each test. We disabled the auto builds when we realised but some mages made it out into the wild. I have a fix for that in the works too, so we can turn back on the auto builds. |
No description provided.