Skip to content
Snippets Groups Projects
Unverified Commit 82a47896 authored by Sean Young's avatar Sean Young Committed by GitHub
Browse files

Merge pull request #827 from compleatang/ci-image-chagne

move dockerfile
parents f01f6c6d 070d01e5
No related branches found
No related tags found
No related merge requests found
# docker build -t quay.io/monax/burrow:ci .
# docker build -t quay.io/monax/build:burrow-ci .
FROM golang:1.10.1-alpine3.7
MAINTAINER Monax <support@monax.io>
ENV DOCKER_VERSION "17.12.1-ce"
# This is the image used by the Circle CI config in this directory pushed to quay.io/monax/bosmarmot:ci
# docker build -t quay.io/monax/burrow:ci -f ./.circleci/Dockerfile .
# docker build -t quay.io/monax/build:burrow-ci -f ./.circleci/Dockerfile .
RUN apk add --update --no-cache nodejs netcat-openbsd git openssh-client openssl make bash gcc g++ jq curl
# get docker client
RUN curl -L -o /tmp/docker-$DOCKER_VERSION.tgz https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKER_VERSION.tgz \
......@@ -14,4 +14,4 @@ RUN curl -L -o /tmp/docker-$DOCKER_VERSION.tgz https://download.docker.com/linux
RUN go get github.com/jstemmer/go-junit-report
RUN go get -u github.com/golang/dep/cmd/dep
RUN npm install -g mocha
RUN npm install -g mocha-circleci-reporter
\ No newline at end of file
RUN npm install -g mocha-circleci-reporter
......@@ -4,7 +4,7 @@
defaults: &defaults
working_directory: /go/src/github.com/hyperledger/burrow
docker:
- image: quay.io/monax/burrow:ci
- image: quay.io/monax/build:burrow-ci
tag_filters: &tags_filters
tags:
......@@ -130,4 +130,3 @@ workflows:
<<: *tags_filters
branches:
only: develop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment