Merge pull request #1969 from prometheus/sdurrheimer-circle-use-base-image-for-tests

Use golang-builder base image for tests in CircleCI
This commit is contained in:
Steve Durrheimer 2016-09-09 13:53:45 +02:00 committed by GitHub
commit 07babe586e
1 changed files with 1 additions and 1 deletions

View File

@ -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-main
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.6-base
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'