[PR #23] [MERGED] fix(techdocs-builder): replace eclipse-temurin alpine with jammy for ARM64 support #19
Labels
No labels
pull-request
released
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/infrastructure#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/infrastructure/pull/23
Author: @Copilot
Created: 5/30/2026
Status: ✅ Merged
Merged: 5/30/2026
Merged by: @Ryangr0
Base:
main← Head:copilot/fix-github-actions-docker-build-push📝 Commits (2)
113ec18Initial plane65b432fix(techdocs-builder): switch eclipse-temurin from alpine to jammy for ARM64 multi-platform support📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
ops/docker/techdocs-builder/Dockerfile(+2 -2)📄 Description
eclipse-temurin:11.0.31_11-jre-alpineonly publishes anamd64manifest — noarm64variant exists for Temurin JRE 11 on Alpine. The multi-platform build (linux/amd64,linux/arm64) was failing immediately withno match for platform in manifest: not found.Changes
ops/docker/techdocs-builder/Dockerfileeclipse-temurin:11.0.31_11-jre-alpine→eclipse-temurin:11.0.31_11-jre-jammy(Ubuntu Jammy), which shipsamd64,arm64,arm,ppc64le,s390xapk add --no-cache curlwithapt-get installequivalentThe
openjdkstage is only used to downloadplantuml.jarand create the wrapper script; no logic changes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.