docker-maven
docker-maven copied to clipboard
Official Docker image with Maven
Runs the container as user different from root for security reasons. See https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html#rule-2-set-a-user
Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from c9f3b9ab55d4711876053a7917f3311ee30366bf to 472edde1138d59aca53ff162fb8d996666d21e4a. Commits 472edde fix version in description 074fae4 update readme 44438e5 Merge pull request #7 from bats-core/auto-update-pre-commit-hooks 7f24de5 [create-pull-request] automated change See full diff in...
pom.xml has `${revision}` with a corresponding `0.0.9` in the `` section. Running `mvn clean package` from terminal and from within IntelliJ work fine. However same code building from Docker fails....
Hello, After today push of 3.9.6-eclipse-temurin-21, my Bitbucket Pipeline started failing when running ` export DOCKER_BUILDKIT=1 docker build ... ` The error ` ERROR: BuildKit is enabled but the buildx...
- 3.9.2-eclipse-temurin-8-alpine - 3.9.2-eclipse-temurin-8 - 3.9.2-amazoncorretto-8 - all has error handshake_failure when downloading CVE from https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json - 3.8.6 works fine when downloading CVE's
Latest images don't have `ssh` which is required by the `maven-release-plugin` I found the issue on `maven:3-eclipse-temurin-17`, but I spot checked several others and each had the same issue. ```...
we are trying with running maven container inside openshift and getting this error since AUG 1 . we are using the image [3.3.6](maven:3.3.6 -openjdk-17) , then we also tried using...