Skip to content

NFhbar/docker-terratest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terratest Dockerfile

CircleCI

This repo contains a Docker image used to test AWS resources with Terratest, it includes:

The image is hosted here.

How to use

Tests

The image is tested using Google's Container Structure Test.

To run the tests, build the image locally first then run:

$ docker run -v /var/run/docker.sock:/var/run/docker.sock \
         -v ${PWD}:/src:ro gcr.io/gcp-runtimes/container-structure-test:latest \
         test --image docker-terratest \
         --config /src/tests/test_config.yaml

Versioning

The image is built and pushed to Dockerhub by CircleCI on changes to the master branch.

Releases

No releases published

Packages

No packages published