Use docker mirror (#409)

This commit is contained in:
Michele Degges 2020-11-23 16:47:25 -08:00 committed by GitHub
parent 93e4f521f1
commit b544e01391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -6,14 +6,14 @@ jobs:
bats-unit-test: bats-unit-test:
docker: docker:
# This image is built from test/docker/Test.dockerfile # 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: steps:
- checkout - checkout
- run: bats ./test/unit -t - run: bats ./test/unit -t
acceptance: acceptance:
docker: docker:
# This image is build from test/docker/Test.dockerfile # 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: steps:
- checkout - checkout
@ -35,7 +35,7 @@ jobs:
when: always when: always
update-helm-charts-index: update-helm-charts-index:
docker: docker:
- image: circleci/golang:latest - image: docker.mirror.hashicorp.services/circleci/golang:1.15.3
steps: steps:
- checkout - checkout
- run: - run:

View file

@ -6,7 +6,7 @@
# a script to configure kubectl, potentially install Helm, and run the tests # a script to configure kubectl, potentially install Helm, and run the tests
# manually. This image only has the dependencies pre-installed. # manually. This image only has the dependencies pre-installed.
FROM alpine:latest FROM docker.mirror.hashicorp.services/alpine:latest
WORKDIR /root WORKDIR /root
ENV BATS_VERSION "1.1.0" ENV BATS_VERSION "1.1.0"