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:
parent
b8599558d4
commit
a194c049c7
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue