diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 53d9a78af81d2..0ba6daa0462ba 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -1241,6 +1241,12 @@ + + + arm64v8/mysql:8-oracle + diff --git a/extensions/reactive-oracle-client/deployment/pom.xml b/extensions/reactive-oracle-client/deployment/pom.xml index bd1fcbd7a273f..e3c4e7eba60ef 100644 --- a/extensions/reactive-oracle-client/deployment/pom.xml +++ b/extensions/reactive-oracle-client/deployment/pom.xml @@ -154,7 +154,7 @@ - + yes diff --git a/integration-tests/jpa-mysql/pom.xml b/integration-tests/jpa-mysql/pom.xml index b638df3885d84..254f471e2539c 100644 --- a/integration-tests/jpa-mysql/pom.xml +++ b/integration-tests/jpa-mysql/pom.xml @@ -163,8 +163,24 @@ - ${mysql.image} + healthcheck-${mysql.image} quarkus-test-mysql + + ${mysql.image} + + + 5s + 3s + 5s + 5 + + + mysqladmin ping -h localhost -u hibernate_orm_test -phibernate_orm_test || exit 1 + + + + 3306:3306 @@ -182,13 +198,10 @@ /var/lib/mysql + - - - - mysqladmin ping -h localhost -u hibernate_orm_test -phibernate_orm_test - + true @@ -203,6 +216,7 @@ compile stop + build start