Docker Images for building JDK projects with AWS CLI
- Uses Ubuntu 18.04 Packages:
 - openjdk-{8|11}-jdk-headless
 - maven
 - awscli
 - git
 
Images can be pulled from Dockerhub
e.g:
Java 8:
docker pull adityashop101/docker-jdk-utils:jdk-8
Java 11:
docker pull adityashop101/docker-jdk-utils:jdk-11