Sign inSign up

openeuler/jetty

Sponsored OSS

By openeuler

Updated 3 days ago

Image
0

5.0K

openeuler/jetty repository overview

Quick reference

Jetty | openEuler

Current jetty docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine. Jetty's goal is to support web protocols (HTTP/1, HTTP/2, HTTP/3, WebSocket, etc.) in a high volume low latency way that provides maximum performance while retaining the ease of use and compatibility with years of Servlet development.

Learn more about Jetty on Jetty documentation⁠.

The tag of each jetty docker image is consist of the version of jetty and the version of basic image. The details are as follows

TagCurrentlyArchitectures
12.1.13-oe2403sp4jetty 12.1.13 on openEuler 24.03-LTS-SP4amd64, arm64
12.1.9-oe2403sp4jetty 12.1.9 on openEuler 24.03-LTS-SP4amd64, arm64
12.1.9-oe2403sp3jetty 12.1.9 on openEuler 24.03-LTS-SP3amd64, arm64
12.1.6-oe2403sp3jetty 12.1.6 on openEuler 24.03-LTS-SP3amd64, arm64
12.1.1-oe2403sp2Jetty 12.1.1 on openEuler 24.03-LTS-SP2amd64, arm64
12.1.0-oe2403sp2Jetty 12.1.0 on openEuler 24.03-LTS-SP2amd64, arm64
12.0.21-oe2403sp1Jetty 12.0.21 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/jetty image from docker

    docker pull openeuler/jetty:{Tag}
    
  • Start a jetty instance

    docker run -d --name my-jetty -p 8080:8080 openeuler/jetty:{Tag}
    

    After the instance my-jetty is started, access the jetty service through http://host-ip:8080.

  • Deployment

    • Webapps can be deployed under /var/lib/jetty/webapps in the usual ways (WAR file, exploded WAR directory, or context XML file).
    • There is a collection of examples of how to use various features present in the Eclipse Jetty server and Eclipse Jetty client.

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:a5f752518

Size

336 MB

Last updated

3 days ago

docker pull openeuler/jetty

This week's pulls

Pulls:

10

Aug 31 to Sep 6