mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 09:51:16 -04:00
InfluxDB has released a 2.x series of docker images, which is breaking our tests. Use the 1.8 image instead. (#11005)
This commit is contained in:
parent
056dd26fa8
commit
ba8ab5083f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ func prepareInfluxdbTestContainer(t *testing.T) (func(), *Config) {
|
|||
|
||||
runner, err := docker.NewServiceRunner(docker.RunOptions{
|
||||
ImageRepo: "influxdb",
|
||||
ImageTag: "alpine",
|
||||
ImageTag: "1.8-alpine",
|
||||
Env: []string{
|
||||
"INFLUXDB_DB=vault",
|
||||
"INFLUXDB_ADMIN_USER=" + c.Username,
|
||||
|
|
|
|||
Loading…
Reference in a new issue