A docker image for Maven with AWS and ECS CLI tools.
This image has been used to build Java projects and to push them to AWS ECS containers. It can be useful especially for CI and CD systems.
If you want to mvn clean install
your Java project, CD where the pom.xml is located, then:
$ docker pull buddyactivities/maven-aws
$ docker run --rm buddyactivities/maven-aws clean install
For specific Java versions use: $ docker pull buddyactivities/maven-aws:jdk-13
Currently supported Java versions:
- JDK 13
maven (maven:3-jdk-13)