Skip to content

BUDDY-Activities/maven-aws-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-aws-docker

Build Status

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.

Example

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

Base image

maven (maven:3-jdk-13)

Additional packages

See: https://hub.docker.com/r/buddyactivities/maven-aws

About

A docker image for Maven with AWS and ECS CLI tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 63.5%
  • Dockerfile 36.5%