Skip to content

Commit 5645755

Browse files
dreab8DavideD
authored andcommitted
Fix db2 podman script in the documentation (podman.md)
* Remove docker.io from the image source (it's wrong) * Upgrade the image to 12.1.2.0
1 parent 5b3bce9 commit 5645755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ and schema to run the tests:
158158
podman run --rm -e LICENSE=accept --privileged=true --group-add keep-groups \
159159
--name HibernateTestingDB2 -e DBNAME=hreact -e DB2INSTANCE=hreact \
160160
-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
161+
-e AUTOCONFIG=false -p 50000:50000 icr.io/db2_community/db2:12.1.2.0
162162
```
163163

164164
When the database has started, you can run the tests on Db2 with:

0 commit comments

Comments
 (0)