[
https://issues.apache.org/jira/browse/CASSSIDECAR-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914195#comment-17914195
]
Yifan Cai commented on CASSSIDECAR-183:
---------------------------------------
For posterity, the CI link is
[https://app.circleci.com/pipelines/circleci/2pKxPuEmc4jySZHiGcJrJE/LTM5bKmo57v3FcPSxgh5mk?branch=CASSSIDECAR-183]
> 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
> Components: Configuration
> Reporter: Isaac Reath
> Assignee: Isaac Reath
> Priority: Normal
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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]