first commit

This commit is contained in:
vincent 2021-07-10 19:08:50 +02:00
commit 2cc04b793b
3 changed files with 11 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
from archlinux:latest
RUN pacman -Sy git archiso --noconfirm
ADD entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# docker-archiso-build
a docker container use to build archlinux iso with drone CI

2
entrypoint.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
mkarchiso -v .