Commit 522f36f
authored
Accept
Currently, `ConsulContainer` accepts `consul` from Docker Official
Image. But, there is a deprecation notice and recommend to use
`hashicorp/consul` instead.
In order to keep backward compatibility, both `consul` and
`hashicorp/consul` are valid images.hashicorp/consul image (#6797)1 parent 9f82f59 commit 522f36f
File tree
3 files changed
+5
-10
lines changed- modules/consul/src
- main/java/org/testcontainers/consul
- test/java/org/testcontainers/consul
3 files changed
+5
-10
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 0 additions & 7 deletions
This file was deleted.
0 commit comments