Use Nordix docker registry for geode-native jobs 92/12892/1
authorMario Salazar de Torres <mario.salazar.de.torres@est.tech>
Tue, 22 Mar 2022 14:14:31 +0000 (15:14 +0100)
committerMario Salazar de Torres <mario.salazar.de.torres@est.tech>
Tue, 22 Mar 2022 14:14:31 +0000 (15:14 +0100)
 - Changed default docker builder image to use the Nordix docker
   registry in order to avoid the DockerHub pull limit.

Change-Id: I4f4f7b6452b1a84c3650417048ae536a3566f837

jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml
jjb/geode-native/global-template-apache-geode-native-test.yaml

index 613408b433edf063ed799d76b8ba8ff0d13291c1..71b93814387d8f4d8efb867ce30a10b49ec857b0 100644 (file)
@@ -30,7 +30,7 @@
     parameters:
       - string:
           name: GEODE_NATIVE_DOCKER_IMAGE
-          default: 'apachegeode/geode-native-build'
+          default: 'registry.nordix.org/docker-hub-proxy/apachegeode/geode-native-build'
           description: JJB configured name of the geode-native build docker image based on Ubuntu 18.04
 
     builders:
index b1490c041490379816911f8d74f8d0bea4d0e0ab..ecdf7cb2a1045b986f9fe644cd7c85171e1229fa 100644 (file)
@@ -44,7 +44,7 @@
           description: JJB configured JOBS parameter. Specifies the number of make jobs to run simultaneously while building geode-native
       - string:
           name: GEODE_NATIVE_DOCKER_IMAGE
-          default: 'apachegeode/geode-native-build:1.13.2'
+          default: 'registry.nordix.org/docker-hub-proxy/apachegeode/geode-native-build:1.13.2'
           description: JJB configured name of the geode-native build docker image based on Ubuntu 20.04
 
     scm: