-
Notifications
You must be signed in to change notification settings - Fork 502
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
images: Build bullseye variants (part two) #2210
Conversation
One more time, to make sure this isn't a flake: |
/test pull-release-image-debian-iptables |
Due to Debian bullseye and Golang 1.17 upstream image updates happening roughly in tandem, the latest image builds shifted to using bullseye, instead of buster by default (ref: #2218). I'm combining this PR with go1.17 image updates in #2211 to tackle this all at once and minimize the image promotion churn. /close |
@justaugustus: Closed this PR. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus 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 |
/hold to rebase out #2211 |
/test pull-release-image-kubepkg |
34b6f9b
to
ded9325
Compare
/test pull-release-image-k8s-ci-builder |
@justaugustus: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
ded9325
to
4c3c5b2
Compare
4c3c5b2
to
9d89e75
Compare
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
iptables and ebtables are at sufficiently recent versions in bullseye that installing from bullseye-backports should not be necessary. Signed-off-by: Stephen Augustus <[email protected]>
- go-runner:v2.3.1-go1.17.1-bullseye.0 - releng-ci The other image builds are failing and will be addressed in a follow-up. Namely: - kube-cross - k8s-ci-builder Signed-off-by: Stephen Augustus <[email protected]>
9d89e75
to
a639b11
Compare
/lgtm |
/lgtm |
Promotion PR: kubernetes/k8s.io#2723 |
What type of PR is this?
/kind feature
/area dependency release-eng/security
What this PR does / why we need it:
Continuation of #2209, #2211, and #2223.
Signed-off-by: Stephen Augustus [email protected]
/assign @puerco @saschagrunert @cpanato
cc: @kubernetes/release-engineering
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?