aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2020-09-30 15:51:47 +0200
committerPawel <pawel.kasperkiewicz@nokia.com>2020-10-07 11:47:16 +0200
commitee5d337468ebeb98f8d56778cb5b17996be357ca (patch)
tree81183663a9559b50895ca18ebd5e6f2af1e3d228 /netconfsimulator
parentc7fa09899ebbab3f12c7e1ecc2df86f7b7657cbd (diff)
Adjust PNF simulator to use CertService from OOM repo
Issue-ID: INT-1730 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ica77a1099847e3b4c2670b6567416de75d6e2f45
Diffstat (limited to 'netconfsimulator')
-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