Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions modules/forgejo/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Forgejo
categories:
- other
docs:
- id: go
url: https://golang.testcontainers.org/modules/forgejo/
maintainer: core
example: |
```go
forgejoContainer, err := forgejo.Run(ctx, "codeberg.org/forgejo/forgejo:11")
```
installation: |
```bash
go get github.com/testcontainers/testcontainers-go/modules/forgejo
```
description: |
Forgejo is a self-hosted, lightweight Git forge and a community-driven fork of Gitea, providing a code hosting solution.
---
1 change: 1 addition & 0 deletions modules/forgejo/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions modules/lowkey-vault/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ docs:
```bash
dotnet add package Testcontainers.LowkeyVault
```
- id: go
url: https://golang.testcontainers.org/modules/azure/#lowkeyvault
maintainer: core
example: |
```go
lowkeyVaultContainer, err := lowkeyvault.Run(ctx, "nagyesta/lowkey-vault:7.0.9-ubi10-minimal")
```
installation: |
```bash
go get github.com/testcontainers/testcontainers-go/modules/azure
```
description: |
Lowkey Vault is a test double (fake object) aspiring to be compatible with Azure Key Vault REST APIs.
---
11 changes: 11 additions & 0 deletions modules/tidb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ docs:
<scope>test</scope>
</dependency>
```
- id: go
url: https://golang.testcontainers.org/modules/tidb/
maintainer: core
example: |
```go
ctr, err := tidb.Run(ctx, "pingcap/tidb:v8.4.0")
```
installation: |
```bash
go get github.com/testcontainers/testcontainers-go/modules/tidb
```
description: |
TiDB is an open-source NewSQL database that supports Hybrid Transactional and Analytical Processing workloads. It is MySQL compatible and can provide horizontal scalability, strong consistency, and high availability.
---
Loading