-
Notifications
You must be signed in to change notification settings - Fork 719
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
Usage of Github Packages / Container repository #4514
Comments
Adding more in here: CNCF is working with Self actuated to provide ARM runners. Today, one of our large build times is on ARM environments (and s390x, but this is another story) and we've been willing to make those builds fast cutting dependencies but also using better architectures. Having a process that builds each architecture on its own "runner", pushes to ghcr and combines the layers into a single multi-arch layer seems straightforward (eg.: How atuin does) but we need a place to "push" this layers and then trigger cloudbuild to "get and push to staging", and the promotion stage layer. |
The etcd project enables this Arm-based runner |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
My apologies for the delay in response on this issue (did respond on slack). If/when GitHub updates it, we can revisit - but for now it's not something we're going to move forward with enabling. =/ With that I'm going to close this out, if you wish to discuss further, happy to reopen and continue. 👍 /close |
@mrbobbytables: Closing this issue. In response to this:
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. |
Thanks for taking care of it Bob, I really appreciate it. We can followup when there is something new on this feature :) |
Organization or Repo
kubernetes/ingress-nginx
User affected
No response
Describe the issue
Hi folks 👋
At ingress-nginx, we build a bunch of intermediate images that are used for CI, e2e tests, building another final image, etc.
I was testing Github Container Registry / GHCR and figured out it could be used with a Personal Access Token or via Actions (we use GH Actions on ingress-nginx), but the published packages are made available on Org package tab.
There are some approaches to scope the package to a repo, etc etc but before using it I would like to know:
Thanks
The text was updated successfully, but these errors were encountered: