-
Notifications
You must be signed in to change notification settings - Fork 22
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
HDDS-11329. Update Ozone images to Rocky Linux-based runner #29
Conversation
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.
Thanks @adoroszlai .
Do we need this change for latest
branch as well?:
https://github.com/apache/ozone-docker/blob/latest/Dockerfile#L16
Thanks @smengcl for the review. I have pushed this to branch Tested the new images with Ozone CI: However, only Old Ozone smoketests may not be fully compatible with the new OS (e.g. usage of I wonder which way we should proceed: (1) keep the old images with existing content, and start using the new images with new tags, OR |
Yes, |
@smengcl I've created apache/ozone#7241 to switch Ozone to Rocky Linux using new tags |
Thanks @smengcl for the review. Pushed this to
Changed this PR to target |
@adoroszlai Sorry I didn't notice this question earlier. I think it is generally preferrable to take approach (1). I see you already took the first approach by appending |
What changes were proposed in this pull request?
Change
apache/ozone:1.4.0
to use the latestapache/ozone-runner:20240729-jdk17-1
as base image. It has Rocky Linux instead of CentOS (EOL) and comes with updated third-party software.(Similar PRs for other Ozone versions will follow.)
How was this patch tested?