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

Release 0.9.1 #1184

Merged
merged 7 commits into from
Apr 1, 2024
Merged

Release 0.9.1 #1184

merged 7 commits into from
Apr 1, 2024

Conversation

josegonzalez
Copy link
Member

In order to properly support readonly containers, we need to avoid taking any action that might create files or change permissions within the app path on container start.
fix: do not unnecessarily create/change files when starting a process
Rather than try and depend on it existing later, ensure it exists when we first build the app.
The check was incorrectly performed, causing us to perform the process-start chown whenever the variable was set. This inverts that check and also wraps another chown command that occurred on process start.
- #1181 @josegonzalez: fix: do not unnecessarily create/change files when starting a process
- #1182 @josegonzalez: fix: invert disable-chown check
- #1183 @josegonzalez: fix: create the profile.d directory during the build process
@josegonzalez josegonzalez merged commit a688574 into release Apr 1, 2024
70 checks passed
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.

1 participant