Isaac Reath created CASSSIDECAR-183:
---------------------------------------
Summary: Upgrade base image used when building Docker image with
jib
Key: CASSSIDECAR-183
URL: https://issues.apache.org/jira/browse/CASSSIDECAR-183
Project: Sidecar for Apache Cassandra
Issue Type: Task
Reporter: Isaac Reath
Assignee: Isaac Reath
Right now when running ./gradlew :server:jibDockerBuild the base image
gcr.io/distroless/java:8 is chosen. New images for distroless Java 8 stopped
being built in 2021 (see:
[https://github.com/GoogleContainerTools/distroless/issues/786).]
If we want to stay distroless, we can change to
gcr.io/distroless/java11-debian11, which is the most up-to-date distroless
image which supports Java 11 (distroless debian12 does not yet have support for
java11). If we're adamant about staying on Java 8, we can change to
eclipse-temurin:8-ubi9-minimal instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]