Skip to content

Commit

Permalink
Bump simulator to 17.3.0
Browse files Browse the repository at this point in the history
Use the latest 17.x lighty.io simulator release.

JIRA:LIGHTY-219
Signed-off-by: tobias.pobocik <[email protected]>
Signed-off-by: Ivan Hrasko <[email protected]>
  • Loading branch information
Tobianas authored and ihrasko committed Jun 23, 2023
1 parent 7b2893c commit 858a88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighty-rnc-app/simulator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.17.3 as clone
RUN apk add git
WORKDIR /netconf-simulator
RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.2.0
RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.3.0

FROM maven:3.8-eclipse-temurin-17-alpine as build
WORKDIR /lighty-netconf-simulator
Expand All @@ -14,4 +14,4 @@ COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topo

EXPOSE 17380

ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.2.0.jar"]
ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.3.0.jar"]

0 comments on commit 858a88d

Please sign in to comment.