summaryrefslogtreecommitdiff
path: root/.dockerignore
AgeCommit message (Collapse)AuthorFilesLines
2021-05-17Docker: ignore var/spack/cache (source caches) when creating container (#23329)Wouter Deconinck1-1/+1
2018-12-20fix multiple issues with the docker images (#9718)Omar Padron1-6/+11
- fixed an issue where some undesirable parts of the spack source tree were being copied into the image context. - added a workaround for a tty ioctl warning on ubuntu - adjusted how the main images are built so that `RUN spack ...` works automatically for child images that base themselves on them.
2018-10-26docker: unite Dockerfiles; auto-deploy images to DockerHub (#9329)Omar Padron1-0/+6
* 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