Skip to content

Commit

Permalink
[swss build] Remove verbose debug logs from swss build (sonic-net#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored Mar 23, 2020
1 parent 97e6c7d commit 3831694
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/vs/sonic-swss-build/docker-sonic-vs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ 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 -D10 /debs/swss_1.0.0_amd64.deb

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

ENTRYPOINT ["/usr/bin/supervisord"]

0 comments on commit 3831694

Please sign in to comment.