Update stx-platformclients image

This creates the debian docker image file of stx-platformclients.

Since we are not currently building Openstack on debian yet, this
won't have any effect on our current build/testing.

Test Plan:

PASS: Build platformclients and placement images using a debian base
image

Story: 2009831
Task: 44512

Signed-off-by: Luiz Felipe Kina <LuizFelipe.EiskeKina@windriver.com>
Change-Id: I5bf8292e5c3f6e37b633560522fb3a1f6e8e6fee
This commit is contained in:
Luiz Felipe Kina 2022-09-22 14:25:57 -04:00
parent ba8d7863e7
commit 16a7cd9086
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
BUILDER=loci
LABEL=stx-platformclients
PROJECT=infra
PROJECT_REPO=nil
DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion helm kubernetes-1.21.8-client"
PIP_PACKAGES="pycryptodomex httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
six prettytable PyYAML python-keystoneclient python-barbicanclient \
python-openstackclient cgtsclient fmclient distributedcloud_client \
osprofiler beautifulsoup4 oidcauthtools mechanize html5lib webencodings \
nfv-client"
CUSTOMIZATION="ln -s /usr/local/kubernetes/1.21.8/stage2/usr/bin/kubectl /usr/bin/"
PYTHON3=no