Skip to content

Commit

Permalink
[vs tests] Add checksums for orchagent (sonic-net#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall committed Feb 5, 2020
1 parent 0b1ffbb commit 6a11f67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/vs/sonic-swss-build/docker-sonic-vs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ FROM docker-sonic-vs
ARG docker_container_name

ADD ["debs", "/debs"]
RUN md5sum /debs/swss_1.0.0_amd64.deb

RUN dpkg -i /debs/libswsscommon_1.0.0_amd64.deb
RUN dpkg -i /debs/libsaimetadata_1.0.0_amd64.deb
RUN dpkg -i /debs/libsairedis_1.0.0_amd64.deb
RUN dpkg -i /debs/libsaivs_1.0.0_amd64.deb
RUN dpkg -i /debs/syncd-vs_1.0.0_amd64.deb

RUN md5sum /debs/swss_1.0.0_amd64.deb
RUN md5sum /usr/bin/buffermgrd
RUN md5sum /usr/bin/orchagent
RUN dpkg -i /debs/swss_1.0.0_amd64.deb
RUN md5sum /debs/swss_1.0.0_amd64.deb
RUN md5sum /usr/bin/buffermgrd
RUN md5sum /usr/bin/orchagent

ENTRYPOINT ["/usr/bin/supervisord"]

0 comments on commit 6a11f67

Please sign in to comment.