Sign inSign up

openeuler/maven

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

3.5K

openeuler/maven repository overview

Quick reference

Apache Maven | 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

TagCurrentlyArchitectures
3.6.3-oe2403sp1Apache Maven 3.6.3 on openEuler 24.03-LTS-SP1amd64, arm64
3.6.3-oe2403sp4Apache Maven 3.6.3 on openEuler 24.03-LTS-SP4amd64, arm64

Usage

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
    

Tag summary

Content type

Image

Digest

sha256:804b47b5e

Size

282.4 MB

Last updated

2 months ago

docker pull openeuler/maven

This week's pulls

Pulls:

11

Last week