Use Nordix docker registry for geode-native jobs

 - Changed default docker builder image to use the Nordix docker
   registry in order to avoid the DockerHub pull limit.

Change-Id: I4f4f7b6452b1a84c3650417048ae536a3566f837
diff --git a/jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml b/jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml
index 613408b..71b9381 100644
--- a/jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml
+++ b/jjb/geode-native/apache-geode-native-slave/apache-geode-native-slave-setup.yaml
@@ -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:
diff --git a/jjb/geode-native/global-template-apache-geode-native-test.yaml b/jjb/geode-native/global-template-apache-geode-native-test.yaml
index b1490c0..ecdf7cb 100644
--- a/jjb/geode-native/global-template-apache-geode-native-test.yaml
+++ b/jjb/geode-native/global-template-apache-geode-native-test.yaml
@@ -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: