-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
chore: switch to using gh container registry in manifests #11526
Conversation
This change switches majority of the images coming from gcr repository to the ghcr repository. For this various manifests were updated, as well as the hardcoded launcher/driver images. All images that are regularly updated during the release process have been switched over to ghcr. Signed-off-by: Humair Khan <[email protected]>
There is a bit of a chicken and egg problem with the driver/launcher images. I built the images from the release-2.4.0 branch which has not gone out yet, but will do so once this change is cherry-picked into that branch, and the release workflow is initiated. But before that, the api server image will need to be rebuilt on the |
Cc @chensun |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…1526) This change switches majority of the images coming from gcr repository to the ghcr repository. For this various manifests were updated, as well as the hardcoded launcher/driver images. All images that are regularly updated during the release process have been switched over to ghcr. Signed-off-by: Humair Khan <[email protected]>
…11527) This change switches majority of the images coming from gcr repository to the ghcr repository. For this various manifests were updated, as well as the hardcoded launcher/driver images. All images that are regularly updated during the release process have been switched over to ghcr. Signed-off-by: Humair Khan <[email protected]>
Description of your changes:
This change switches majority of the images coming from gcr repository to the ghcr repository. For this, various manifests were updated, as well as the hardcoded launcher/driver images. All images that are regularly updated during the release process have been switched over to ghcr.
Note: I will follow up with updates to release instructions once we are done with the 2.4 release.
Checklist: