Build portieris docker image

Build portieris docker image based off of most recent (0.7.0) tag.  This
will enable additional commits to be included without requiring a new
release of upstream portieris.  This will be able to be upversioned when
a new portieris version is released, with patches being dropped.

Story: 2007348
Task: 40415
Change-Id: I729398b32a8fcb642ca6f3265b5116dd86122b7f
Signed-off-by: Joseph Richard <joseph.richard@windriver.com>
This commit is contained in:
Joseph Richard 2020-07-22 12:09:06 -04:00
parent 16627d5707
commit a6123ffebb
5 changed files with 11 additions and 5 deletions

View File

@ -1,2 +1,2 @@
portieris-helm
stx-portieris-helm
stx-portieris-helm

View File

@ -1,2 +1,2 @@
portieris-helm
stx-portieris-helm
stx-portieris-helm

View File

@ -0,0 +1 @@
portieris-helm

View File

@ -0,0 +1,4 @@
BUILDER=docker
LABEL=portieris
DOCKER_REPO=https://github.com/IBM/portieris.git
DOCKER_REF=0.7.0

View File

@ -52,11 +52,12 @@ data:
namespace: portieris
images:
tags:
portieris: docker.io/ibmcom/portieris:0.7.0
portieris: docker.io/starlingx/portieris:master-centos-stable-latest
image:
host: docker.io/ibmcom
host: registry.local:9001/docker.io/starlingx
image: portieris
tags: 0.7.0
tags: master-centos-stable-latest
tag: master-centos-stable-latest
IBMContainerService: false
SkipSecretCreation: true
UseCertManager: true