diff --git a/debian_stable_docker_images.inc b/debian_stable_docker_images.inc new file mode 100644 index 00000000..bfbc922e --- /dev/null +++ b/debian_stable_docker_images.inc @@ -0,0 +1 @@ +openstack/python-platformclients diff --git a/debian_stable_wheels.inc b/debian_stable_wheels.inc new file mode 100644 index 00000000..fc5b4613 --- /dev/null +++ b/debian_stable_wheels.inc @@ -0,0 +1,3 @@ +distributedcloud-client-wheels +python3-oidcauthtools-wheels +nfv-wheels diff --git a/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image b/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image index 489092e3..3208228c 100644 --- a/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image +++ b/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image @@ -2,11 +2,11 @@ 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 \ +DIST_REPOS="OS" +DIST_PACKAGES="python3-dev libffi-dev libssl-dev libcurl4-openssl-dev libfile-which-perl bash-completion helm kubernetes-1.24.4-client" +PIP_PACKAGES="pycryptodomex httplib2 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 +CUSTOMIZATION="ln -s /usr/local/kubernetes/1.24.4/stage2/usr/bin/kubectl /usr/bin/"