Merge pull request #228 from jestabro/equuleus-config-diff

T4235: update commit refs for vyos1x-config, libvyosconfig
This commit is contained in:
Christian Poessinger 2022-04-26 11:26:46 +02:00 committed by GitHub
commit aca7f0b137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
# Build VyConf which is required to build libvyosconfig
RUN eval $(opam env --root=/opt/opam --set-root) && \
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#550048b3 -y
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#4b5bb19a -y
# Packages needed for libvyosconfig
RUN apt-get update && apt-get install -y \
@ -149,7 +149,7 @@ RUN apt-get update && apt-get install -y \
# Build libvyosconfig
RUN eval $(opam env --root=/opt/opam --set-root) && \
git clone https://github.com/vyos/libvyosconfig.git /tmp/libvyosconfig && \
cd /tmp/libvyosconfig && git checkout 5138b5eb && \
cd /tmp/libvyosconfig && git checkout f2da09a9 && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb