Use golang-builder base image for tests in CircleCI
authorSteve Durrheimer <s.durrheimer@gmail.com>
Fri, 9 Sep 2016 06:29:47 +0000 (08:29 +0200)
committerSteve Durrheimer <s.durrheimer@gmail.com>
Fri, 9 Sep 2016 06:29:47 +0000 (08:29 +0200)
circle.yml

index 44bf4e13a4313302e364ab88768a8833d7051519..41d499f626f5bfe5afaee4cef2456f569ccfd372 100644 (file)
@@ -2,7 +2,7 @@ machine:
   environment:
     DOCKER_IMAGE_NAME: prom/blackbox-exporter
     QUAY_IMAGE_NAME: quay.io/prometheus/blackbox-exporter
-    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/blackbox_exporter
   pre:
     - sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'