[ 
https://issues.apache.org/jira/browse/CASSSIDECAR-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Isaac Reath updated CASSSIDECAR-183:
------------------------------------
    Test and Documentation Plan: Run ./gradlew :server:jibDockerBuild and run 
the resulting container using docker run -v <cassandra sidecar 
home>/conf/sidecar.yaml:/conf/sidecar.yaml cassandra-sidecar:1.0-SNAPSHOT
                         Status: Patch Available  (was: Open)

> 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: 10m
>  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]

Reply via email to