Skip to content

Commit 45addf4

Browse files
Ignore all files for build context
Prevents creation of additional build images. Works with buildah as it parses .dockerignore if .containerignore is not present
1 parent 18a53fd commit 45addf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore everything for build image step, /code is passed via a volume
2+
*

0 commit comments

Comments
 (0)