Use docker mirror (#409)
This commit is contained in:
parent
93e4f521f1
commit
b544e01391
2 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@ jobs:
|
|||
bats-unit-test:
|
||||
docker:
|
||||
# This image is built from test/docker/Test.dockerfile
|
||||
- image: hashicorpdev/vault-helm-test:0.1.0
|
||||
- image: docker.mirror.hashicorp.services/hashicorpdev/vault-helm-test:0.1.0
|
||||
steps:
|
||||
- checkout
|
||||
- run: bats ./test/unit -t
|
||||
acceptance:
|
||||
docker:
|
||||
# This image is build from test/docker/Test.dockerfile
|
||||
- image: hashicorpdev/vault-helm-test:0.1.0
|
||||
- image: docker.mirror.hashicorp.services/hashicorpdev/vault-helm-test:0.1.0
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
when: always
|
||||
update-helm-charts-index:
|
||||
docker:
|
||||
- image: circleci/golang:latest
|
||||
- image: docker.mirror.hashicorp.services/circleci/golang:1.15.3
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# a script to configure kubectl, potentially install Helm, and run the tests
|
||||
# manually. This image only has the dependencies pre-installed.
|
||||
|
||||
FROM alpine:latest
|
||||
FROM docker.mirror.hashicorp.services/alpine:latest
|
||||
WORKDIR /root
|
||||
|
||||
ENV BATS_VERSION "1.1.0"
|
||||
|
|
Loading…
Reference in a new issue