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.
- Host: GitHub
- URL: https://github.com/qaware/distroless-java-payara-micro
- Owner: qaware
- License: apache-2.0
- Created: 2020-04-12T13:39:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T15:40:30.000Z (about 3 years ago)
- Last Synced: 2025-04-09T17:05:58.872Z (9 months ago)
- Topics: distroless, hacktoberfest, openjdk, payara, payara-micro
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.