We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3bce9 commit 5645755Copy full SHA for 5645755
podman.md
@@ -158,7 +158,7 @@ and schema to run the tests:
158
podman run --rm -e LICENSE=accept --privileged=true --group-add keep-groups \
159
--name HibernateTestingDB2 -e DBNAME=hreact -e DB2INSTANCE=hreact \
160
-e DB2INST1_PASSWORD=hreact -e PERSISTENT_HOME=false -e ARCHIVE_LOGS=false \
161
- -e AUTOCONFIG=false -p 50000:50000 docker.io/icr.io/db2_community/db2:12.1.0.0
+ -e AUTOCONFIG=false -p 50000:50000 icr.io/db2_community/db2:12.1.2.0
162
```
163
164
When the database has started, you can run the tests on Db2 with:
0 commit comments