An open API service indexing awesome lists of open source software.

https://github.com/adamatti/docker-multistage-with-test

Sample using docker multistage build with tests
https://github.com/adamatti/docker-multistage-with-test

docker gradle groovy java jvm spock-framework

Last synced: 3 months ago
JSON representation

Sample using docker multistage build with tests

Awesome Lists containing this project

README

          

Sample using https://docs.docker.com/develop/develop-images/multistage-build[multistage build] with tests. +
Check tasks and commands on Makefile.

#### Why?

We are studying / discussing what would be better: different docker files for prod / test or put in the same file using https://docs.docker.com/develop/develop-images/multistage-build[multistage build].

#### Stack:

* https://gradle.org/[Gradle]
* http://groovy-lang.org/[Groovy]
* http://spockframework.org/[Spock]
* https://www.docker.com/[Docker]