Sign inSign up

openeuler/glassfish

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.9K

openeuler/glassfish repository overview

Quick reference

GlassFish | 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

TagCurrentlyArchitectures
710-20250515-before-cpenv-oe2403sp4glassfish 710-20250515-before-cpenv on openEuler 24.03-LTS-SP4amd64, arm64
710-20250515-before-cpenv-oe2403sp3glassfish 710-20250515-before-cpenv on openEuler 24.03-LTS-SP3amd64, arm64
7.0.23-oe2403sp1GlassFish 7.0.23 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

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
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:3459fdcea

Size

6.4 GB

Last updated

2 months ago

docker pull openeuler/glassfish

This week's pulls

Pulls:

9

Last week