Skip to content

Commit

Permalink
Try building the Keycloak container image without building the jars
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
  • Loading branch information
mstruk committed Feb 14, 2024
1 parent 25e451f commit a71b989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/build-s390x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/s390x-linux-gnu/jni

cd target
git clone -b 23.0.5 https://github.com/keycloak/keycloak.git
cd keycloak/container
cd keycloak/quarkus/container
docker build . -t quay.io/keycloak/keycloak:23.0.5

cd ../../.. && rm -rf target/keycloak
cd ../../../.. && rm -rf target/keycloak

docker build --target hydra-import -t strimzi-oauth-testsuite/hydra-import:latest -f ./testsuite/docker/hydra-import/Dockerfile.s390x .

Expand Down

0 comments on commit a71b989

Please sign in to comment.