* Upgrade pip3 package docker to 5.0.3 (#10523)
Why I did it
In sonic-utilities repo, it is required to install docker>=4.4.4
f70dc27827/setup.py (L187)
* Update the docker version to 5.0.3
This commit is contained in:
parent
217514196b
commit
cb449477e7
@ -435,7 +435,7 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'setup
|
|||||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel==0.35.1'
|
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel==0.35.1'
|
||||||
|
|
||||||
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
|
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
|
||||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==4.3.1'
|
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==5.0.3'
|
||||||
|
|
||||||
# Install scapy
|
# Install scapy
|
||||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'scapy==2.4.4'
|
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'scapy==2.4.4'
|
||||||
|
@ -11,7 +11,7 @@ click-log==0.4.0
|
|||||||
colorful==0.5.4
|
colorful==0.5.4
|
||||||
cryptography==36.0.2
|
cryptography==36.0.2
|
||||||
dbus-python==1.2.18
|
dbus-python==1.2.18
|
||||||
docker==4.3.1
|
docker==5.0.3
|
||||||
docker-image-py==0.1.12
|
docker-image-py==0.1.12
|
||||||
enlighten==1.10.2
|
enlighten==1.10.2
|
||||||
filelock==3.6.0
|
filelock==3.6.0
|
||||||
|
Reference in New Issue
Block a user