-
Notifications
You must be signed in to change notification settings - Fork 18
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
[ 17° ] - Release/v2.1.0/trg 4 02 & trg 4.03: updated container base images and adjusted user ids #202
[ 17° ] - Release/v2.1.0/trg 4 02 & trg 4.03: updated container base images and adjusted user ids #202
Conversation
Feature/trg 4.02&4.03: updated container base images and adjusted user ids
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.
KICS found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
@@ -62,15 +63,15 @@ | |||
HEALTHCHECK NONE | |||
|
|||
# add permissions for a user | |||
RUN chown -R 10000:3000 /app && chmod -R 775 /app/ | |||
RUN chown 10000:3000 /entrypoint.sh && chmod -R 775 /entrypoint.sh | |||
RUN chown -R 1000:3000 /app && chmod -R 775 /app/ |
Check notice
Code scanning / KICS
Multiple RUN, ADD, COPY, Instructions Listed Note
Why we create this PR?
This PR contains the following changes:
What we want to achieve with this PR?
To be compliant with the following release guidelines from quality gates:
What is new?
Updated