diff options
author | Omar Padron <omar.padron@kitware.com> | 2018-10-26 13:15:05 -0400 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-10-26 10:15:05 -0700 |
commit | aa1c814c7592c9e71f564181af3a8f2a115bd304 (patch) | |
tree | 7071718f8c473e9393c28211ca5d17634e6c43aa /.dockerignore | |
parent | 734d903b0313e70f5d22959fdc34432643120d46 (diff) | |
download | spack-aa1c814c7592c9e71f564181af3a8f2a115bd304.tar.gz spack-aa1c814c7592c9e71f564181af3a8f2a115bd304.tar.bz2 spack-aa1c814c7592c9e71f564181af3a8f2a115bd304.tar.xz spack-aa1c814c7592c9e71f564181af3a8f2a115bd304.zip |
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
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000000..7dc5a44b2e --- /dev/null +++ b/.dockerignore @@ -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 |