logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: e4523abe49880cae1bfe7b2508571afcc243b10f
parent 492aea83f8c68452d13c9174dbd20fb4c64e9c38
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 19 Mar 2019 14:10:43 -0700

Ignore source checkouts in .dockerignore

Docker Hub clones with --recursive, which seems to set absolute
paths in pkg/*/src/.git, causing `git submodule update` to fail.

Diffstat:

M.dockerignore2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.dockerignore b/.dockerignore @@ -1 +1,3 @@ out +pkg/**/src +pkg/**/fetch