Merge pull request #5552 from ferringb/dockerignore

add a dockerignore
This commit is contained in:
Michael Eischer
2025-11-16 12:00:52 +01:00
committed by GitHub

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
# Actual layer caching is impossible due to .git, but
# that must be included for provenance reasons. These ignores
# are strictly for hygenic build.
*
!/*.go
!/go.*
!/cmd/*
!/internal/*
!/helpers/*
!/VERSION
!/.git/