Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Use quay.io/kinvolk-ci/registry in Tinkerbel sandbox
Browse files Browse the repository at this point in the history
This is needed to bypass the Docker Hub ratelimit which we hit on the CI
 pipeline.

Signed-off-by: Maartje Eyskens <[email protected]>
  • Loading branch information
meyskens committed Mar 29, 2021
1 parent 4e74fb6 commit 5493440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry:2.7.1
FROM quay.io/kinvolk-ci/registry:2.7.1
RUN apk add --no-cache --update curl apache2-utils
ARG REGISTRY_USERNAME
ARG REGISTRY_PASSWORD
Expand Down
4 changes: 2 additions & 2 deletions pkg/assets/generated_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5493440

Please sign in to comment.