From f87cb08b6148eb5e7ab9931454b99cfd72cf4fff Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Wed, 28 Oct 2020 17:51:23 -0400 Subject: [PATCH] switch to hashicorp docker mirror --- .circleci/config.yml | 2 +- 0.X/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fac8a25..540408b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: dummy: docker: - - image: busybox + - image: docker.mirror.hashicorp.services/busybox steps: - run: echo "This is a dummy job on master to allow running circleci on other branches." diff --git a/0.X/Dockerfile b/0.X/Dockerfile index 4a524b5..930f61e 100644 --- a/0.X/Dockerfile +++ b/0.X/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM docker.mirror.hashicorp.services/alpine:3.10 # This is the release of Vault to pull in. ARG VAULT_VERSION=1.5.5