mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Use 1.6 tag of the test image in circleci
This commit is contained in:
parent
a83c8156b5
commit
5792eaa1e8
|
@ -2,7 +2,7 @@ machine:
|
|||
environment:
|
||||
DOCKER_IMAGE_NAME: prom/prometheus
|
||||
QUAY_IMAGE_NAME: quay.io/prometheus/prometheus
|
||||
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.6.2-main
|
||||
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.6-main
|
||||
REPO_PATH: github.com/prometheus/prometheus
|
||||
pre:
|
||||
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'
|
||||
|
|
Loading…
Reference in a new issue