File tree 3 files changed +2
-17
lines changed
sonic-swss-build/docker-sonic-vs
3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cp common/*swsscommon*_1.0.0_amd64.deb scripts/vs/sonic-sairedis-build/docker-so
12
12
13
13
docker load < buildimage/target/docker-sonic-vs.gz
14
14
15
- pushd scripts/vs/sonic-sairedis -build
15
+ pushd scripts/vs/sonic-swss -build
16
16
docker build --no-cache -t docker-sonic-vs:${JOB_NAME##*/ } .${BUILD_NUMBER} docker-sonic-vs
17
17
popd
18
18
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ ADD ["debs", "/debs"]
6
6
7
7
RUN dpkg -i /debs/libswsscommon_1.0.0_amd64.deb
8
8
RUN dpkg -i /debs/python-swsscommon_1.0.0_amd64.deb
9
+ RUN dpkg -i /debs/python3-swsscommon_1.0.0_amd64.deb
9
10
10
11
RUN dpkg -i /debs/libsaimetadata_1.0.0_amd64.deb
11
12
RUN dpkg -i /debs/libsairedis_1.0.0_amd64.deb
12
13
RUN dpkg -i /debs/libsaivs_1.0.0_amd64.deb
13
14
RUN dpkg -i /debs/syncd-vs_1.0.0_amd64.deb
14
15
15
- RUN md5sum /usr/bin/orchagent
16
16
RUN dpkg -i /debs/swss_1.0.0_amd64.deb
17
- RUN md5sum /usr/bin/orchagent
You can’t perform that action at this time.
0 commit comments