Skip to content

Commit dff79ef

Browse files
miabbottopenshift-merge-robot
authored andcommittedDec 10, 2020
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.
1 parent 1adbb0b commit dff79ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# kola_temp can include socket files that the build process does not like
2+
/mantle/_kola_temp

0 commit comments

Comments
 (0)