-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: adjust ownership and permission to avoid bloated images #1312
Conversation
[jans-cli] Kudos, SonarCloud Quality Gate passed! |
[jans-linux-setup] Kudos, SonarCloud Quality Gate passed! |
[jans-config-api-parent] Kudos, SonarCloud Quality Gate passed! |
[Fido2 API] Kudos, SonarCloud Quality Gate passed! |
[SCIM API] Kudos, SonarCloud Quality Gate passed! |
[Jans authentication server parent] Kudos, SonarCloud Quality Gate passed! |
reviewing....im going to run some tests before merging. |
Description
The changeset fixes incorrect usage of ownership/permission (in docker context) as reported in #1307
Implementation Details
chown
command as it increases the size of the imagechgroup -R
command withchmod -R g=u
to set directory ownership/permissionchmod 664
command to set file permission