opensource redis exporter image, use 64bit binary (#17293)

This commit is contained in:
davejrt 2021-01-14 18:34:14 -05:00 committed by GitHub
parent 38ae949208
commit 72aaffbbd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -ex
cd "$(dirname "${BASH_SOURCE[0]}")"
# Retag the v1.15.1 redis-exporter release
VERSION="v1.15.1@sha256:f3f51453e4261734f08579fe9c812c66ee443626690091401674be4fb724da70"
docker pull oliver006/redis_exporter:$VERSION
docker tag oliver006/redis_exporter:$VERSION "$IMAGE"

View File

@ -48,6 +48,7 @@ var SourcegraphDockerImages = []string{
"indexed-searcher",
"postgres-11.4",
"redis-cache",
"redis_exporter",
"redis-store",
"search-indexer",
"syntax-highlighter",