Skip to content

Commit 9a63a58

Browse files
committed
Oracle XE container images 18.4.0-slim now available
1 parent ec2c72d commit 9a63a58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: integration-tests/jpa-oracle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Authentication parameters might need to be changed in the Quarkus configuration
2222
### Starting Oracle via docker
2323

2424
```
25-
docker run --memory-swappiness=0 --rm=true --name=HibernateTestingOracle -p 1521:1521 -e ORACLE_PASSWORD=hibernate_orm_test gvenzl/oracle-xe:11-slim
25+
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
2626
```
2727

2828
This will start a local instance with the configuration matching the parameters used by the integration tests of this module.

Diff for: integration-tests/jpa-oracle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<properties>
1717
<oracledb.url>jdbc:oracle:thin:@localhost:1521/XE</oracledb.url>
1818
<!-- See https://hub.docker.com/r/gvenzl/oracle-xe -->
19-
<oracle.image>gvenzl/oracle-xe:11-slim</oracle.image>
19+
<oracle.image>gvenzl/oracle-xe:18.4.0-slim</oracle.image>
2020
</properties>
2121

2222
<dependencies>

0 commit comments

Comments
 (0)