Skip to content

Commit 14a30f9

Browse files
add .dockerignore to reduce docker layers during build
1 parent a7ff50e commit 14a30f9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.dockerignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.git
2+
.github
3+
docs
4+
default.etcd
5+
*.gz
6+
*.tar.gz
7+
*.bzip2
8+
*.zip
9+
dist/

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ kubectl-directpv
77
!kubectl-directpv/
88
vdb.xml
99
drives.yaml
10+
kubectl-*
11+
dist/

0 commit comments

Comments
 (0)