Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dockerignore: exclude kola_temp directory
I ran into a gnarly error building the image locally when I had a `mantle/_kola_temp` directory present. The tail of the message: `error generating tar header for /mantle/_kola_temp/agent.1924868 (): archive/tar: sockets not supported` Using dockerignore to exclude the directory prevents this error from being encountered.
- Loading branch information