The official Jetty docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, 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
| Tag | Currently | Architectures |
|---|---|---|
| 12.1.13-oe2403sp4 | jetty 12.1.13 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 12.1.9-oe2403sp4 | jetty 12.1.9 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 12.1.9-oe2403sp3 | jetty 12.1.9 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 12.1.6-oe2403sp3 | jetty 12.1.6 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 12.1.1-oe2403sp2 | Jetty 12.1.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 12.1.0-oe2403sp2 | Jetty 12.1.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 12.0.21-oe2403sp1 | Jetty 12.0.21 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
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
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:a5f752518…
Size
336 MB
Last updated
3 days ago
docker pull openeuler/jettyPulls:
10
Aug 31 to Sep 6