pan3793 commented on PR #8078: URL: https://github.com/apache/hadoop/pull/8078#issuecomment-3569406778
@slfan1989 none of these are required. IIRC, previously we had a conclusion on how to maintain those `Dockerfile`s: - keep them up to date for trunk - for released branches, e.g. `branch-3.4`, keep `Dockerfile`s permanently on the source tree, and disable them from the Jenkins pipeline once it reaches EOL and breaks the CI In branch-3.4, there are 4 `Dockerfile`s and all in Jenkins pipeline - `ubuntu_focal`, `centos_7`, `centos_8`, `debian_10`, I think the right thing here is: - disable `centos_7` on Jenkins pipeline (broken due to old version of glibc does not work with `protobuf` used by Hadoop Java, thus breaks the build) - disable `debian_10` on Jenkins pipeline (broken due to APT repo sunset) - `ubuntu_focal` passes CI - `centos_8` also keeps working, I tested it manually BTW, disabling `centos_7` and `debian_10` from the Jenkins pipeline is orthogonal to this PR because they were broken due to different reasons without a relationship to this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
