-
Notifications
You must be signed in to change notification settings - Fork 9k
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
HADOOP-19398: Upgrade Dockerfile base to jammy #7532
base: trunk
Are you sure you want to change the base?
HADOOP-19398: Upgrade Dockerfile base to jammy #7532
Conversation
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
I see the only failure is the same one related to the CentOS-7 issue (HADOOP-19489, also mentioned in #7499) - |
I see that CentOS 7 and 8 are EOL. I would recommend to remove these altogether and may be replace with an alternative RHEL based OS (Rockylinux?). Similarly Debian 10 is also EOL. I would recommend to update to Debian 11 or (even better 12). |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
Description of PR
Upgrade the base image of the Ubuntu Dockerfiles used for CI and local development.
How was this patch tested?
./start-build-env.sh
mvn clean install -Pnative -DskipTests
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?