Skip to content

Commit 2254ada

Browse files
saiarcot895mssonicbld
authored andcommittedDec 9, 2024·
[baseimage]: Upgrade docker-py to 7.1.0 (#19181)
This version of docker-py has the fix for the issue caused by requests 2.32, and has the added benefit of upgrading to the latest version of docker-py. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
1 parent ce58ec0 commit 2254ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build_debian.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'setup
561561
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel==0.35.1'
562562

563563
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
564-
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==6.1.1'
564+
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==7.1.0'
565565

566566
# Install scapy
567567
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'scapy==2.4.4'

0 commit comments

Comments
 (0)
Please sign in to comment.