File tree Expand file tree Collapse file tree 2 files changed +111
-2
lines changed Expand file tree Collapse file tree 2 files changed +111
-2
lines changed Original file line number Diff line number Diff line change 11---
22title : Lowkey Vault
33categories :
4- - other
4+ - cloud
55docs :
6+ - id : java
7+ url : https://github.com/nagyesta/lowkey-vault/tree/main/lowkey-vault-testcontainers
8+ maintainer : community
9+ example : |
10+ ```java
11+ var lowkeyVault = LowkeyVaultContainerBuilder
12+ .lowkeyVault("nagyesta/lowkey-vault:4.0.0-ubi9-minimal")
13+ .build();
14+ lowkeyVault.start();
15+ ```
16+ installation : |
17+ ```xml
18+ <dependency>
19+ <groupId>com.github.nagyesta.lowkey-vault</groupId>
20+ <artifactId>lowkey-vault-testcontainers</artifactId>
21+ <version>RELEASE</version>
22+ <scope>test</scope>
23+ </dependency>
24+ ```
625 - id : dotnet
726 url : https://www.nuget.org/packages/Testcontainers.LowkeyVault
827 maintainer : core
928 example : |
1029 ```csharp
1130 var lowkeyVaultContainer = new LowkeyVaultBuilder()
12- .WithImage("nagyesta/lowkey-vault:2.7.1 -ubi9-minimal")
31+ .WithImage("nagyesta/lowkey-vault:4.0.0 -ubi9-minimal")
1332 .Build();
1433 await lowkeyVaultContainer.StartAsync();
1534 ```
You can’t perform that action at this time.
0 commit comments