Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qaware/zulu-centos-payara-micro
Custom Docker images that combines Zulu OpenJDK CoreOS with Payara Micro.
https://github.com/qaware/zulu-centos-payara-micro
centos docker hacktoberfest openjdk payara payara-micro zulu
Last synced: about 2 months ago
JSON representation
Custom Docker images that combines Zulu OpenJDK CoreOS with Payara Micro.
- Host: GitHub
- URL: https://github.com/qaware/zulu-centos-payara-micro
- Owner: qaware
- License: apache-2.0
- Created: 2018-03-22T21:05:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T15:32:42.000Z (about 2 years ago)
- Last Synced: 2023-08-12T15:51:06.185Z (over 1 year ago)
- Topics: centos, docker, hacktoberfest, openjdk, payara, payara-micro, zulu
- Language: Dockerfile
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zulu OpenJDK on CentOS with Payara Micro
Custom Docker images that combine Zulu OpenJDK on CoreOS with Payara Micro. The images are published on Docker Hub here: https://hub.docker.com/r/qaware/zulu-centos-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/zulu-centos-payara-micro:8u212-5.192
```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.