@@ -24,9 +24,9 @@ sudo pip install jsondiff==1.2.0
2424
2525sudo pip3 install buildimage/target/python-wheels/sonic_yang_models-1.0-py3-none-any.whl
2626
27- sudo dpkg -i buildimage/target/debs/stretch /libyang_1.0.73_amd64.deb
28- sudo dpkg -i buildimage/target/debs/stretch /libyang-cpp_1.0.73_amd64.deb
29- sudo dpkg -i buildimage/target/debs/stretch /python2-yang_1.0.73_amd64.deb
27+ sudo dpkg -i buildimage/target/debs/buster /libyang_1.0.73_amd64.deb
28+ sudo dpkg -i buildimage/target/debs/buster /libyang-cpp_1.0.73_amd64.deb
29+ sudo dpkg -i buildimage/target/debs/buster /python2-yang_1.0.73_amd64.deb
3030
3131cd sonic-utilities
3232
@@ -39,21 +39,21 @@ chmod 755 build_sonic_utilities.sh
3939
4040# Build sonic-utilities and copy resulting Debian package
4141docker login -u $REGISTRY_USERNAME -p $REGISTRY_PASSWD sonicdev-microsoft.azurecr.io:443
42- docker pull sonicdev-microsoft.azurecr.io:443/sonic-slave-stretch :latest
43- docker run --rm=true --privileged -v $( pwd) :/sonic -w /sonic -i sonicdev-microsoft.azurecr.io:443/sonic-slave-stretch :latest ./build_sonic_utilities.sh
42+ docker pull sonicdev-microsoft.azurecr.io:443/sonic-slave-buster :latest
43+ docker run --rm=true --privileged -v $( pwd) :/sonic -w /sonic -i sonicdev-microsoft.azurecr.io:443/sonic-slave-buster :latest ./build_sonic_utilities.sh
4444
4545cp sonic-utilities/deb_dist/python-sonic-utilities_* .deb buildimage/target/python-debs/
4646
4747cd sairedis
48- cp * .deb ../buildimage/target/debs/stretch /
48+ cp * .deb ../buildimage/target/debs/buster /
4949cd ../
5050
5151cd swss
52- cp * .deb ../buildimage/target/debs/stretch /
52+ cp * .deb ../buildimage/target/debs/buster /
5353cd ../
5454
5555cd swss-common
56- cp * .deb ../buildimage/target/debs/stretch /
56+ cp * .deb ../buildimage/target/debs/buster /
5757cd ../
5858
5959on_exit ()
@@ -70,8 +70,8 @@ mkdir -p docker-sonic-vs/debs
7070mkdir -p docker-sonic-vs/files
7171mkdir -p docker-sonic-vs/python-debs
7272mkdir -p docker-sonic-vs/python-wheels
73- sudo mount --bind ../../target/debs/stretch docker-sonic-vs/debs
74- sudo mount --bind ../../target/files/stretch docker-sonic-vs/files
73+ sudo mount --bind ../../target/debs/buster docker-sonic-vs/debs
74+ sudo mount --bind ../../target/files/buster docker-sonic-vs/files
7575sudo mount --bind ../../target/python-debs docker-sonic-vs/python-debs
7676sudo mount --bind ../../target/python-wheels docker-sonic-vs/python-wheels
7777docker load < ../../target/docker-config-engine-buster.gz
0 commit comments