Commit f1f79dc
authored
Fix regression using GenericContainer#setImage (#7820)
1dba8d1 introduced a breaking change. `GenericContainer#getImage`
returns the value of `ContainerDef#getImage` instead of `RemoteImageName`
because this is not set anymore when using `GenericContainer#setImage`.
Fixes #78191 parent b59888a commit f1f79dc
File tree
2 files changed
+10
-0
lines changed- core/src
- main/java/org/testcontainers/containers
- test/java/org/testcontainers/containers
2 files changed
+10
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
225 | 234 | | |
226 | 235 | | |
227 | 236 | | |
| |||
0 commit comments