Skip to content

Commit

Permalink
fix(HMS-3914): harden dockerfile
Browse files Browse the repository at this point in the history
Add .docker .podman and .kube to the list of ignored
files for the build context of the container image.

Signed-off-by: Alejandro Visiedo <[email protected]>
Co-authored-by: Christian Heimes <[email protected]>
  • Loading branch information
avisiedo and tiran committed Apr 25, 2024
1 parent d3c32ae commit 929d948
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.podman
.docker
.kube

.DS_Store
.cicd_bootstrap.sh
secrets
Expand Down

0 comments on commit 929d948

Please sign in to comment.