Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

switch to hashicorp docker mirror #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
2 changes: 1 addition & 1 deletion 0.X/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down