The official OpenJDK docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current OpenJDK docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
The place to collaborate on an open-source implementation of the Java Platform, Standard Edition, and related projects.
Learn more about OpenJDK on the [https://openjdk.org/).
The tag of each openjdk docker image is consist of the version of openjdk and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 23_13-oe2403sp4 | OpenJDK 23+13 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 23_13-oe2203sp3 | OpenJDK 23+13 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/openjdk image from docker
docker pull openeuler/openjdk:{Tag}
Start a openjdk instance
docker run -it --name my-openjdk openeuler/openjdk:{Tag}
View container running logs
docker logs -f my-openjdk
To get an interactive shell
docker exec -it my-openjdk /bin/bash
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:0fbbf834c…
Size
261.2 MB
Last updated
over 2 years ago
docker pull openeuler/openjdk:23_13-oe2203sp3Pulls:
1
Last week