-
Notifications
You must be signed in to change notification settings - Fork 14
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 (#219) #229
Conversation
docker-casa/Dockerfile
Outdated
@@ -199,7 +199,8 @@ ENV CN_MAX_RAM_PERCENTAGE=75.0 \ | |||
CN_JAVA_OPTIONS="" \ | |||
CN_SSL_CERT_FROM_SECRETS=false \ | |||
GOOGLE_PROJECT_ID="" \ | |||
GOOGLE_APPLICATION_CREDENTIALS=/etc/jans/conf/google-credentials.json | |||
GOOGLE_APPLICATION_CREDENTIALS=/etc/jans/conf/google-credentials.json \ | |||
CN_CASA_ADMIN_LOCK_FILE=/opt/jans/jetty/casa/resources/.administrable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add this env to the readme env section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted. Also, we need to change the env name to GLUU_CASA_ADMIN_LOCK_FILE
to align with the image specific env vars (i.e. GLUU_CASA_APP_LOGGERS
).
[casa-base] Kudos, SonarCloud Quality Gate passed! |
The changeset adjust ownership and permission as mentioned in #219