switch to hashicorp docker mirror
This commit is contained in:
parent
13d70844d7
commit
70a8be60b9
|
@ -6,7 +6,7 @@ orbs:
|
||||||
executors:
|
executors:
|
||||||
go:
|
go:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.15
|
- image: docker.mirror.hashicorp.services/circleci/golang:1.15
|
||||||
environment:
|
environment:
|
||||||
CONSUL_VERSION: 1.7.2
|
CONSUL_VERSION: 1.7.2
|
||||||
GOMAXPROCS: 4
|
GOMAXPROCS: 4
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# the officially-released binary from releases.hashicorp.com and are
|
# the officially-released binary from releases.hashicorp.com and are
|
||||||
# built by the (closed-source) official release process.
|
# built by the (closed-source) official release process.
|
||||||
|
|
||||||
FROM golang:alpine
|
FROM docker.mirror.hashicorp.services/golang:alpine
|
||||||
LABEL maintainer="HashiCorp Terraform Team <terraform@hashicorp.com>"
|
LABEL maintainer="HashiCorp Terraform Team <terraform@hashicorp.com>"
|
||||||
|
|
||||||
RUN apk add --no-cache git bash openssh
|
RUN apk add --no-cache git bash openssh
|
||||||
|
|
Loading…
Reference in New Issue