Commit a1b60a7
Fix registry Docker image: upgrade JRE from 8 to 11
The Maven pom has maven.compiler.target=11, producing class file version
55 (Java 11). The old base image frolvlad/alpine-java:jdk8-slim runs
Java 8, which only supports class file versions up to 52. This caused
an UnsupportedClassVersionError on every registry container start,
making port 8081 permanently inaccessible in CI.
Switch to eclipse-temurin:11-jre-alpine which is a well-maintained
JRE 11 Alpine image and matches the compiler target.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 67c3651 commit a1b60a7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments