Commit 1489d7a
[#2270] Change docker image to container-registry.oracle.com/mysql/community-server:9.3.0
from `docker.io/mysql:9.2.0`
to `container-registry.oracle.com/mysql/community-server:9.3.0`
I found the registry in the official MySQL documentation:
https://dev.mysql.com/doc/refman/9.3/en/docker-mysql-getting-started.html#docker-download-image
The one from docker.io doesn't seem to work with testcontainers.1 parent 0e97b9b commit 1489d7a
File tree
3 files changed
+3
-4
lines changed- .github/workflows
- hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers
- tooling/docker
3 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments