| commit | dea89845c31e86d838c8faedffd82a8c6357f95a | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.h@gmx.de> | Sun Mar 02 13:13:31 2025 +0100 |
| committer | Nico Huber <nico.h@gmx.de> | Wed Dec 17 20:50:57 2025 +0000 |
| tree | b71dcbc93249922e34d270c0a4b84d402e2b5b2c | |
| parent | a26907dc97c35d6e8c40a66542570332e4bf844e [diff] [blame] |
manibuilder: Prepare a `source' container from local repository Clone the local repository into a `mani/source' container. This can be copied during the build of our test containers, to avoid cloning over network. Change-Id: I28fea93f9f77aa4d41143046081f4c6fd743c12e Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/361
diff --git a/util/manibuilder/Dockerfile.source b/util/manibuilder/Dockerfile.source new file mode 100644 index 0000000..d8bf029 --- /dev/null +++ b/util/manibuilder/Dockerfile.source
@@ -0,0 +1,4 @@ +FROM scratch + +ARG SRC_TMP= +COPY ${SRC_TMP} /source