Skip to content

Comments

eclipse-temurin: add jdk16 arm32 dockerfile#11132

Merged
tianon merged 1 commit intodocker-library:masterfrom
gdams:patch-7
Oct 19, 2021
Merged

eclipse-temurin: add jdk16 arm32 dockerfile#11132
tianon merged 1 commit intodocker-library:masterfrom
gdams:patch-7

Conversation

@gdams
Copy link
Contributor

@gdams gdams commented Oct 19, 2021

No description provided.

@github-actions
Copy link

Diff for 77e41da:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6295ab9..c785324 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -226,8 +226,8 @@ File: Dockerfile.releases.full
 
 Tags: 16.0.2_7-jdk-focal, 16-jdk-focal, 16-focal
 SharedTags: 16.0.2_7-jdk, 16-jdk, 16
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 63defc24ed1b9051b48f6dfc747761a1b88a3b42
+Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
+GitCommit: 1542e660e29ef955742df5bcebb7b3351d61346c
 Directory: 16/jdk/ubuntu
 File: Dockerfile.releases.full
 
diff --git a/eclipse-temurin_16-focal/Dockerfile.releases.full b/eclipse-temurin_16-focal/Dockerfile.releases.full
index 6131bd6..a21cd71 100644
--- a/eclipse-temurin_16-focal/Dockerfile.releases.full
+++ b/eclipse-temurin_16-focal/Dockerfile.releases.full
@@ -36,6 +36,10 @@ RUN set -eux; \
          ESUM='cb77d9d126f97898dfdc8b5fb694d1e0e5d93d13a0a6cb2aeda76f8635384340'; \
          BINARY_URL='https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_aarch64_linux_hotspot_16.0.2_7.tar.gz'; \
          ;; \
+       armhf|arm) \
+         ESUM='7721ef81416af8122a28448f3d661eb4bda40a9f78d400e4ecc55b58e627a00c'; \
+         BINARY_URL='https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_arm_linux_hotspot_16.0.2_7.tar.gz'; \
+         ;; \
        ppc64el|powerpc:common64) \
          ESUM='36ebe6c72f2fc19b8b17371f731390e15fa3aab08c28b55b9a8b71d0a578adc9'; \
          BINARY_URL='https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_ppc64le_linux_hotspot_16.0.2_7.tar.gz'; \

Relevant Maintainers:

@tianon
Copy link
Member

tianon commented Oct 19, 2021

Ah, new CI failure is due to #11071 -- to fix it, you'll want to add GitFetch: refs/heads/main right after GitRepo:. 👍

@tianon tianon merged commit 8518cd1 into docker-library:master Oct 19, 2021
@gdams gdams deleted the patch-7 branch October 19, 2021 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants