aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator/Dockerfile_netopeer
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-10-07 10:42:32 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-07 10:42:32 +0000
commitf7aca6744678143ed7dbdfd9fa0d3503b987ac59 (patch)
tree27665ae812e70365d76979706ac18bfebfac310d /netconfsimulator/Dockerfile_netopeer
parent39af2d08a55d69263dec461ad8b09d61c65c0663 (diff)
parentee5d337468ebeb98f8d56778cb5b17996be357ca (diff)
Merge "Adjust PNF simulator to use CertService from OOM repo"
Diffstat (limited to 'netconfsimulator/Dockerfile_netopeer')
-rw-r--r--netconfsimulator/Dockerfile_netopeer2
1 files changed, 1 insertions, 1 deletions
diff --git a/netconfsimulator/Dockerfile_netopeer b/netconfsimulator/Dockerfile_netopeer
index ad8db7c..4d15392 100644
--- a/netconfsimulator/Dockerfile_netopeer
+++ b/netconfsimulator/Dockerfile_netopeer
@@ -1,4 +1,4 @@
-FROM docker.io/sysrepo/sysrepo-netopeer2:v0.7.7
+FROM docker.io/sysrepo/sysrepo-netopeer2:legacy
ADD apt.conf /etc/apt/apt.conf
RUN apt-get update && apt-get install -y python3 python3-pip python-pip && pip3 install flask flask_restful kafka-python && pip install kafka-python
RUN cd /opt/dev/sysrepo && cmake -DGEN_PYTHON_VERSION=2 -DREPOSITORY_LOC:PATH=/etc/sysrepo . && make install