Mathew Wicks
Mathew Wicks
I have finished migrating the images to https://github.com/orgs/kubeflow/packages. However, I still really hope we can keep the old ECR able to be pulled, so people's current deployments don't start failing!
As I mentioned in https://github.com/kubeflow/kubeflow/issues/4569#issuecomment-1185094267, we welcome any PRs to address this.
@kabilan6 first, this is deffinitly not the correct repo for this issue, this repo is for boring community governance stuff. /transfer kubeflow --- But the actual answer is that Kubeflow...
@james-jwu I guess our prow configs don't enable the [`/transfer` command](https://prow.k8s.io/command-help#transfer_issue). Can we enable it? Also, would you transfer this issue to `kubeflow/kubeflow` manually, as you have GitHub org admin,...
This is still important. /reopen
@kimwnasptd rather than using a semi-random DockerHub, my vote is to just use GHCR as this will make our images be hosted under: `ghcr.io/kubeflow/{IMAGE_NAME}:{IMAGE_TAG}` which is much more trustworthy, and...
/cc @kimwnasptd @NickLoukas
@surajkota @kimwnasptd I know it's [not very clear from this page](https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages#about-billing-for-github-packages), but there are actually NO usage limits for __public packages__ on GHCR (outside of abuse prevention measures), the "GitHub...
> @thesuperzapper have you also setup the repo to use the credentials for GH registry? Can we push images there right now with the GH actions? @kimwnasptd Yes, the GITHUB_TOKEN...
@kimwnasptd I am not sure what you mean by a PR? We can just update the image push locations (and authenticate Docker with the `GITHUB_TOKEN` environment variable, or use the...