The official Spring Framework docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Spring Framework docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.
Learn more about Spring Framework on Spring Framework Website.
The tag of each spring-framework docker image is consist of the version of spring-framework and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 7.0.9-oe2403sp4 | spring-framework 7.0.9 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 7.0.3-oe2403sp4 | spring 7.0.3 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 7.0.3-oe2403sp3 | spring 7.0.3 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 6.2.11-oe2403sp2 | spring 6.2.11 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 6.2.6-oe2403sp1 | Spring Framework 6.2.6 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 6.2.10-oe2403sp2 | Spring Framework 6.2.10 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/spring-framework image from docker
docker pull openeuler/spring-framework:{Tag}
Start a spring-framework instance
docker run --rm openeuler/spring-framework:{Tag}
If instance started successfully you will receive a "Hello, Spring Framework!" reply.
To get an interactive shell
docker run -it --rm openeuler/spring-framework:{Tag} 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:a208f0cba…
Size
287.6 MB
Last updated
3 days ago
docker pull openeuler/spring-frameworkPulls:
24
Last week