-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Update volume/nfs base image from centos:7 to centos:stream9 #133799
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 volume/nfs base image from centos:7 to centos:stream9 #133799
Conversation
- Update BASEIMAGE from centos:7 to centos:8 for all architectures - Bump VERSION from 1.4 to 1.5 - Addresses issue kubernetes#131874 for updating outdated base images CentOS 7 is EOL and centos:8 provides better security updates and modern package versions for the NFS test image.
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
Welcome @oyiz-michael! |
Hi @oyiz-michael. 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-sigs/prow repository. |
IIUC, centos 8 is also end of life. |
+1, lets start using centos stream 9 - https://quay.io/repository/centos/centos?tab=tags |
- Update BASEIMAGE to quay.io/centos/centos:stream9 for all architectures - Update Dockerfile to use dnf (CentOS Stream 9 package manager) - Update package name from /usr/bin/ps to procps-ng Addresses reviewer feedback that CentOS 8 is also EOL. CentOS Stream 9 provides ongoing updates and support.
Thanks for the feedback! I've updated the PR to use CentOS Stream 9 as suggested |
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.
/lgtm
LGTM label has been added. Git tree hash: 5f5928004d20d26befafd8ac3f10cb092b8aea2f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mkumatag, oyiz-michael 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 |
/release-note-none |
/ok-to-test |
@oyiz-michael: Cannot trigger testing until a trusted user reviews the PR and leaves an 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-sigs/prow repository. |
/retest |
@oyiz-michael: Cannot trigger testing until a trusted user reviews the PR and leaves an 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-sigs/prow repository. |
/ok-to-test |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates the volume/nfs test image base from centos:7 to quay.io/centos/centos:stream9.
Which issue(s) this PR fixes:
Fixes #131874
Special notes for your reviewer
Does this PR introduce a user-facing change?