-
Notifications
You must be signed in to change notification settings - Fork 51
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
Docker build CI needs an update post kubernetes-sigs migration #106
Comments
4e6ec82 simply disabled the push (but runs the build and everything up to it) as a stop-gap until we move our builds to prow. |
cc @ameukam |
GHCR is currently not advised for use since we don't have clarity how repositories exposure. SIG k8s Infra always recommend to use GCP GCR/AR repos for all the subprojects. We have 2 options:
|
Personally I think using an existing one for now is fine, especially if that's easier / more straightforward. |
With k8s-infra hat on, the first option is preferable with isolation of resource at the project and minimize any security issue. I'll try to setup it if we go with this approach. |
I'm in favor. @aryan9600, @astoycos, @mlavacca ? |
sounds good to me! |
@ameukam if you're wanting to move forward with that plan, that'll be good 👍 |
Now that we're migrated from https://github.com/kong/blixt to https://github.com/kubernetes-sigs/blixt, some updates need to be made to our container image builds so that we can build and push our images in CI.
The text was updated successfully, but these errors were encountered: