mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-07 03:07:24 +01:00
updated to 0.14.17
This commit is contained in:
parent
479d7e2fe1
commit
c119b077c8
@ -4,8 +4,8 @@ MAINTAINER https://github.com/dtandersen/docker_factorio_server
|
|||||||
|
|
||||||
COPY ./factorio.crt /opt/factorio.crt
|
COPY ./factorio.crt /opt/factorio.crt
|
||||||
|
|
||||||
ENV VERSION=0.14.16 \
|
ENV VERSION=0.14.17 \
|
||||||
SHA1=e27c658bf8a7579b662a1c34815daa223e57bc90
|
SHA1=ffb248fabed345aafadb6a8cdef3684312ac240f
|
||||||
|
|
||||||
RUN apk --update --no-cache add bash curl && \
|
RUN apk --update --no-cache add bash curl && \
|
||||||
curl -sSL --cacert /opt/factorio.crt \
|
curl -sSL --cacert /opt/factorio.crt \
|
||||||
|
0
0.14/build.sh
Normal file → Executable file
0
0.14/build.sh
Normal file → Executable file
0
0.14/docker-entrypoint.sh
Normal file → Executable file
0
0.14/docker-entrypoint.sh
Normal file → Executable file
5
0.14/run.sh
Normal file → Executable file
5
0.14/run.sh
Normal file → Executable file
@ -1,8 +1,3 @@
|
|||||||
#mkdir -p /tmp/factorio/config
|
|
||||||
#mkdir -p /tmp/factorio/mods
|
|
||||||
#mkdir -p /tmp/factorio/saves
|
|
||||||
#cp -n server-settings.example.json /tmp/factorio/config/server-settings.json
|
|
||||||
#cp -n map-gen-settings.example.json /tmp/factorio/config/map-gen-settings.json
|
|
||||||
sudo docker run --rm -it \
|
sudo docker run --rm -it \
|
||||||
-v /tmp/factorio:/factorio \
|
-v /tmp/factorio:/factorio \
|
||||||
--name factorio \
|
--name factorio \
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Factorio [![Docker Pulls](https://img.shields.io/docker/pulls/dtandersen/factorio.svg)](https://hub.docker.com/r/dtandersen/factorio/) [![Docker Stars](https://img.shields.io/docker/stars/dtandersen/factorio.svg)](https://hub.docker.com/r/dtandersen/factorio/)
|
# Factorio [![Docker Pulls](https://img.shields.io/docker/pulls/dtandersen/factorio.svg)](https://hub.docker.com/r/dtandersen/factorio/) [![Docker Stars](https://img.shields.io/docker/stars/dtandersen/factorio.svg)](https://hub.docker.com/r/dtandersen/factorio/)
|
||||||
|
|
||||||
* `0.14.16`, `0.14`, `latest` [(0.14.16/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/0.14.16/Dockerfile)
|
* `0.14.17`, `0.14`, `latest` [(0.14.17/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/0.14.17/Dockerfile)
|
||||||
|
* `0.14.16` [(0.14.16/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/0.14.16/Dockerfile)
|
||||||
|
|
||||||
|
|
||||||
# What is Factorio?
|
# What is Factorio?
|
||||||
|
Loading…
Reference in New Issue
Block a user