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
- Host: GitHub
- URL: https://github.com/adamatti/docker-multistage-with-test
- Owner: adamatti
- Created: 2019-02-01T15:54:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T16:42:09.000Z (over 7 years ago)
- Last Synced: 2025-03-12T17:50:11.308Z (over 1 year ago)
- Topics: docker, gradle, groovy, java, jvm, spock-framework
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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]