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

samt 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 acbf6d5  Rebuilding image to include updated python driver (via 
cassandra-dtest)
acbf6d5 is described below

commit acbf6d5b0396f62f0545d673e3fcd498535aa9f6
Author: Sam Tunnicliffe <[email protected]>
AuthorDate: Mon Nov 30 15:17:38 2020 +0000

    Rebuilding image to include updated python driver (via cassandra-dtest)
    
    Patch by Sam Tunnicliffe; reviewed by Mick Semb Wever for CASSANDRA-16275
---
 docker/testing/ubuntu1910_j11.docker                | 2 +-
 docker/testing/ubuntu1910_j11_w_dependencies.docker | 4 ++--
 jenkins-dsl/cassandra_job_dsl_seed.groovy           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/testing/ubuntu1910_j11.docker 
b/docker/testing/ubuntu1910_j11.docker
index e56ac5c..5351b1e 100644
--- a/docker/testing/ubuntu1910_j11.docker
+++ b/docker/testing/ubuntu1910_j11.docker
@@ -11,7 +11,7 @@
 # limitations under the License.
 
 FROM ubuntu:19.10
-MAINTAINER Eduard Tudenhoefner <[email protected]>
+MAINTAINER Sam Tunnicliffe <[email protected]>
 
 # install our python dependencies and some other stuff we need
 # libev4 libev-dev are for the python driver / libssl-dev is for python3.6
diff --git a/docker/testing/ubuntu1910_j11_w_dependencies.docker 
b/docker/testing/ubuntu1910_j11_w_dependencies.docker
index ac8a541..4ea6fb5 100644
--- a/docker/testing/ubuntu1910_j11_w_dependencies.docker
+++ b/docker/testing/ubuntu1910_j11_w_dependencies.docker
@@ -11,8 +11,8 @@
 # limitations under the License.
 
 # base things off the testing image without dependencies warmed up
-FROM nastra/cassandra-testing-ubuntu1910-java11
-MAINTAINER Eduard Tudenhoefner <[email protected]>
+FROM beobal/cassandra-testing-ubuntu1910-java11
+MAINTAINER Sam Tunnicliffe <[email protected]>
 
 USER cassandra
 ENV HOME /home/cassandra
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy 
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 1e0adb6..828acb7 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -59,7 +59,7 @@ def dtestTargets = ['dtest', 'dtest-novnode', 
'dtest-offheap', 'dtest-large', 'd
 if(binding.hasVariable("CASSANDRA_DTEST_TEST_TARGETS")) {
     dtestTargets = "${CASSANDRA_DTEST_TEST_TARGETS}".split(",")
 }
-def dtestDockerImage = 'nastra/cassandra-testing-ubuntu1910-java11'
+def dtestDockerImage = 'beobal/cassandra-testing-ubuntu1910-java11'
 if(binding.hasVariable("CASSANDRA_DOCKER_IMAGE")) {
     dtestDockerImage = "${CASSANDRA_DOCKER_IMAGE}"
 }


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

Reply via email to