Skip to content

Commit

Permalink
Using a specific VILLASnode commit version in the Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: pipeacosta <pipeacosta@gmail.com>
  • Loading branch information
pipeacosta committed Oct 5, 2023
1 parent 8250cc2 commit 8473581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM fedora:36 AS base

ARG CIM_VERSION=CGMES_2.4.15_16FEB2016
ARG VILLAS_VERSION=5185c25ba7442c3e9264f4225f9a46829956732c

ARG CMAKE_OPTS
ARG MAKE_OPTS=-j4
Expand Down Expand Up @@ -87,6 +88,7 @@ RUN cd /tmp && \
RUN cd /tmp && \
git clone --recurse-submodules https://github.com/VILLASframework/node.git villas-node && \
mkdir -p villas-node/build && cd villas-node/build && \
git checkout ${VILLAS_VERSION} && \
cmake ${CMAKE_OPTS} .. \
-DCMAKE_INSTALL_LIBDIR=/usr/local/lib64 \
-DDOWNLOAD_GO=OFF && \
Expand Down

0 comments on commit 8473581

Please sign in to comment.