This is an automated email from the ASF dual-hosted git repository.

aber pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new edd01db  Ninja: image build docs and fix for libc-bin qemu segfault on 
cross-platform build
edd01db is described below

commit edd01db412bcbc575e213fa09897127dd4965e95
Author: Abe Ratnofsky <[email protected]>
AuthorDate: Thu Jun 26 12:40:39 2025 -0400

    Ninja: image build docs and fix for libc-bin qemu segfault on 
cross-platform build
    
    Ref: 
https://the-asf.slack.com/archives/C05LPRVNZV1/p1750947204248659?thread_ts=1750918739.084429&cid=C05LPRVNZV1
---
 docker/testing/README.md                             | 4 ++--
 docker/testing/ubuntu2204_java_driver_testing.docker | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docker/testing/README.md b/docker/testing/README.md
index 1baaaf2..c22b525 100644
--- a/docker/testing/README.md
+++ b/docker/testing/README.md
@@ -20,11 +20,11 @@ Build images from the parent directory using the following 
commands. Change tag
 
 Base image:
 
-    docker buildx build --platform linux/amd64,linux/arm64 -t 
apache/cassandra-testing-ubuntu2004-java11:$(date +"%Y%m%d") -t 
apache/cassandra-testing-ubuntu2004-java11:latest -f ubuntu2004_j11.docker 
--push .
+    docker buildx build --platform linux/amd64,linux/arm64 -t 
apache/cassandra-testing-ubuntu2004-java11:$(date +"%Y%m%d") -t 
apache/cassandra-testing-ubuntu2004-java11:latest -f ubuntu2004_j11.docker 
--provenance=true --sbom=true --push .
 
 Caching image:
 
-    docker buildx build --platform linux/amd64,linux/arm64  --no-cache -t 
apache/cassandra-testing-ubuntu2004-java11-w-dependencies:$(date +"%Y%m%d") -t 
apache/cassandra-testing-ubuntu2004-java11-w-dependencies:latest -f 
ubuntu2004_j11_w_dependencies.docker --push .
+    docker buildx build --platform linux/amd64,linux/arm64 --no-cache -t 
apache/cassandra-testing-ubuntu2004-java11-w-dependencies:$(date +"%Y%m%d") -t 
apache/cassandra-testing-ubuntu2004-java11-w-dependencies:latest -f 
ubuntu2004_j11_w_dependencies.docker --provenance=true --sbom=true --push .
 
 Please make sure to always tag also by date, so we can go back to that version 
in case anything breaks after the next update!
 
diff --git a/docker/testing/ubuntu2204_java_driver_testing.docker 
b/docker/testing/ubuntu2204_java_driver_testing.docker
index 1776738..8efceb6 100644
--- a/docker/testing/ubuntu2204_java_driver_testing.docker
+++ b/docker/testing/ubuntu2204_java_driver_testing.docker
@@ -15,6 +15,7 @@ MAINTAINER Apache Cassandra <[email protected]>
 
 RUN export DEBIAN_FRONTEND=noninteractive && \
     apt update  && \
+    rm /var/lib/dpkg/info/libc-bin.* && \
     apt install -y curl git virtualenv software-properties-common vim sudo && \
     add-apt-repository -y ppa:deadsnakes/ppa && \
     apt update


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to