Commit 40a0e83
authored
fix: use multi-arch index digest for eclipse-temurin:25-jre runtime stage (#225)
## 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 manifest1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments