first commit
This commit is contained in:
commit
2cc04b793b
4
Dockerfile
Normal file
4
Dockerfile
Normal 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
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# docker-archiso-build
|
||||
|
||||
a docker container use to build archlinux iso with drone CI
|
||||
|
||||
|
2
entrypoint.sh
Executable file
2
entrypoint.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
mkarchiso -v .
|
Loading…
Reference in New Issue
Block a user