-
Notifications
You must be signed in to change notification settings - Fork 472
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
Use debian-base-$(ARCH):v2.0.0 as base image #370
Conversation
Hi @champtar. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/assign @prameshj |
Thanks for sending this out! Looks good to me. Would you mind pasting the output of:
|
I need to add the ARCH
Here the output:
|
|
/hold |
|
/hold cancel |
@prameshj i'll run test champtar/k8s-dns-node-cache-amd64 tomorrow (as it's really needed ...) but I'm not using the other images, can you test them or find people to test them ? |
Thanks @champtar , let's test all the amd64 images and get help to verify other arch after tagging/promoting the images. |
/ok-to-test |
|
@prameshj champtar/k8s-dns-node-cache-amd64:1.15.11-14-g423a2b4 is now tested and seems fine to me |
Use --no-install-recommends to not install nftables as it depends on bash (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956655) Use iptables-legacy only until https://bugzilla.netfilter.org/show_bug.cgi?id=1422 is resolved Once fixed we will switch to k8s.gcr.io/debian-iptables-$(ARCH) to choose iptables-legacy or iptables-nft at run time
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: champtar, prameshj 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 |
Use --no-install-recommends to not install nftables as it depends on bash
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956655)
Only build tested for amd64 for now
champtar/k8s-dns-sidecar-amd64 1.15.11-14-g423a2b4 b28aafaa2996
champtar/k8s-dns-node-cache-amd64 1.15.11-14-g423a2b4 bb1e2b6e0b09
champtar/k8s-dns-kube-dns-amd64 1.15.11-14-g423a2b4 943afc53b468
champtar/k8s-dns-dnsmasq-nanny-amd64 1.15.11-14-g423a2b4 28526da70d44
champtar/k8s-dns-dnsmasq-amd64 1.15.11-14-g423a2b4 a13a493a9883
Edit: update images