diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2020-03-20 11:49:04 +0100 |
---|---|---|
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | 2020-03-20 12:58:30 +0100 |
commit | e0fe449c16bd0781840e1608e72373ac1d2cc18a (patch) | |
tree | 903528d5b77ed838e8c9244803fcae2cc2444830 /test/mocks/pnfsimulator/netconfsimulator/Dockerfile_netopeer | |
parent | a48752e10bd5dfa7588fe33fb7d6bff40f137731 (diff) |
Set of fixes for pnfsimulator startup
* v0.7.7 of netopeer used
* SSLAuthenticationHelper marked as primary bean to avoid duplicated-bean exception
* spring props properly mounted into container
Change-Id: Ib6bb32f32a7f60786901ffbf592b1a26b5cb1cbf
Issue-ID: INT-1320
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/netconfsimulator/Dockerfile_netopeer')
-rw-r--r-- | test/mocks/pnfsimulator/netconfsimulator/Dockerfile_netopeer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/netconfsimulator/Dockerfile_netopeer b/test/mocks/pnfsimulator/netconfsimulator/Dockerfile_netopeer index 876b78631..9fe56e19d 100644 --- a/test/mocks/pnfsimulator/netconfsimulator/Dockerfile_netopeer +++ b/test/mocks/pnfsimulator/netconfsimulator/Dockerfile_netopeer @@ -1,4 +1,4 @@ -FROM sysrepo/sysrepo-netopeer2:latest +FROM sysrepo/sysrepo-netopeer2:v0.7.7 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 |