commit 2cc04b793b75b35782459f86e71cc225278ffee4 Author: vincent Date: Sat Jul 10 19:08:50 2021 +0200 first commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f774b29 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +from archlinux:latest +RUN pacman -Sy git archiso --noconfirm +ADD entrypoint.sh / +ENTRYPOINT ["/entrypoint.sh"] diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e1cf21 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# docker-archiso-build + +a docker container use to build archlinux iso with drone CI + + diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100755 index 0000000..1797523 --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,2 @@ +#!/bin/bash +mkarchiso -v .