Run user-patches.sh right before starting daemons#2817
Run user-patches.sh right before starting daemons#2817casperklein merged 6 commits intodocker-mailserver:masterfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
I don't think that's an issue. If I do the
If I do the same on the DMS host, I don't get an error. I guess it's because PERMIT_DOCKER=host is in place and some restrictions do not apply? Maybe |
|
Postfix seems not to be running when |
This comment was marked as resolved.
This comment was marked as resolved.
|
The cause of change events being unreliably handled has been found :)
|
be1c724
|
If possible, we should exclude |
A good idea 👍🏼 Also, #2815 should fix the issue with the tests were seeing currently. |
|
@casperklein which tastes exactly are you referring to?:) |
|
I noticed with my last commit, that the CI tests were run again. The only change in that commit however was in But I think, that is how it works. Markddown files per se are not considered for running the tests: docker-mailserver/.github/workflows/default_on_push.yml Lines 8 to 13 in 488b256 I guess, on a commit, the whole PR is taking into account and not just the files altered with the current commit. |
Yes :) |
Description
From the docs:
That is not the case at the moment.
For example, changes to the file
/root/.bashrcdone byuser-patches.shwill be discarded by the setup function_environment_variables_export, which is called after.This PR solves that, by not registering
_setup_user_patchesvia_register_setup_function.Instead
_setup_user_patchesis called directly right before_start_daemons.Type of change
Checklist:
docs/)