@@ -38,7 +38,7 @@ required credentials and schema to run the tests:
38
38
```
39
39
podman run --rm --name HibernateTestingPGSQL \
40
40
-e POSTGRES_USER=hreact -e POSTGRES_PASSWORD=hreact -e POSTGRES_DB=hreact \
41
- -p 5432:5432 postgres:15.2
41
+ -p 5432:5432 docker.io/ postgres:15.2
42
42
```
43
43
44
44
When the database has started, you can run the tests on PostgreSQL with:
@@ -66,7 +66,7 @@ and schema to run the tests:
66
66
```
67
67
podman run --rm --name HibernateTestingMariaDB \
68
68
-e MYSQL_ROOT_PASSWORD=hreact -e MYSQL_DATABASE=hreact -e MYSQL_USER=hreact -e MYSQL_PASSWORD=hreact \
69
- -p 3306:3306 mariadb:10.11.2
69
+ -p 3306:3306 docker.io/ mariadb:10.11.2
70
70
```
71
71
72
72
When the database has started, you can run the tests on MariaDB with:
@@ -93,7 +93,7 @@ and schema to run the tests:
93
93
```
94
94
podman run --rm --name HibernateTestingMySQL \
95
95
-e MYSQL_ROOT_PASSWORD=hreact -e MYSQL_DATABASE=hreact -e MYSQL_USER=hreact -e MYSQL_PASSWORD=hreact \
96
- -p 3306:3306 mysql:8.0.32
96
+ -p 3306:3306 docker.io/ mysql:8.0.32
97
97
```
98
98
99
99
When the database has started, you can run the tests on MySQL with:
@@ -120,7 +120,7 @@ configured to run the tests:
120
120
```
121
121
podman run --rm --name=HibernateTestingCockroachDB \
122
122
--hostname=roachrr1 -p 26257:26257 -p 8080:8080 \
123
- cockroachdb/cockroach:v22.1.9 start-single-node --insecure
123
+ docker.io/ cockroachdb/cockroach:v22.1.9 start-single-node --insecure
124
124
```
125
125
126
126
Some of tests needs temporary tables and because this is an experimental feature in
0 commit comments