mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
backport of commit a10685c521 (#23803)
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
559f864654
commit
b7fb057152
@@ -192,7 +192,7 @@ func SubtestACMECaddy(configTemplate string, enableEAB bool) func(*testing.T, *V
|
||||
// Start a cURL container.
|
||||
curlRunner, err := hDocker.NewServiceRunner(hDocker.RunOptions{
|
||||
ImageRepo: "docker.mirror.hashicorp.services/curlimages/curl",
|
||||
ImageTag: "latest",
|
||||
ImageTag: "8.4.0",
|
||||
ContainerName: fmt.Sprintf("curl_test_%s", runID),
|
||||
NetworkName: vaultNetwork,
|
||||
Entrypoint: []string{"sleep", sleepTimer},
|
||||
|
||||
Reference in New Issue
Block a user