use a new image with proper protoc dependency
Fixes `test-devices` job
This commit is contained in:
parent
07b5f4c530
commit
c832853436
|
@ -70,7 +70,7 @@ executors:
|
|||
go:
|
||||
working_directory: /go/src/github.com/hashicorp/nomad
|
||||
docker:
|
||||
- image: hashicorpnomad/ci-build-image:20190823
|
||||
- image: hashicorpnomad/ci-build-image:20190823_2
|
||||
go-machine:
|
||||
working_directory: ~/go/src/github.com/hashicorp/nomad
|
||||
machine:
|
||||
|
|
|
@ -386,4 +386,4 @@ ci-image: IMAGE_TAG=$(shell date +%Y%m%d)
|
|||
ci-image:
|
||||
@echo "==> Building CI Image hashicorpnomad/ci-build-image:$(IMAGE_TAG)"
|
||||
@docker build . -f Dockerfile.ci -t hashicorpnomad/ci-build-image:$(IMAGE_TAG)
|
||||
@echo "To push the image, run 'docker push -t hashicorpnomad/ci-build-image:$(IMAGE_TAG)'"
|
||||
@echo "To push the image, run 'docker push hashicorpnomad/ci-build-image:$(IMAGE_TAG)'"
|
||||
|
|
Loading…
Reference in New Issue