Skip to content

Docker images to build Ubuntu image with jdk18 available.

Notifications You must be signed in to change notification settings

Laucsen/ubuntu-jdk18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Ubuntu images with jdk18 ready to work

With this image you can run your JAVA applications using jdk18. It is built used tag version of Ubuntu.

Quick reference

With thiw image, you can use commands like this:

FROM diegolaucsen/ubuntu-jdk18:20.04

COPY target/*.war /app.war

ENTRYPOINT ["java","-jar","/app.war"]

Available Tags

Read more

About

Docker images to build Ubuntu image with jdk18 available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published