Skip to content

Commit

Permalink
T4235: update commit refs for vyos1x-config, libvyosconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jestabro authored and MartB committed Jan 27, 2023
1 parent 104e0a8 commit a0ecd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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#64194245 -y
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#67250430 -y

# Packages needed for libvyosconfig
RUN apt-get update && apt-get install -y \
Expand All @@ -147,7 +147,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 428a0ad2 && \
cd /tmp/libvyosconfig && git checkout 2f90f3c5 && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb

Expand Down

0 comments on commit a0ecd0f

Please sign in to comment.