Sign inSign up

lyderic/java

By lyderic

Updated over 10 years ago

OpenJDK 8

Image
0

10K+

lyderic/java repository overview

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

Tag summary

Content type

Image

Digest

Size

51.8 MB

Last updated

over 10 years ago

docker pull lyderic/java