An open API service indexing awesome lists of open source software.

https://github.com/qaware/distroless-java-payara-micro

Custom Docker images that combines Google Distroless Java Image + Payara Micro.
https://github.com/qaware/distroless-java-payara-micro

distroless hacktoberfest openjdk payara payara-micro

Last synced: 3 months ago
JSON representation

Custom Docker images that combines Google Distroless Java Image + Payara Micro.

Awesome Lists containing this project

README

          

# Distroless OpenJDK with Payara Micro

Custom Docker images that combine the Google Distroless Java Image and Payara Micro. The images are published on Docker Hub here: https://hub.docker.com/r/qaware/distroless-java-payara-micro/

All the images are tuned for Docker usage, especially concerning the CPU, RAM and thus JVM heap usage.
```
docker run -it --rm --cpus 1 --memory 640m qaware/distroless-java-payara-micro:java8-5.201
```

For more information about Payara Server and Payara Micro have a look at the documentation: https://payara.gitbooks.io/payara-server/content/

For more information and detaials about the individual release versions have a look at the release notes as well as the Github releases pages: https://github.com/payara/Payara/releases

# Maintainer

M.-Leander Reimer (@lreimer),

# License

This software is provided under the Apache License, Version 2.0, read the `LICENSE` file for details.