github.com/terraform-modules-krish/terratest@v0.29.0/test-docker-images/gruntwork-amazon-linux-test/README.md (about) 1 # Gruntwork Amazon-Linux-Test Docker Image 2 3 The purpose of this Docker image is to provide a pre-built Amazon Linux Docker image that has most of the libraries 4 we would expect to be installed on the Amazon Linux AMI that would run in AWS. For example, we'd expect `sudo` in AWS, 5 but it doesn't exist by default in Docker `amazonlinux:latest`. 6 7 ### Building and Pushing a New Docker Image to Docker Hub 8 9 This Docker image should publicly accessible via Docker Hub at https://hub.docker.com/r/gruntwork/amazonlinux-test/. To build and 10 upload it: 11 12 1. `docker build -t gruntwork/amazon-linux-test:2017.12 .` 13 1. `docker push gruntwork/amazon-linux-test:2017.12` 14