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:
parent
16627d5707
commit
a6123ffebb
@ -1,2 +1,2 @@
|
||||
portieris-helm
|
||||
stx-portieris-helm
|
||||
stx-portieris-helm
|
||||
|
@ -1,2 +1,2 @@
|
||||
portieris-helm
|
||||
stx-portieris-helm
|
||||
stx-portieris-helm
|
||||
|
1
centos_stable_docker_images.inc
Normal file
1
centos_stable_docker_images.inc
Normal file
@ -0,0 +1 @@
|
||||
portieris-helm
|
4
portieris-helm/centos/portieris.stable_docker_image
Normal file
4
portieris-helm/centos/portieris.stable_docker_image
Normal file
@ -0,0 +1,4 @@
|
||||
BUILDER=docker
|
||||
LABEL=portieris
|
||||
DOCKER_REPO=https://github.com/IBM/portieris.git
|
||||
DOCKER_REF=0.7.0
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user