-
Notifications
You must be signed in to change notification settings - Fork 0
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
replace distroless with alpine image #427
replace distroless with alpine image #427
Conversation
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.
Found 20 potential problems in the proposed changes. Check the Files changed tab for more details.
349aa2e
to
507ad6c
Compare
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.
Found 20 potential problems in the proposed changes. Check the Files changed tab for more details.
507ad6c
to
6333ed0
Compare
edc-controlplane/edc-controlplane-postgresql-hashicorp-vault/src/main/docker/Dockerfile
Fixed
Show fixed
Hide fixed
edc-controlplane/edc-controlplane-postgresql-hashicorp-vault/src/main/docker/Dockerfile
Fixed
Show fixed
Hide fixed
adc9f66
to
e969231
Compare
c0cdc75
to
8aac0bf
Compare
edc-controlplane/edc-controlplane-postgresql-hashicorp-vault/src/main/docker/Dockerfile
Fixed
Show fixed
Hide fixed
8aac0bf
to
24cc9cd
Compare
edc-controlplane/edc-controlplane-postgresql-hashicorp-vault/src/main/docker/Dockerfile
Fixed
Show fixed
Hide fixed
edc-controlplane/edc-controlplane-memory/src/main/docker/Dockerfile
Outdated
Show resolved
Hide resolved
edc-controlplane/edc-controlplane-memory/src/main/docker/Dockerfile
Outdated
Show resolved
Hide resolved
Signed-off-by: Dominik Pinsel <[email protected]>
24cc9cd
to
94e703f
Compare
ARG APP_USER=docker | ||
ARG APP_UID=10100 | ||
|
||
RUN apk add --update openjdk11-jre-headless=11.0.16.1_p1-r0 --no-cache |
Check warning
Code scanning / KICS
Update Instruction Alone
ARG APP_USER=docker | ||
ARG APP_UID=10100 | ||
|
||
RUN apk add --update openjdk11-jre-headless=11.0.16.1_p1-r0 --no-cache |
Check warning
Code scanning / KICS
Update Instruction Alone
ARG APP_USER=docker | ||
ARG APP_UID=10100 | ||
|
||
RUN apk add --update openjdk11-jre-headless=11.0.16.1_p1-r0 --no-cache |
Check warning
Code scanning / KICS
Update Instruction Alone
ARG APP_USER=docker | ||
ARG APP_UID=10100 | ||
|
||
RUN apk add --update openjdk11-jre-headless=11.0.16.1_p1-r0 --no-cache |
Check warning
Code scanning / KICS
Update Instruction Alone
ARG APP_USER=docker | ||
ARG APP_UID=10100 | ||
|
||
RUN apk add --update openjdk11-jre-headless=11.0.16.1_p1-r0 --no-cache |
Check warning
Code scanning / KICS
Update Instruction Alone
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: Dominik Pinsel [email protected]