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 <maartje@eyskens.me>
  • Loading branch information
meyskens committed Mar 29, 2021
1 parent 4e74fb6 commit fe62a70
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fe62a70

Please sign in to comment.