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

replace distroless with alpine image #427

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

DominikPinsel
Copy link
Contributor

Signed-off-by: Dominik Pinsel [email protected]

Copy link

@github-advanced-security github-advanced-security bot left a 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.

@DominikPinsel DominikPinsel force-pushed the feature/replace_distroless_with_apline_image branch from 349aa2e to 507ad6c Compare September 22, 2022 06:43
Copy link

@github-advanced-security github-advanced-security bot left a 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.

@DominikPinsel DominikPinsel force-pushed the feature/replace_distroless_with_apline_image branch from 507ad6c to 6333ed0 Compare September 22, 2022 06:47
@DominikPinsel DominikPinsel force-pushed the feature/replace_distroless_with_apline_image branch 3 times, most recently from adc9f66 to e969231 Compare September 22, 2022 08:31
@DominikPinsel DominikPinsel force-pushed the feature/replace_distroless_with_apline_image branch 2 times, most recently from c0cdc75 to 8aac0bf Compare September 22, 2022 11:03
@DominikPinsel DominikPinsel force-pushed the feature/replace_distroless_with_apline_image branch from 8aac0bf to 24cc9cd Compare September 22, 2022 13:24
@DominikPinsel DominikPinsel force-pushed the feature/replace_distroless_with_apline_image branch from 24cc9cd to 94e703f Compare September 22, 2022 14:35
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

Instruction 'RUN <package-manager> update' isn't followed by 'RUN <package-manager> install in the same 'RUN' statement
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

Instruction 'RUN <package-manager> update' isn't followed by 'RUN <package-manager> install in the same 'RUN' statement
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

Instruction 'RUN <package-manager> update' isn't followed by 'RUN <package-manager> install in the same 'RUN' statement
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

Instruction 'RUN <package-manager> update' isn't followed by 'RUN <package-manager> install in the same 'RUN' statement
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

Instruction 'RUN <package-manager> update' isn't followed by 'RUN <package-manager> install in the same 'RUN' statement
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@DominikPinsel DominikPinsel merged commit 389aec1 into develop Sep 22, 2022
@DominikPinsel DominikPinsel deleted the feature/replace_distroless_with_apline_image branch September 22, 2022 15:15
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.

2 participants