The official Apache Maven docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Apache Maven docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
Learn more on Apache Maven website.
The tag of each maven docker image is consist of the version of maven and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 3.6.3-oe2403sp1 | Apache Maven 3.6.3 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 3.6.3-oe2403sp4 | Apache Maven 3.6.3 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/maven image from docker
docker pull openeuler/maven:{Tag}
Start a maven instance to build a project
docker run -it --rm -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven openeuler/maven:{Tag} mvn clean install
Content type
Image
Digest
sha256:804b47b5e…
Size
282.4 MB
Last updated
2 months ago
docker pull openeuler/mavenPulls:
11
Last week