Images: Upgrade the packages for train release

Change-Id: I779f2331692d98932ac6079d1cfed75509a69e4e
This commit is contained in:
Gupta, Sangeet (sg774j) 2020-09-08 19:43:45 +00:00 committed by Sangeet Gupta
parent eb7c95a160
commit 50f646f1d8
3 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ RUN set -xe \
python3-pip \
&& pip3 install \
oslo.rootwrap==5.8.0 \
python-openstackclient==3.18.1 \
python-openstackclient==4.0.1 \
python-swiftclient \
&& sed -i 's/$PrivDropToUser syslog/$PrivDropToUser nobody/' /etc/rsyslog.conf \
&& apt-get clean -y \

View File

@ -22,11 +22,11 @@ RUN set -xe \
python3-pip \
&& pip3 install \
oslo.rootwrap==5.8.0 \
python-openstackclient==3.18.1 \
python-glanceclient==2.16.0 \
python-novaclient==13.0.2 \
python-neutronclient==6.12.0 \
python-cinderclient==4.2.1 \
python-openstackclient==4.0.1 \
python-glanceclient==2.17.0 \
python-novaclient==15.1.1 \
python-neutronclient==6.14.1 \
python-cinderclient==5.0.0 \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

View File

@ -28,7 +28,7 @@ RUN set -xe \
python3-pip \
&& pip3 install \
oslo.rootwrap==5.8.0 \
python-openstackclient==3.18.1 \
python-openstackclient==4.0.1 \
python-swiftclient \
&& apt-get clean -y \
&& curl --silent -L https://dl.k8s.io/v${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz \