From e56396cf81de10ec5a12fda0c43d6767dd8b1c28 Mon Sep 17 00:00:00 2001 From: Alejandro Visiedo Date: Thu, 11 Apr 2024 09:49:45 +0200 Subject: [PATCH] feat(HMS-3914): harden Dockerfile Add .podman .docker and .kube directories to .dockerignore Add '*.log' to the ignored files. Signed-off-by: Alejandro Visiedo --- .dockerignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.dockerignore b/.dockerignore index 2355d0d..aad80c9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,7 @@ +.podman +.docker +.kube + # Ignore /secrets directory content secrets @@ -10,4 +14,5 @@ config/bonfire.yaml .npm .cache .devcontainer +*.log