Skip to content

Commit 7b51955

Browse files
committed
Fix podman db2 image source
1 parent 55869ac commit 7b51955

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)