mirror of
https://github.com/luzifer-docker/factorio.git
synced 2024-11-08 06:40:02 +00:00
Add ACImage builder
This commit is contained in:
parent
14611dc2a4
commit
b031838426
3 changed files with 15 additions and 1 deletions
11
.repo-runner.yaml
Normal file
11
.repo-runner.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
image: "quay.io/luzifer/repo-runner-image"
|
||||||
|
checkout_dir: /src/factorio
|
||||||
|
|
||||||
|
commands:
|
||||||
|
- make ci
|
||||||
|
|
||||||
|
environment:
|
||||||
|
GHUSER: luzifer-docker
|
||||||
|
|
|
@ -4,7 +4,6 @@ ENV FACTORIO_SERVER_VERSION 0.14.21
|
||||||
|
|
||||||
ENTRYPOINT ["/opt/defaults/start.sh"]
|
ENTRYPOINT ["/opt/defaults/start.sh"]
|
||||||
EXPOSE 34197/udp
|
EXPOSE 34197/udp
|
||||||
CMD ["help"]
|
|
||||||
|
|
||||||
ADD https://www.factorio.com/get-download/${FACTORIO_SERVER_VERSION}/headless/linux64 /tmp/factorio.tgz
|
ADD https://www.factorio.com/get-download/${FACTORIO_SERVER_VERSION}/headless/linux64 /tmp/factorio.tgz
|
||||||
ADD . /opt/defaults
|
ADD . /opt/defaults
|
||||||
|
|
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
ci:
|
||||||
|
curl -sSLo docker2aci.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/docker2aci.sh
|
||||||
|
bash docker2aci.sh
|
||||||
|
|
Loading…
Reference in a new issue