You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/04/10 09:02:41 UTC

[GitHub] [cassandra-builds] michaelsembwever commented on a change in pull request #20: Update default Docker image used for testing to Ubuntu 19.10

michaelsembwever commented on a change in pull request #20: Update default Docker image used for testing to Ubuntu 19.10
URL: https://github.com/apache/cassandra-builds/pull/20#discussion_r406672153
 
 

 ##########
 File path: jenkins-dsl/cassandra_job_dsl_seed.groovy
 ##########
 @@ -54,7 +54,7 @@ def dtestTargets = ['dtest', 'dtest-novnode', 'dtest-offheap', 'dtest-large']
 if(binding.hasVariable("CASSANDRA_DTEST_TEST_TARGETS")) {
     dtestTargets = "${CASSANDRA_DTEST_TEST_TARGETS}".split(",")
 }
-def dtestDockerImage = 'spod/cassandra-testing-ubuntu18-java11'
+def dtestDockerImage = 'nastra/cassandra-testing-ubuntu1910-java11'
 
 Review comment:
   I need to double-check it's ok a non-committer dockerhub image is used in the building. It's not a release so I suspect it is ok. 
   
   @spodkowinski are you aware of what's permitted here?
   
   (later on it might make sense if we use the apache dockerhub, i don't think names like  `https://hub.docker.com/r/apache/cassandra-testing-ubuntu1910-java11` will confuse end users)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org