From 2075bb19ade4038973de620260b7c65686d12c9a Mon Sep 17 00:00:00 2001 From: Alejandro Visiedo Date: Wed, 10 Apr 2024 11:56:28 +0200 Subject: [PATCH] fix(HMS-3914): harden dockerfile Add .docker .podman and .kube to the list of ignored files for the build context of the container image. Signed-off-by: Alejandro Visiedo Co-authored-by: Christian Heimes --- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.dockerignore b/.dockerignore index bcdfadea..7b39cd8e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,7 @@ +.podman +.docker +.kube + .DS_Store .cicd_bootstrap.sh secrets