fix multiple issues with the docker images (#9718)
- 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.
Showing
- .dockerignore 11 additions, 6 deletions.dockerignore
- share/spack/docker/Dockerfile 14 additions, 2 deletionsshare/spack/docker/Dockerfile
- share/spack/docker/entrypoint.bash 2 additions, 0 deletionsshare/spack/docker/entrypoint.bash
- share/spack/docker/handle-prompt.sh 4 additions, 0 deletionsshare/spack/docker/handle-prompt.sh
- share/spack/docker/handle-ssh.sh 4 additions, 0 deletionsshare/spack/docker/handle-ssh.sh
Please register or sign in to comment