diff --git a/docker/test/Dockerfile.native b/docker/test/Dockerfile.native index 9f3580d78..05634ffcd 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 a21f5bcb9..2882dadf6 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