From 16a7cd9086edf731098ba581eee72cc5c53066a4 Mon Sep 17 00:00:00 2001 From: Luiz Felipe Kina Date: Thu, 22 Sep 2022 14:25:57 -0400 Subject: [PATCH] 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 Change-Id: I5bf8292e5c3f6e37b633560522fb3a1f6e8e6fee --- .../debian/stx-platformclients.stable_docker_image | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openstack/python-platformclients/debian/stx-platformclients.stable_docker_image diff --git a/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image b/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image new file mode 100644 index 00000000..489092e3 --- /dev/null +++ b/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image @@ -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