netconf-pnp-simulator: fix invalid ref to libssh v0.8.8 97/105797/2
authorebo <eliezio.oliveira@est.tech>
Fri, 10 Apr 2020 17:51:59 +0000 (18:51 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Tue, 14 Apr 2020 08:47:02 +0000 (08:47 +0000)
This version was upgraded to 0.8.9 on 2020-04-09.
Fortunately the new 0.9.4 fixes the bug that was forcing us to use
the old 0.8.x

Issue-ID: INT-1124
Change-Id: I6dacac8925af047d2e5342a76da6eb221074ddd9
Signed-off-by: ebo <eliezio.oliveira@est.tech>
test/mocks/netconf-pnp-simulator/engine/Dockerfile
test/mocks/netconf-pnp-simulator/engine/container-tag.yaml

index a5d17c5..a3f8b6a 100644 (file)
@@ -37,6 +37,7 @@ RUN set -eux \
          file \
          git \
          libev-dev \
+         libssh-dev \
          openssh-keygen \
          openssl \
          openssl-dev \
@@ -45,10 +46,9 @@ RUN set -eux \
          protobuf-c-dev \
          swig \
          # for troubleshooting
+         ctags \
          the_silver_searcher \
-         vim \
-      # v0.9.3 has somes bugs as warned in libnetconf2/CMakeLists.txt:237
-      && apk add --repository http://dl-cdn.alpinelinux.org/alpine/v3.10/main libssh-dev==0.8.8-r0
+         vim
 
 RUN git config --global advice.detachedHead false
 
@@ -152,12 +152,11 @@ RUN set -eux \
          coreutils \
          libcurl \
          libev \
+         libssh \
          openssl \
          pcre \
          protobuf-c \
          xmlstarlet \
-      # v0.9.3 has somes bugs as warned in libnetconf2/CMakeLists.txt:237
-      && apk add --repository http://dl-cdn.alpinelinux.org/alpine/v3.10/main libssh==0.8.8-r0 \
       && rm -rf /var/cache/apk/*
 
 COPY --from=build /opt/ /opt/