commit | 3769438f19efc6d335b34d3fb78075bf297e3da4 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Apr 02 21:11:31 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Apr 02 21:11:31 2024 -0400 |
tree | 4d1a2c684490e310a1b7e3da32fb1a35d90707f2 | |
parent | d206f5d201688ab3ea96c8a4b8331a58e3986769 [diff] |
ci: add image build jobs (#1051) Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/images/git/Dockerfile b/images/git/Dockerfile new file mode 100644 index 0000000..af8b7e4 --- /dev/null +++ b/images/git/Dockerfile
@@ -0,0 +1,2 @@ +FROM alpine/git:latest +WORKDIR /src