Skip to content
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

fix: initContainer execution with skipChown enabled #43

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Conversation

d7oc
Copy link
Contributor

@d7oc d7oc commented Jun 15, 2023

Currently the initContainer for Chown is executed even if it should be skipped as the wrong value is referenced. This PR fixes this issue.

@d7oc d7oc requested a review from xoxys June 15, 2023 15:46
…ontainer)

- adjusted ci to disable skipChown (like it was before due to the wrong check)
@xoxys
Copy link
Contributor

xoxys commented Jun 19, 2023

skipChmod should be handled in the same way.

@d7oc d7oc merged commit 72cdf02 into main Jun 19, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix_skipchown branch June 19, 2023 09:41
@d7oc
Copy link
Contributor Author

d7oc commented Jun 19, 2023

skipChmod should be handled in the same way.

Will create another PR for that.

@d7oc
Copy link
Contributor Author

d7oc commented Jun 19, 2023

skipChmod should be handled in the same way.

Will create another PR for that.

For the record: no new PR for that as the volumes were also not handled by chmod in the container: https://github.com/owncloud-docker/base/blob/62d4e7ff12f79fd3a02b17ab6fdca432605ca870/latest/overlay/etc/owncloud.d/25-chown.sh#L37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants