docker: unite Dockerfiles; auto-deploy images to DockerHub (#9329)

* Unite Dockerfiles - add build/run/push scripts
* update docker documentation
* update .travis.yml
* switch to using a preprocessor on Dockerfiles
* skip building docker images on pull requests
* update files with copyright info
* tweak when travis builds for docker files are done
This commit is contained in:
Omar Padron
2018-10-26 13:15:05 -04:00
committed by Todd Gamblin
parent 734d903b03
commit aa1c814c75
27 changed files with 483 additions and 418 deletions

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
.git
opt/spack
share/spack/docker/Dockerfile
share/spack/docker/build-image.sh
share/spack/docker/run-image.sh
share/spack/docker/push-image.sh