Add image build jobs

The images built from ViNO code are not currently stored in a public
registry, this change adds Zuul jobs to push the controller and
nodelabeler images to Quay.io where they can be consumed by the
community.

Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
Change-Id: I19d7b9954a20af07cb6ffd1f1e8f17f3ed6e754c
This commit is contained in:
Alexander Hughes
2021-01-12 13:06:41 -05:00
parent d810832d93
commit 00125cbdef
13 changed files with 255 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# Default base images for builder and release images, can be overriden during build
# Default base images for builder and release images, can be overridden during build
ARG BUILDER_IMAGE=gcr.io/gcp-runtimes/go1-builder:1.13
ARG RELEASE_IMAGE=scratch