Merge branch 'cassandra-5.0' into trunk

* cassandra-5.0:
  ninjafix – docker buildx build instructions in .jenkins/k8s/agent-build.docker
This commit is contained in:
Mick Semb Wever 2025-11-12 16:36:27 +01:00
commit 4b7ef7c8f3
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# apache/cassandra-jenkins-k8s
#
# docker buildx build --platform="linux/amd64,linux/arm64" -t apache/cassandra-jenkins-k8s -t apache.jfrog.io/cassan-docker/apache/cassandra-jenkins-k8s --push .
# docker buildx build --platform="linux/amd64,linux/arm64" -t apache/cassandra-jenkins-k8s -t apache.jfrog.io/cassan-docker/apache/cassandra-jenkins-k8s --provenance=true --sbom=true -f agent-build.docker --push .
#
FROM jenkins/inbound-agent