Skip to content

Commit

Permalink
Merge pull request prometheus#1969 from prometheus/sdurrheimer-circle…
Browse files Browse the repository at this point in the history
…-use-base-image-for-tests

Use golang-builder base image for tests in CircleCI
  • Loading branch information
sdurrheimer authored Sep 9, 2016
2 parents 36fbdcc + 0ebdd9c commit 07babe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 07babe5

Please sign in to comment.