commit | 762ae535107d0c5249366b3e3aa0ee138e10cecd | [log] [tgz] |
---|---|---|
author | Mario Salazar de Torres <mario.salazar.de.torres@est.tech> | Tue Mar 22 15:14:31 2022 +0100 |
committer | Mario Salazar de Torres <mario.salazar.de.torres@est.tech> | Tue Mar 22 15:14:31 2022 +0100 |
tree | ca004493a414e66050ab182d9fc50f12f7563fe9 | |
parent | 7451258139df48e1f92f4d5cba6138e5a249ab99 [diff] |
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: