github.com/terraform-modules-krish/terratest@v0.29.0/test-docker-images/gruntwork-ubuntu-test/README.md (about)

     1  # Gruntwork Ubuntu-Test Docker Image
     2  
     3  The purpose of this Docker image is to provide a pre-built Ubuntu 18.04 Docker image that has most of the libraries
     4  we would expect to be installed on the Ubuntu 18.04 AMI that would run in AWS. For example, we'd expect `curl` in AWS,
     5  but it doesn't exist by default in Docker `ubuntu:18.04`.
     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/ubuntu-test/. To build and
    10  upload it:
    11  
    12  1. `docker build -t gruntwork/ubuntu-test:18.04 .`
    13  1. `docker push gruntwork/ubuntu-test:18.04`
    14