cloudfoundry-incubator / kubecf

Cloud Foundry on Kubernetes
Apache License 2.0
115 stars 62 forks source link

fix: CI: concourse: Use GHCR github-status image #1572

Closed mook-as closed 4 years ago

mook-as commented 4 years ago

Description

Docker Hub has put in quotas for image pulling; this is causing an issue for our CI pipelines. Copy the image to the GitHub container registry (which currently has no limits). There is currently no pipeline to push to the GitHub container registry; it's just the latest image on Docker Hub for now.

Motivation and Context

See #1557 — this doesn't fix the whole issue yet, just one of the images.

How Has This Been Tested?

Hasn't been tested yet; I have confirmed that I can pull the image without logging in. (It appears that the docker client in OpenSUSE Leap 15.1 (19.03.11) cannot login to GHCR.)

Types of changes

Checklist:

mook-as commented 4 years ago

We may or may not use this org later, but for now we have #1573 already.