Commit 9f82f59
authored
Accept
Currently, `VaultContainer` accepts `vault` from Docker Official
Image. But, there is a deprecation notice and recommend to use
`hashicorp/vault` instead.
In order to keep backward compatibility, both `vault` and
`hashicorp/vault` are valid images.hashicorp/vault image (#6796)1 parent c418598 commit 9f82f59
File tree
2 files changed
+5
-3
lines changed- modules/vault/src
- main/java/org/testcontainers/vault
- test/java/org/testcontainers/vault
2 files changed
+5
-3
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments