Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Change docker to use proxy
Browse files Browse the repository at this point in the history
Gets us around dockerhub ratelimiting.

Co-authored-by: Justin Sampson <[email protected]>
Co-authored-by: Nick Smith <[email protected]>
  • Loading branch information
3 people committed Jan 20, 2021
1 parent e2c00ab commit dade640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build-binaries/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: golang
repository: harbor-repo.vmware.com/dockerhub-proxy-cache/golang

inputs:
- name: version
Expand Down
2 changes: 1 addition & 1 deletion ci/run-tests/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: golang
repository: harbor-repo.vmware.com/dockerhub-proxy-cache/golang

inputs:
- name: reconfigure-pipeline
Expand Down

0 comments on commit dade640

Please sign in to comment.