Update image registry locations
Expected Behavior
As per the recent-ish announcement in the Tekton mailing list here, the gcr.io registry will be deprecated due to costs. That registry is used a bunch of times in various resources throughout this repository.
Could the registry be changed to the new one? For most of us it was quite unexpectedly not working anymore.
@DutchEllie thanks for reporting this. The work to migrate tasks to the ghcr.io is in progress. The problem with access to catalog images on gcr.io was a temporary glitch and has been fixed now. Could you confirm it is working for you now?
https://github.com/tektoncd/catalog/pull/1313
I can't confirm every task, but the git-clone task we use does work perfectly with the new registry location
Yes, all images are available on the new registry - what I mean is that tasks still point to the old registry and they need to be updated.
Ah so. Well I can pull the images again from the old registry locations now.