Skip to content

Commit

Permalink
dockerfile: automated nightly updates (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-temurin-bot authored Oct 23, 2024
1 parent 4b0c5ad commit 9a48fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 8/jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ RUN set -eux; \
; \
rm -rf /var/cache/apk/*

ENV JAVA_VERSION=jdk8u422-b05
ENV JAVA_VERSION=jdk8u432-b06

RUN set -eux; \
ARCH="$(apk --print-arch)"; \
case "${ARCH}" in \
x86_64) \
ESUM='525a7731331cad502b9293ccb4ac2b13e85516736e98a57cb27c2767005188e1'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_x64_alpine-linux_hotspot_8u422b05.tar.gz'; \
ESUM='86071bc98901cae80c62745a64bb4486212985fe5b66b5aec36ce92e8a036a9d'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk_x64_alpine-linux_hotspot_8u432b06.tar.gz'; \
;; \
*) \
echo "Unsupported arch: ${ARCH}"; \
Expand Down
6 changes: 3 additions & 3 deletions 8/jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ RUN set -eux; \
; \
rm -rf /var/cache/apk/*

ENV JAVA_VERSION=jdk8u422-b05
ENV JAVA_VERSION=jdk8u432-b06

RUN set -eux; \
ARCH="$(apk --print-arch)"; \
case "${ARCH}" in \
x86_64) \
ESUM='9a7a939638b9cdaa8e1a119b8f21bfdd4cb2390b8a47cc27ccf9effc90f4b437'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_x64_alpine-linux_hotspot_8u422b05.tar.gz'; \
ESUM='7f7c265560dd5a42533bf282831d7d2f044a7ff7f4c310b40a0f9f8e19ff12e5'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jre_x64_alpine-linux_hotspot_8u432b06.tar.gz'; \
;; \
*) \
echo "Unsupported arch: ${ARCH}"; \
Expand Down

0 comments on commit 9a48fce

Please sign in to comment.