Skip to content

Commit

Permalink
Oracle XE container images 18.4.0-slim now available
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Jul 12, 2021
1 parent ec2c72d commit 9a63a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/jpa-oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jpa-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<oracledb.url>jdbc:oracle:thin:@localhost:1521/XE</oracledb.url>
<!-- See https://hub.docker.com/r/gvenzl/oracle-xe -->
<oracle.image>gvenzl/oracle-xe:11-slim</oracle.image>
<oracle.image>gvenzl/oracle-xe:18.4.0-slim</oracle.image>
</properties>

<dependencies>
Expand Down

0 comments on commit 9a63a58

Please # to comment.