Skip to content

fix: use multi-arch index digest for eclipse-temurin:25-jre runtime stage#225

Merged
coopernetes merged 1 commit into
mainfrom
fix/dockerfile-jre-multiarch-digest
May 5, 2026
Merged

fix: use multi-arch index digest for eclipse-temurin:25-jre runtime stage#225
coopernetes merged 1 commit into
mainfrom
fix/dockerfile-jre-multiarch-digest

Conversation

@coopernetes
Copy link
Copy Markdown
Member

Summary

  • The eclipse-temurin:25-jre digest pinned in the runtime stage (5742cdb9) was a linux/amd64 single-platform manifest, not the OCI image index
  • This caused arm64 multi-arch builds to fail with Invalid ELF image for this architecture under QEMU emulation
  • Replaced with the image index digest (671061ae) so both amd64 and arm64 builds resolve the correct platform manifest

…tage

The previous digest (5742cdb9) was the linux/amd64 single-platform manifest
for eclipse-temurin:25-jre, causing arm64 multi-arch builds to fail with
"Invalid ELF image for this architecture" under QEMU emulation.

Replaced with the OCI image index digest (671061ae) which resolves to the
correct platform-specific manifest at build time.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coopernetes coopernetes enabled auto-merge May 5, 2026 17:47
@coopernetes coopernetes merged commit 40a0e83 into main May 5, 2026
16 checks passed
@coopernetes coopernetes deleted the fix/dockerfile-jre-multiarch-digest branch May 5, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant