docker-maven icon indicating copy to clipboard operation
docker-maven copied to clipboard

Official Docker image with Maven

Results 52 docker-maven issues
Sort by recently updated
recently updated
newest added

Hi, I have a project that requires JDK 17 on windows with maven (we're using 3.8.3). Any chance we can get a container with this combination?

https://maven.apache.org/resolver/maven-resolver-named-locks-redisson/index.html

Hello, I'm using 3-amazoncorretto-11 as a base image, and since the new Maven version (3.8.2) our build is broken with the following error (using mvn clean install): `[ERROR] Failed to...

below is my code.. It use to work earlier ... below is my dockerfile.. need help on it.. FROM maven:3.6.3-jdk-8 # Firefox ARG FIREFOX_VERSION=72.0 RUN apt-get update -qqy \ &&...

Anyone else have been having issues using the docker container to connect to maven central ? I use 3.8.2-jdk8 (linux/amd64) and recently I get: ``` PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:...

https://security-tracker.debian.org/tracker/CVE-2021-3177

In the current documentation it explains usage with Docker: `docker run -it --rm --name my-maven-project -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven maven:3.3-jdk-8 mvn verify` Developers often use [Docker Compose](https://docs.docker.com/compose/) to save configurations...

This PR to docker/official-images https://github.com/docker-library/official-images/pull/9010 removed arm32v7 from Architectures for 3.6.3-adoptopenjdk-8 images. If I parsed the scripts in this repository correctly, they use same Architectures as adoptopenjdk Docker images. At...

Starting from today, the maven:3-jdk-8 image no longer contains the old deprecated RegExp classes and builds that used to work now generate compile errors: java.lang.NoClassDefFoundError: com/sun/org/apache/regexp/internal/RESyntaxException.

Hi, I just built a Java application using this docker image and it was successful ! But after finishing, I wanted to run the create image and check for the...