Pin aerospike container image to a known working tag. (#11677)

This commit is contained in:
Nick Cabatoff 2021-05-20 13:05:26 -04:00 committed by GitHub
parent 01f96f18ce
commit 60898d6e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func prepareAerospikeContainer(t *testing.T) (func(), *aerospikeConfig) {
runner, err := docker.NewServiceRunner(docker.RunOptions{
ImageRepo: "aerospike/aerospike-server",
ContainerName: "aerospikedb",
ImageTag: "latest",
ImageTag: "5.5.0.10",
Ports: []string{"3000/tcp", "3001/tcp", "3002/tcp", "3003/tcp"},
})
if err != nil {