Skip to content

fix: Use correct Docker base image for Java 17#24

Merged
thesurenk merged 2 commits into
mainfrom
dockerfile-updates
Oct 1, 2025
Merged

fix: Use correct Docker base image for Java 17#24
thesurenk merged 2 commits into
mainfrom
dockerfile-updates

Conversation

@thesurenk

Copy link
Copy Markdown
Collaborator
  • Change from openjdk:17-jre-slim (doesn't exist) to eclipse-temurin:17-jre
  • Eclipse Temurin is the official OpenJDK distribution
  • More reliable and actively maintained
  • Supports both linux/amd64 and linux/arm64 platforms

- Change from openjdk:17-jre-slim (doesn't exist) to eclipse-temurin:17-jre
- Eclipse Temurin is the official OpenJDK distribution
- More reliable and actively maintained
- Supports both linux/amd64 and linux/arm64 platforms
- Copy only specific basicauthentication files instead of entire project
- Copy pom.xml, src/, and ui.resources/ individually
- Avoid copying unnecessary project files and other examples
- Faster build context and more efficient Docker layers
- Focused on single example deployment
@thesurenk thesurenk merged commit 78d9b34 into main Oct 1, 2025
1 check failed
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