Create Docker image for Barbican in StarlingX
In order to provide the secure management of secrets service as a container in StarlingX we need to create Barbican Docker image and include it into StarlingX repository. Change-Id: I3b4483f74d233348ec49729deff11ba7776af01b Story: 2003108 Task: 29579 Signed-off-by: Alex Kozyrev <alex.kozyrev@windriver.com>
This commit is contained in:
parent
4a3b8ff654
commit
db10c94d9e
@ -3,6 +3,7 @@ openstack/openstack-ironic
|
||||
openstack/openstack-magnum
|
||||
openstack/openstack-murano
|
||||
openstack/openstack-panko
|
||||
openstack/python-barbican
|
||||
openstack/python-ceilometer
|
||||
openstack/python-cinder
|
||||
openstack/python-glance
|
||||
|
@ -0,0 +1,6 @@
|
||||
BUILDER=loci
|
||||
LABEL=stx-barbican
|
||||
PROJECT=barbican
|
||||
PROJECT_REPO=https://github.com/openstack/barbican.git
|
||||
PIP_PACKAGES="pycrypto"
|
||||
PROFILES="fluent"
|
Loading…
x
Reference in New Issue
Block a user