Skip to content

Align Eureka Docker base image with Java 17#57

Open
codingkiddo wants to merge 1 commit into
spring-cloud-samples:mainfrom
codingkiddo:fix/java17-docker-base-image
Open

Align Eureka Docker base image with Java 17#57
codingkiddo wants to merge 1 commit into
spring-cloud-samples:mainfrom
codingkiddo:fix/java17-docker-base-image

Conversation

@codingkiddo
Copy link
Copy Markdown

Summary

This change aligns the Docker Maven plugin base image with the project Java version.

The project is configured to use Java 17, but the Docker image configuration was still using a Java 8 runtime image. This updates the base image to eclipse-temurin:17-jre.

Verification

  • ./mvnw clean verify

Note

I did not use docker:build for verification because the project uses the legacy Spotify Docker Maven plugin, which fails on Apple Silicon due to native jffi architecture compatibility.

Signed-off-by: Vinod Kumar <vinodkumar@192.168.1.6>
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