From c6f32e5b0823fd08ec905198ae75efe247b4d2c6 Mon Sep 17 00:00:00 2001 From: Blake Pettersson Date: Sat, 25 Feb 2023 12:19:19 +0100 Subject: [PATCH] chore: slim down production image Add a bunch of directories to `.dockerignore` which are not required within the production image. Signed-off-by: Blake Pettersson --- .dockerignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.dockerignore b/.dockerignore index 4bb2469b09e25..73e8d5bf73f4e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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 \ No newline at end of file