This is an automated email from the ASF dual-hosted git repository. yhu pushed a commit to branch bumptojava17 in repository https://gitbox.apache.org/repos/asf/beam.git
commit e75fdefdad9c2d73c64b5c83bfb8517aaee97c87 Author: Yi Hu <[email protected]> AuthorDate: Wed Jul 3 11:56:56 2024 -0400 Bump to Java17 for GHA runner --- .github/gh-actions-self-hosted-runners/arc/images/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/gh-actions-self-hosted-runners/arc/images/Dockerfile b/.github/gh-actions-self-hosted-runners/arc/images/Dockerfile index 7fa8f631729..fdf103a2f21 100644 --- a/.github/gh-actions-self-hosted-runners/arc/images/Dockerfile +++ b/.github/gh-actions-self-hosted-runners/arc/images/Dockerfile @@ -37,10 +37,10 @@ RUN curl -OL https://go.dev/dl/go${go_version}.linux-amd64.tar.gz && \ rm go${go_version}.linux-amd64.tar.gz ENV PATH="${PATH}:/usr/local/go/bin" #Install Java -RUN curl -OL https://cdn.azul.com/zulu/bin/zulu8.70.0.23-ca-jdk8.0.372-linux_x64.tar.gz && \ - tar -C /usr/local -xzf zulu8.70.0.23-ca-jdk8.0.372-linux_x64.tar.gz && \ - rm zulu8.70.0.23-ca-jdk8.0.372-linux_x64.tar.gz && \ - mv /usr/local/zulu8.70.0.23-ca-jdk8.0.372-linux_x64 /usr/local/java +RUN curl -OL https://cdn.azul.com/zulu/bin/zulu17.50.19-ca-jdk17.0.11-linux_x64.tar.gz && \ + tar -C /usr/local -xzf zulu17.50.19-ca-jdk17.0.11-linux_x64.tar.gz && \ + rm zulu17.50.19-ca-jdk17.0.11-linux_x64.tar.gz && \ + mv /usr/local/zulu17.50.19-ca-jdk17.0.11-linux_x64 /usr/local/java ENV PATH="${PATH}:/usr/local/java/bin" #Install Gradle RUN curl -OL https://services.gradle.org/distributions/gradle-7.3.3-bin.zip && \
