mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #2219 from fcrisciani/base-image
CircleCI use latest image
This commit is contained in:
commit
a3d24cf4b4
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ version: 2
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: ~/go/src/github.com/docker/libnetwork
|
working_directory: ~/go/src/github.com/docker/libnetwork
|
||||||
docker:
|
docker:
|
||||||
- image: 'circleci/golang:1.10'
|
# the following image is irrelevant for the build, everything is built inside a container, check the Makefile
|
||||||
|
- image: 'circleci/golang:latest'
|
||||||
environment:
|
environment:
|
||||||
dockerbuildargs: .
|
dockerbuildargs: .
|
||||||
dockerargs: --privileged -e CIRCLECI
|
dockerargs: --privileged -e CIRCLECI
|
||||||
|
|
Loading…
Add table
Reference in a new issue