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
This commit is contained in:
Olof hagsand 2024-05-28 16:40:25 +02:00
parent b8599558d4
commit a194c049c7
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
# ***** END LICENSE BLOCK *****
#
FROM alpine
FROM alpine:3.19
MAINTAINER Olof Hagsand <olof@hagsand.se>
# 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 <olof@hagsand.se>
# For clixon and cligen

View file

@ -58,7 +58,7 @@ echo "$STORE" > /usr/local/var/example/running_db
# - test_install.sh since you dont have the make environment
cat <<EOF > /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