With this image you can run your JAVA applications using jdk18. It is built used tag version of Ubuntu.
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"]