The official GlassFish docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current GlassFish docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Eclipse GlassFish is a Jakarta EE compatible implementation sponsored by the Eclipse Foundation.
Learn more about GlassFish on GlassFish Documentation.
The tag of each glassfish docker image is consist of the version of glassfish and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 710-20250515-before-cpenv-oe2403sp4 | glassfish 710-20250515-before-cpenv on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 710-20250515-before-cpenv-oe2403sp3 | glassfish 710-20250515-before-cpenv on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 7.0.23-oe2403sp1 | GlassFish 7.0.23 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/glassfish image from docker
docker pull openeuler/glassfish:{Tag}
Run with an interactive shell
You can also start the container with an interactive shell to use glassfish.
docker run -it --rm openeuler/glassfish:{Tag} bash
Start the GlassFish Server
To start the Eclipse GlassFish server, run the following command:
/glassfish/appserver/distributions/web/target/stage/glassfish7/bin/asadmin start-domai
Once the server is running, you can access the Admin Console at: http://localhost:4848.
Stop the GlassFish Server
To safely shut down the server, run:
/glassfish/appserver/distributions/web/target/stage/glassfish7/bin/asadmin stop-domain
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:3459fdcea…
Size
6.4 GB
Last updated
2 months ago
docker pull openeuler/glassfishPulls:
9
Last week