Base Alpine image to which I added the openjdk8 package from Alpine's Community repository.
I tested this JVM with a basic Spring Boot application and it seems to work.
Dockerfile:
FROM lyderic/base
MAINTAINER lyderic <[email protected]>
RUN apk update
RUN apk add openjdk8
Content type
Image
Digest
Size
51.8 MB
Last updated
over 10 years ago
docker pull lyderic/java