From: Alex Stancu Date: Wed, 2 Jun 2021 10:45:14 +0000 (+0300) Subject: Bug fixes for SIM-72. X-Git-Tag: 1.3.3~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=commitdiff_plain;h=1d48882c4912e65fe4bc184371fd5328cecebbbb Bug fixes for SIM-72. Bug fix for SIM-72: edit-config operations break the operational datastore Issue-ID: SIM-72 Change-Id: Ic96ea67a2212cf5504d663b2b989a6e3990e3857 Signed-off-by: Alex Stancu --- diff --git a/ntsimulator/deploy/base/ubuntu.Dockerfile b/ntsimulator/deploy/base/ubuntu.Dockerfile index 46d2811..354ef0c 100644 --- a/ntsimulator/deploy/base/ubuntu.Dockerfile +++ b/ntsimulator/deploy/base/ubuntu.Dockerfile @@ -42,11 +42,11 @@ WORKDIR /opt/dev RUN \ git config --global advice.detachedHead false && \ git clone --single-branch --branch v1.7.14 https://github.com/DaveGamble/cJSON.git && \ - git clone --single-branch --branch libyang1 https://github.com/CESNET/libyang.git && \ - git clone --single-branch --branch libyang1 https://github.com/sysrepo/sysrepo.git && \ + git clone --single-branch --branch v1.0.240 https://github.com/CESNET/libyang.git && \ + git clone --single-branch --branch v1.4.140 https://github.com/sysrepo/sysrepo.git && \ git clone --single-branch --branch libssh-0.9.2 https://git.libssh.org/projects/libssh.git && \ - git clone --single-branch --branch v1.1.43 https://github.com/CESNET/libnetconf2.git && \ - git clone --single-branch --branch v1.1.70 https://github.com/CESNET/netopeer2.git && \ + git clone --single-branch --branch v1.1.46 https://github.com/CESNET/libnetconf2.git && \ + git clone --single-branch --branch v1.1.76 https://github.com/CESNET/netopeer2.git && \ git clone --single-branch --branch curl-7_72_0 https://github.com/curl/curl.git # build and install cJSON