Skip to content

BREAKING CHANGE: Make file ownership opt-in#292

Open
ckulka wants to merge 1 commit into
masterfrom
279-make-40-fix-baikal-file-permissionssh-opt-in-instead-of-opt-out
Open

BREAKING CHANGE: Make file ownership opt-in#292
ckulka wants to merge 1 commit into
masterfrom
279-make-40-fix-baikal-file-permissionssh-opt-in-instead-of-opt-out

Conversation

@ckulka
Copy link
Copy Markdown
Owner

@ckulka ckulka commented Jul 30, 2025

This PR stops changing the file ownership of the Baikal folder upon container start.

This used to be required to ensure local volumes on the host have the correct permissions set and that the user id of nginx/httpd can access them. Nowadays though, the recommended approach is user re-mapping, see https://docs.docker.com/engine/security/userns-remap/.

Only breaking change as it changes default behaviour. Functionality is still available and can be enabled if required.

@ckulka ckulka self-assigned this Jul 30, 2025
@ckulka ckulka linked an issue Jul 30, 2025 that may be closed by this pull request
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.

Make 40-fix-baikal-file-permissions.sh opt-in instead of opt-out

1 participant