From: Mario Salazar de Torres Date: Tue, 22 Mar 2022 14:14:31 +0000 (+0100) Subject: Use Nordix docker registry for geode-native jobs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=762ae535107d0c5249366b3e3aa0ee138e10cecd;p=infra%2Fcicd.git 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 613408b43..71b938143 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 b1490c041..ecdf7cb2a 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: