docker-maven
docker-maven copied to clipboard
Official Docker image with Maven
When you run Maven with empty local repo, it looks like Maven sleeps but it downloads plugins in the background. Having new images e.g. `3.6.2-jdk-14-prefetched` would speed up the start...
My problem appear when I try to `maven package` with docker-maven `maven:3.6.3-jdk-8` ``` FROM maven:3.6.3-jdk-8 AS MAVEN_TOOL_CHAIN WORKDIR /tmp/ COPY src /tmp/src RUN mvn package ``` So after success, I...
TL;DR: when `/usr/share/maven/ref` directory is heavily populated, even if `/root/.m2` is empty, the script `mvn-entrypoint.sh` will copy Maven artifacts one-by-one using sub-shell ("the slow way"), not by using `cp -r`...
### i use the java8 dockerfile to build across the problem the mvn-entrypoint.sh has error > /bin/sh: 0: Illegal option - I hope you can take a look thanks
Hi, I am using maven:3.6-jdk-8-slim to build a project as the first stage of a multi stage docker build on gitlabee CI/CD. I configured the http(s) proxy in multiple ways...
Jenkins uses container images such as this as build agents. Jenkins partially spoofs the "jenkins" user by setting the UID and passing along environmental variables. This image would be more...
#53 highlights the potential for wide spread disaster if something is broken in an important, fundamental base image such as this. I would humbly suggest that a fourth coordinate be...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.5.0 to 3.6.1. Release notes Sourced from docker/setup-buildx-action's releases. v3.6.1 Check for malformed docker context by @crazy-max in docker/setup-buildx-action#347 Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1 v3.6.0 Create temp docker context...
from eclipse-temurin-11 to eclipse-temurin-17 in preparation for maven 4
The images are mostly used for test, CI/CD, and for running apps. maybe git could be added while the [packages](https://github.com/carlossg/docker-maven/blob/9c50f1cadf8cafaa68e223fcb994f4c418c79a40/amazoncorretto-21/Dockerfile#L3) marked for removal are removed. I understand that anyone could...