[PR #16] [MERGED] fix(techdocs-builder): replace EOL openjdk:11-buster with eclipse-temurin:11-alpine #28
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#28
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/16
Author: @Copilot
Created: 5/30/2026
Status: ✅ Merged
Merged: 5/30/2026
Merged by: @Ryangr0
Base:
main← Head:copilot/fix-docker-build-push-job-failure📝 Commits (2)
dc29ba7Initial planbc2611efix(techdocs-builder): replace EOL openjdk:11-buster with eclipse-temurin:11-alpine📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
ops/docker/techdocs-builder/Dockerfile(+2 -2)📄 Description
openjdk:11.0.11-jre-slimis based on Debian Buster (EOL) — its apt repos no longer publish Release files, breakingapt-get updateon bothlinux/amd64andlinux/arm64. The arm64 build also fails at the QEMU emulation layer with the old image format.Changes
ops/docker/techdocs-builder/Dockerfileopenjdk:11.0.11-jre-slim(Debian Buster) witheclipse-temurin:11.0.31_11-jre-alpine— the recommended successor to deprecatedopenjdkDocker Hub images, Alpine-based, actively maintained, with properlinux/arm64supportapt-gettoapk:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.