Update base images #672
Labels
comp-docker-jans-auth-server
comp-docker-jans-certmanager
comp-docker-jans-client-api
comp-docker-jans-config-api
comp-docker-jans-configurator
comp-docker-jans-fido2
comp-docker-jans-persistence-loader
comp-docker-jans-scim
kind-enhancement
Issue or PR is an enhancement to an existing functionality
Milestone
Current images are based on vanilla
Alpine v3.13
which unfortunately has several problems:musl
(instead ofglibc
) aslibc
implementation; unfortunately the Java binding for gRPC requiresglibc
py3-grpcio
package is too old (currently v1.30.x) but the Google API lib requires v1.33.2 and aboveNotes:
jans-sql.properties
(needsenabledTLSProtocols=TLSv1.2
option in connection URI) as per Java 11.0.11 and abovebellsoft/liberica-openjre-alpine
image hasglibc
support instead ofmusl
The text was updated successfully, but these errors were encountered: