strimzi / strimzi-kafka-oauth

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers
Apache License 2.0
140 stars 89 forks source link

Troubleshoot s390x testsuite build #222

Closed mstruk closed 6 months ago

rposts commented 6 months ago

@mstruk @scholzj - Just wondering if we can directly use keycloak binaries instead of building from scratch on s390x? This seems to work for me:

git clone -b 23.0.5 https://github.com/keycloak/keycloak
cd keycloak/container/
docker build . -t quay.io/keycloak/keycloak:23.0.5
docker run --rm -it quay.io/keycloak/keycloak:23.0.5 -V
Keycloak 23.0.5
JVM: 17.0.10 (Red Hat, Inc. OpenJDK 64-Bit Server VM 17.0.10+7-LTS)
OS: Linux 5.4.0-170-generic s390x