[PATCH 1/1] .dockerignore: remove .git/ from build context

We do not need .git in the build context.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .dockerignore
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..bbaab15 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +# ignore .git folder +.git -- 2.25.0

On Fri, Feb 21, 2020 at 12:14 PM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
We do not need .git in the build context.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
.dockerignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .dockerignore
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On Fri, Feb 21, 2020 at 05:13:51AM +0100, Heinrich Schuchardt wrote:
We do not need .git in the build context.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to gitlab-ci-runner/master, thanks!
participants (3)
-
Bin Meng
-
Heinrich Schuchardt
-
Tom Rini