Skip to content

Comments

OpenJDK with Eclipse Temurin JRE 17#103

Open
alexperezortuno wants to merge 1 commit intodwisiswant0:masterfrom
alexperezortuno:master
Open

OpenJDK with Eclipse Temurin JRE 17#103
alexperezortuno wants to merge 1 commit intodwisiswant0:masterfrom
alexperezortuno:master

Conversation

@alexperezortuno
Copy link

fix: replace OpenJDK with Eclipse Temurin JRE 17

  • OpenJDK packages are no longer available in python:3-slim base image repositories
  • Migrated to Eclipse Temurin (Adoptium) as the official recommended JDK distribution
  • Download and install Temurin JRE 17 directly from GitHub releases
  • Configure JAVA_HOME and PATH environment variables

This fixes the 'exit code: 100' error when building the Docker image.


# Install dependencies
RUN apt-get update && \
apt-get install -y openjdk-17-jre-headless && \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about simplifying the whole thing to default-jdk-headless?

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.

2 participants