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

Update alpine image to version 3.17.0 and openjdk11-jre-headless to version 11.0.17_p8-r3 #562

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM alpine:3.16.3 as otel
FROM alpine:3.17.0 as otel

Check notice

Code scanning / KICS

Healthcheck Instruction Missing

Dockerfile doesn't contain instruction 'HEALTHCHECK'

ENV OTEL_AGENT_LOCATION "https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.12.1/opentelemetry-javaagent.jar"

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM alpine:3.16.3
FROM alpine:3.17.0

ARG JAR
ARG LIB
Expand All @@ -32,7 +32,7 @@ ARG APP_USER=docker
ARG APP_UID=10100

RUN apk update && \
apk add openjdk11-jre-headless=11.0.17_p8-r1 --no-cache && \
apk add openjdk11-jre-headless=11.0.17_p8-r3 --no-cache && \
rm -rf /var/cache/apk/*

RUN addgroup --system "$APP_USER"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM alpine:3.16.3 as otel
FROM alpine:3.17.0 as otel

Check notice

Code scanning / KICS

Healthcheck Instruction Missing

Dockerfile doesn't contain instruction 'HEALTHCHECK'

ENV OTEL_AGENT_LOCATION "https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.12.1/opentelemetry-javaagent.jar"

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM alpine:3.16.3
FROM alpine:3.17.0

ARG JAR
ARG LIB
Expand All @@ -32,7 +32,7 @@ ARG APP_USER=docker
ARG APP_UID=10100

RUN apk update && \
apk add openjdk11-jre-headless=11.0.17_p8-r1 --no-cache && \
apk add openjdk11-jre-headless=11.0.17_p8-r3 --no-cache && \
rm -rf /var/cache/apk/*

RUN addgroup --system "$APP_USER"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM alpine:3.16.3 as otel
FROM alpine:3.17.0 as otel

Check notice

Code scanning / KICS

Healthcheck Instruction Missing

Dockerfile doesn't contain instruction 'HEALTHCHECK'

ENV OTEL_AGENT_LOCATION "https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.12.1/opentelemetry-javaagent.jar"

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM alpine:3.16.3
FROM alpine:3.17.0

ARG JAR
ARG LIB
Expand All @@ -32,7 +32,7 @@ ARG APP_USER=docker
ARG APP_UID=10100

RUN apk update && \
apk add openjdk11-jre-headless=11.0.17_p8-r1 --no-cache && \
apk add openjdk11-jre-headless=11.0.17_p8-r3 --no-cache && \
rm -rf /var/cache/apk/*

RUN addgroup --system "$APP_USER"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM alpine:3.16.3 as otel
FROM alpine:3.17.0 as otel

Check notice

Code scanning / KICS

Healthcheck Instruction Missing

Dockerfile doesn't contain instruction 'HEALTHCHECK'

ENV OTEL_AGENT_LOCATION "https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.12.1/opentelemetry-javaagent.jar"

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM alpine:3.16.3
FROM alpine:3.17.0

ARG JAR
ARG LIB
Expand All @@ -32,7 +32,7 @@ ARG APP_USER=docker
ARG APP_UID=10100

RUN apk update && \
apk add openjdk11-jre-headless=11.0.17_p8-r1 --no-cache && \
apk add openjdk11-jre-headless=11.0.17_p8-r3 --no-cache && \
rm -rf /var/cache/apk/*

RUN addgroup --system "$APP_USER"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM alpine:3.16.3 as otel
FROM alpine:3.17.0 as otel

Check notice

Code scanning / KICS

Healthcheck Instruction Missing

Dockerfile doesn't contain instruction 'HEALTHCHECK'

ENV OTEL_AGENT_LOCATION "https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.12.1/opentelemetry-javaagent.jar"

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM alpine:3.16.3
FROM alpine:3.17.0

ARG JAR
ARG LIB
Expand All @@ -32,7 +32,7 @@ ARG APP_USER=docker
ARG APP_UID=10100

RUN apk update && \
apk add openjdk11-jre-headless=11.0.17_p8-r1 --no-cache && \
apk add openjdk11-jre-headless=11.0.17_p8-r3 --no-cache && \
rm -rf /var/cache/apk/*

RUN addgroup --system "$APP_USER"
Expand Down