Skip to content

Commit

Permalink
dockerfile: automated nightly updates (adoptium#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-temurin-bot authored Jul 24, 2024
1 parent 48ce959 commit bbda8cc
Show file tree
Hide file tree
Showing 6 changed files with 48 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='af98a839ec238106078bd360af9e405dc6665c05ee837178ed13b92193681923'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_aarch64_linux_hotspot_8u422b05.tar.gz'; \
;; \
armhf) \
ESUM='5bd0203b2b09b033e3a762299a4975939d7571b433eab8b59340cc966102bef1'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_arm_linux_hotspot_8u422b05.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) \
ESUM='78fbd7b01204cdf90bcb3f9fe6a8e9432bdaa75776fa333aa9cbcb5a79de34cd'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u422b05.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='af98a839ec238106078bd360af9e405dc6665c05ee837178ed13b92193681923'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_aarch64_linux_hotspot_8u422b05.tar.gz'; \
;; \
armhf) \
ESUM='5bd0203b2b09b033e3a762299a4975939d7571b433eab8b59340cc966102bef1'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_arm_linux_hotspot_8u422b05.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) \
ESUM='78fbd7b01204cdf90bcb3f9fe6a8e9432bdaa75776fa333aa9cbcb5a79de34cd'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u422b05.tar.gz'; \
Expand Down
8 changes: 8 additions & 0 deletions 8/jdk/ubuntu/noble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ RUN set -eux; \
ESUM='af98a839ec238106078bd360af9e405dc6665c05ee837178ed13b92193681923'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_aarch64_linux_hotspot_8u422b05.tar.gz'; \
;; \
armhf) \
ESUM='5bd0203b2b09b033e3a762299a4975939d7571b433eab8b59340cc966102bef1'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_arm_linux_hotspot_8u422b05.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) \
ESUM='78fbd7b01204cdf90bcb3f9fe6a8e9432bdaa75776fa333aa9cbcb5a79de34cd'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u422b05.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='8fbefff2c578f73d95118d830347589ddc9aa84510200a5a5001901c2dea4810'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_aarch64_linux_hotspot_8u422b05.tar.gz'; \
;; \
armhf) \
ESUM='13bdefdeae6f18bc9c87bba18c853b8b12c5442ce07ff0a3956ce28776d695ff'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_arm_linux_hotspot_8u422b05.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) \
ESUM='2991edbedee448c0f1edf131beca84b415dac64ea97365b9bfd85bc2f39893bb'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_ppc64le_linux_hotspot_8u422b05.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='8fbefff2c578f73d95118d830347589ddc9aa84510200a5a5001901c2dea4810'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_aarch64_linux_hotspot_8u422b05.tar.gz'; \
;; \
armhf) \
ESUM='13bdefdeae6f18bc9c87bba18c853b8b12c5442ce07ff0a3956ce28776d695ff'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_arm_linux_hotspot_8u422b05.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) \
ESUM='2991edbedee448c0f1edf131beca84b415dac64ea97365b9bfd85bc2f39893bb'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_ppc64le_linux_hotspot_8u422b05.tar.gz'; \
Expand Down
8 changes: 8 additions & 0 deletions 8/jre/ubuntu/noble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ RUN set -eux; \
ESUM='8fbefff2c578f73d95118d830347589ddc9aa84510200a5a5001901c2dea4810'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_aarch64_linux_hotspot_8u422b05.tar.gz'; \
;; \
armhf) \
ESUM='13bdefdeae6f18bc9c87bba18c853b8b12c5442ce07ff0a3956ce28776d695ff'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_arm_linux_hotspot_8u422b05.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) \
ESUM='2991edbedee448c0f1edf131beca84b415dac64ea97365b9bfd85bc2f39893bb'; \
BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jre_ppc64le_linux_hotspot_8u422b05.tar.gz'; \
Expand Down

0 comments on commit bbda8cc

Please sign in to comment.