shangeyao opened a new issue, #4433:
URL: https://github.com/apache/streampark/issues/4433

   ## Summary
   
   Yarn E2E Docker builds fail because CentOS 7 base images can no longer reach 
retired mirror URLs during `yum install`, causing image build timeouts/failures 
in CI.
   
   ## Proposal
   
   1. Point Yarn E2E Dockerfiles to `vault.centos.org` as an interim fix
   2. Bundle JDK 8 from `eclipse-temurin:8-jdk-jammy` via multi-stage `COPY` so 
builds no longer depend on CentOS yum mirrors for Java
   3. Remove duplicate OK click in `EnvironmentTest` that caused 
`ElementClickInterceptedException`
   
   ## Scope
   
   - 
`streampark-e2e/streampark-e2e-case/src/test/resources/docker/flink-*-on-yarn/Dockerfile`
   - `streampark-e2e/.../EnvironmentTest.java`
   
   ## Non-goals
   
   - Maven `${revision}` / 3.0.0-SNAPSHOT changes (tracked separately in #4425)
   
   Implementation PR to follow on branch `feature/ci-e2e-centos7-jdk8`.


-- 
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]

Reply via email to