-
Notifications
You must be signed in to change notification settings - Fork 280
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
update to debian bullseye, buster EOL soon #4066
update to debian bullseye, buster EOL soon #4066
Conversation
✅ Deploy Preview for kubernetes-sigs-cloud-provide-azure canceled.
|
Makefile
Outdated
@@ -125,7 +125,7 @@ $(BIN_DIR)/azure-acr-credential-provider.exe: $(PKG_CONFIG) $(wildcard cmd/acr-c | |||
.PHONY: docker-pull-prerequisites | |||
docker-pull-prerequisites: ## Pull prerequisite images. | |||
docker pull docker/dockerfile:1 | |||
docker pull docker.io/library/golang:buster | |||
docker pull docker.io/library/golang:bullseye |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am not sure why it's being pre-pulled here, but if you are prepulling I would set this as a variable instead of defining in multiple places, and then pass in as docker build args. However, dependabot won't be able to update the image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also not sure, just trying to get this update process started. @feiskyer @lzhecheng feel free to offer a better path forward that doesn't require refactoring all of the existing CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't seem necessary to me. Can we get rid of this target? @feiskyer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lodrem can we remove this target?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's get this step removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jackfrancis confirmed with Pengfei and we think this target can be removed. Could you please update the PR and rebase? Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased and removed docker-pull-prerequisites
entirely. Let me know if that's not what you meant!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There's a merge conflict and a typo (not from this PR) blocking this PR from merging. Since the change is small, I pushed by myself to this PR.
1aa6987
to
f4eee98
Compare
Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
10f1980
to
7f94750
Compare
7f94750
to
ba74d4e
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, lzhecheng 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 |
/cherrypick release-1.27 |
/cherrypick release-1.26 |
/cherrypick release-1.25 |
/cherrypick release-1.24 |
@MartinForReal: #4066 failed to apply on top of branch "release-1.27":
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. |
@MartinForReal: #4066 failed to apply on top of branch "release-1.26":
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. |
@MartinForReal: #4066 failed to apply on top of branch "release-1.25":
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. |
@MartinForReal: #4066 failed to apply on top of branch "release-1.24":
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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Debian buster has been EOL for a while and its LTS is soon to be over. Reference:
This PR updates Dockerfile references to build from buster + 1 --> bullseye.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: