Skip to content

Commit

Permalink
dockerfile: automated nightly updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-temurin-bot committed Jan 24, 2024
1 parent 334e6b8 commit 0aea397
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 8/jdk/ubuntu/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ RUN set -eux; \
ESUM='fcfd08abe39f18e719e391f2fc37b8ac1053075426d10efac4cbf8969e7aa55e'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jdk_x64_linux_hotspot_8u402b06.tar.gz'; \
;; \
armhf|arm) \
ESUM='271f28c7b3592b201b7434292c21d923f520af8ff1c090b6849cb946e34a6bdb'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jdk_arm_linux_hotspot_8u402b06.tar.gz'; \
# Fixes libatomic.so.1: cannot open shared object file
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libatomic1; \
rm -rf /var/lib/apt/lists/*; \
;; \
ppc64el|powerpc:common64) \
ESUM='64bc05cdffe827c84000177dca2eb4ff0a8ff0021889bb75abff3639d4f51838'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u402b06.tar.gz'; \
Expand Down
8 changes: 8 additions & 0 deletions 8/jdk/ubuntu/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ RUN set -eux; \
ESUM='fcfd08abe39f18e719e391f2fc37b8ac1053075426d10efac4cbf8969e7aa55e'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jdk_x64_linux_hotspot_8u402b06.tar.gz'; \
;; \
armhf|arm) \
ESUM='271f28c7b3592b201b7434292c21d923f520af8ff1c090b6849cb946e34a6bdb'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jdk_arm_linux_hotspot_8u402b06.tar.gz'; \
# Fixes libatomic.so.1: cannot open shared object file
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libatomic1; \
rm -rf /var/lib/apt/lists/*; \
;; \
ppc64el|powerpc:common64) \
ESUM='64bc05cdffe827c84000177dca2eb4ff0a8ff0021889bb75abff3639d4f51838'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u402b06.tar.gz'; \
Expand Down
8 changes: 8 additions & 0 deletions 8/jre/ubuntu/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ RUN set -eux; \
ESUM='1d8c109e96bdb35ffff667dfb911ce03fb9f0f924048dcc8fdbd45198b263ecd'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jre_x64_linux_hotspot_8u402b06.tar.gz'; \
;; \
armhf|arm) \
ESUM='d613a775573fc17ee972e62b5120dc34d8cac1810bb352e71bc01980ce3c48a8'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jre_arm_linux_hotspot_8u402b06.tar.gz'; \
# Fixes libatomic.so.1: cannot open shared object file
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libatomic1; \
rm -rf /var/lib/apt/lists/*; \
;; \
ppc64el|powerpc:common64) \
ESUM='dd828b761805c2caecac94fcab8ea39cdf41480f07053553dc37edde104861af'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jre_ppc64le_linux_hotspot_8u402b06.tar.gz'; \
Expand Down
8 changes: 8 additions & 0 deletions 8/jre/ubuntu/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ RUN set -eux; \
ESUM='1d8c109e96bdb35ffff667dfb911ce03fb9f0f924048dcc8fdbd45198b263ecd'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jre_x64_linux_hotspot_8u402b06.tar.gz'; \
;; \
armhf|arm) \
ESUM='d613a775573fc17ee972e62b5120dc34d8cac1810bb352e71bc01980ce3c48a8'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jre_arm_linux_hotspot_8u402b06.tar.gz'; \
# Fixes libatomic.so.1: cannot open shared object file
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libatomic1; \
rm -rf /var/lib/apt/lists/*; \
;; \
ppc64el|powerpc:common64) \
ESUM='dd828b761805c2caecac94fcab8ea39cdf41480f07053553dc37edde104861af'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jre_ppc64le_linux_hotspot_8u402b06.tar.gz'; \
Expand Down

0 comments on commit 0aea397

Please sign in to comment.