-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch container images from gcr.io to ghcr.io #1313
base: main
Are you sure you want to change the base?
Conversation
Replace all references to images on gcr.io with the corresponding copy on ghcr.io. The target images are identical to the source ones, so there is no functional change in tasks or stepaction. This PR changes old versions of tasks too and no new version is created, which should make it easier for people to start pulling from ghcr.io instead of gcr.io. Signed-off-by: Andrea Frittoli <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Catlin Output
Catlin script lint Output
|
/retest |
@afrittoli: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Changes
Replace all references to images on gcr.io with the corresponding copy on ghcr.io. The target images are identical to the source ones, so there is no functional change in tasks or stepaction.
This PR changes old versions of tasks too and no new version is created, which should make it easier for people to start pulling from ghcr.io instead of gcr.io.
/kind misc
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
contains
/kind <type>
. Valid types are bug, cleanup, design, documentation,feature, flake, misc, question, tep
File path follows
<kind>/<name>/<version>/name.yaml
Has
README.md
at<kind>/<name>/<version>/README.md
Has mandatory
metadata.labels
-app.kubernetes.io/version
the same as the<version>
of the resourceHas mandatory
metadata.annotations
tekton.dev/pipelines.minVersion
mandatory
spec.description
follows the conventionSee the contribution guide for more details.