mirror of https://github.com/status-im/consul.git
Use docker mirror
This commit is contained in:
parent
29ebe13141
commit
5942e474cf
|
@ -13,7 +13,7 @@
|
||||||
# Official docker image that includes binaries from releases.hashicorp.com. This
|
# Official docker image that includes binaries from releases.hashicorp.com. This
|
||||||
# downloads the release from releases.hashicorp.com and therefore requires that
|
# downloads the release from releases.hashicorp.com and therefore requires that
|
||||||
# the release is published before building the Docker image.
|
# the release is published before building the Docker image.
|
||||||
FROM alpine:3.13 as official
|
FROM docker.mirror.hashicorp.services/alpine:3.13 as official
|
||||||
|
|
||||||
# This is the release of Consul to pull in.
|
# This is the release of Consul to pull in.
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
@ -108,7 +108,7 @@ CMD ["agent", "-dev", "-client", "0.0.0.0"]
|
||||||
|
|
||||||
# Production docker image that uses CI built binaries.
|
# Production docker image that uses CI built binaries.
|
||||||
# Remember, this image cannot be built locally.
|
# Remember, this image cannot be built locally.
|
||||||
FROM alpine:3.13 as default
|
FROM docker.mirror.hashicorp.services/alpine:3.13 as default
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ARG BIN_NAME
|
ARG BIN_NAME
|
||||||
|
|
Loading…
Reference in New Issue