-
Notifications
You must be signed in to change notification settings - Fork 4
Home
David Matějček edited this page Aug 7, 2024
·
14 revisions
- Try Examples on our Wiki.
- Read Eclipse GlassFish Documentation
- Browse Eclipse GlassFish own tests
- They don't use the docker image, however these tests use similar principles.
- These tests use
glassfish-itest-tools
instead of docker. - Eclipse GlassFish Application Tests are covering application compatibility with GlassFish.
-
Eclipse GlassFish Admin Tests are covering usage of
asadmin
and the REST Admin Interface.
- Browse Jakarta EE resources
- GlassFish Mailing List for questions
- GlassFish GitHub for well defined and repeatable issues
- OmniFish Commercial Support for paid active help and other services
Eclipse GlassFish 6 contains many changes, however some of important start/stop issues were fixed with redesign and refactoring done for Eclipse GlassFish 7. Simply said, 6 is not ready for Docker.
Repository contains copy-pastes. The reason is that Docker Hub Container Image Library uses just and only Dockerfiles from this repository, but before we push them out, we already have to know that they are correct and we have to commit them. DockerHub then links its distribution image to the commit id in this repository.