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:
Nick Cabatoff
2021-02-25 10:50:14 -05:00
committed by GitHub
parent 056dd26fa8
commit ba8ab5083f

View File

@@ -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,