Shorten builder docker image names 46/446/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 1 Jul 2019 12:23:15 +0000 (08:23 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 1 Jul 2019 12:23:15 +0000 (08:23 -0400)
Drop the -nng suffix on all

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I0b4cc84f8a59ff5718ac0f6d8bf4ebabda6ae3b6

jjb/ci-management/ci-docker.yaml

index 1fb5b57..3be9b1e 100644 (file)
@@ -20,7 +20,7 @@
 
 - project:
     <<: *ci_docker_common
-    name: bldr-debian-python-nng
+    name: bldr-alpine-python
     project-name: '{project}-{name}'
     docker-name: '{name}'
     docker-root: 'docker/{name}'
@@ -32,7 +32,7 @@
 
 - project:
     <<: *ci_docker_common
-    name: bldr-ubuntu16-c-go-nng
+    name: bldr-debian-python
     project-name: '{project}-{name}'
     docker-name: '{name}'
     docker-root: 'docker/{name}'
@@ -44,7 +44,7 @@
 
 - project:
     <<: *ci_docker_common
-    name: bldr-ubuntu18-c-go-nng
+    name: bldr-ubuntu16-c-go
     project-name: '{project}-{name}'
     docker-name: '{name}'
     docker-root: 'docker/{name}'
@@ -56,7 +56,7 @@
 
 - project:
     <<: *ci_docker_common
-    name: bldr-alpine-python-nng
+    name: bldr-ubuntu18-c-go
     project-name: '{project}-{name}'
     docker-name: '{name}'
     docker-root: 'docker/{name}'