This commit is contained in:
RMT
2026-03-15 20:32:21 +08:00
committed by ginuerzh
parent c8b48dc248
commit c06eb0d331
5 changed files with 54 additions and 13 deletions
+2
View File
@@ -26,6 +26,8 @@ func RunGostContainer(ctx context.Context, networkName, yamlPath string) (testco
FromDockerfile: testcontainers.FromDockerfile{
Context: ".",
Dockerfile: "Dockerfile",
Repo: "gost-e2e",
Tag: "latest",
KeepImage: true,
},
Networks: []string{networkName},