mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
chore: slim down production image (#12620)
Add a bunch of directories to `.dockerignore` which are not required within the production image. Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
This commit is contained in:
parent
05f5e63459
commit
7b7c5aeeb2
1 changed files with 12 additions and 0 deletions
|
|
@ -11,3 +11,15 @@ cmd/**/debug
|
|||
debug.test
|
||||
coverage.out
|
||||
ui/node_modules/
|
||||
test-results/
|
||||
test/
|
||||
manifests/
|
||||
hack/
|
||||
docs/
|
||||
examples/
|
||||
.github/
|
||||
!hack/installers
|
||||
!hack/gpg-wrapper.sh
|
||||
!hack/git-verify-wrapper.sh
|
||||
!hack/tool-versions.sh
|
||||
!hack/install.sh
|
||||
Loading…
Reference in a new issue