Skip to content

Simple example of running goss tests in the second stage of a multi-stage Dockerfile

Notifications You must be signed in to change notification settings

alangibson01/testing-in-multistage-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

testing-in-multistage-dockerfile

In situations where there's no access to the Docker socket, it's not possible to run goss tests through the dgoss utility.

In this example, the second stage of a multi-stage Dockerfile is used to download and install goss, then start up the application and run the goss tests against it.

About

Simple example of running goss tests in the second stage of a multi-stage Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published