From a194c049c7d682394c6069f10d5fc7ed0f9de497 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 28 May 2024 16:40:25 +0200 Subject: [PATCH] Fix clixon test container to alpine 3.19 Affects make test and action regressions Some issue with alpine 3.20, probably openssl 3.3 enforcing cert usage fields --- docker/test/Dockerfile.native | 4 ++-- docker/test/startsystem_native.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/test/Dockerfile.native b/docker/test/Dockerfile.native index 9f3580d7..05634ffc 100644 --- a/docker/test/Dockerfile.native +++ b/docker/test/Dockerfile.native @@ -32,7 +32,7 @@ # ***** END LICENSE BLOCK ***** # -FROM alpine +FROM alpine:3.19 MAINTAINER Olof Hagsand # For clixon and cligen @@ -124,7 +124,7 @@ RUN git clone https://github.com/clicon/mib-yangs.git /usr/local/share/mib-yangs # # Stage 2 # The second step skips the development environment and builds a runtime system -FROM alpine +FROM alpine:3.19 MAINTAINER Olof Hagsand # For clixon and cligen diff --git a/docker/test/startsystem_native.sh b/docker/test/startsystem_native.sh index a21f5bcb..2882dadf 100755 --- a/docker/test/startsystem_native.sh +++ b/docker/test/startsystem_native.sh @@ -58,7 +58,7 @@ echo "$STORE" > /usr/local/var/example/running_db # - test_install.sh since you dont have the make environment cat < /usr/local/bin/test/site.sh # Add your local site specific env variables (or tests) here. -SKIPLIST="test_api.sh test_client.sh test_c++.sh test_install.sh test_privileges.sh test_restconf_ssl_certs.sh" +SKIPLIST="test_api.sh test_client.sh test_c++.sh test_install.sh test_privileges.sh" EOF # Patch to override YANG_INSTALLDIRS