From 9a63a58a6740fa1d5e3cc7912f89522dd78cee85 Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Mon, 12 Jul 2021 14:33:00 +0100 Subject: [PATCH] Oracle XE container images 18.4.0-slim now available --- integration-tests/jpa-oracle/README.md | 2 +- integration-tests/jpa-oracle/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/jpa-oracle/README.md b/integration-tests/jpa-oracle/README.md index cd20052ad05c8..b3f7a32aabb95 100644 --- a/integration-tests/jpa-oracle/README.md +++ b/integration-tests/jpa-oracle/README.md @@ -22,7 +22,7 @@ Authentication parameters might need to be changed in the Quarkus configuration ### Starting Oracle via docker ``` -docker run --memory-swappiness=0 --rm=true --name=HibernateTestingOracle -p 1521:1521 -e ORACLE_PASSWORD=hibernate_orm_test gvenzl/oracle-xe:11-slim +docker run --memory-swappiness=0 --rm=true --name=HibernateTestingOracle -p 1521:1521 -e ORACLE_PASSWORD=hibernate_orm_test gvenzl/oracle-xe:18.4.0-slim ``` This will start a local instance with the configuration matching the parameters used by the integration tests of this module. diff --git a/integration-tests/jpa-oracle/pom.xml b/integration-tests/jpa-oracle/pom.xml index 7c161590e7eca..ad4dcb8a239bf 100644 --- a/integration-tests/jpa-oracle/pom.xml +++ b/integration-tests/jpa-oracle/pom.xml @@ -16,7 +16,7 @@ jdbc:oracle:thin:@localhost:1521/XE - gvenzl/oracle-xe:11-slim + gvenzl/oracle-xe:18.4.0-slim