mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-05 00:18:21 +02:00
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
a459aeaf6e | |||
0baaa7b76c | |||
acd32abdc5 | |||
ac19dc2e33 | |||
fff8bec4c2 | |||
702d22a8c0 | |||
99969df99d | |||
223faba61f | |||
d245b75420 | |||
7b70d806ad |
@ -2,8 +2,8 @@ FROM frolvlad/alpine-glibc:alpine-3.4
|
|||||||
|
|
||||||
MAINTAINER https://github.com/dtandersen/docker_factorio_server
|
MAINTAINER https://github.com/dtandersen/docker_factorio_server
|
||||||
|
|
||||||
ENV VERSION=0.14.19 \
|
ENV VERSION=0.14.22 \
|
||||||
SHA1=39d90c91e8835e6e63fe2a35674d56c7c1e8d7d7
|
SHA1=c43fa0d750e8347ec466ce165053db3cd3dc2fe0
|
||||||
|
|
||||||
RUN mkdir /opt && \
|
RUN mkdir /opt && \
|
||||||
apk --no-cache add curl tini pwgen && \
|
apk --no-cache add curl tini pwgen && \
|
||||||
|
10
README.md
10
README.md
@ -1,9 +1,15 @@
|
|||||||
# Factorio [](https://hub.docker.com/r/dtandersen/factorio/) [](https://hub.docker.com/r/dtandersen/factorio/)
|
# Factorio [](https://hub.docker.com/r/dtandersen/factorio/) [](https://hub.docker.com/r/dtandersen/factorio/)
|
||||||
|
|
||||||
* `0.14.19`, `0.14`, `latest` [(0.14/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/master/0.14/Dockerfile)
|
* `0.14.22`, `0.14`, `latest`, 'stable' [(0.14/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/master/0.14/Dockerfile)
|
||||||
* `0.14.18`, `stable` [(0.14/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/0.14.18/0.14/Dockerfile)
|
|
||||||
* `0.13.20`, `0.13` [(0.13/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/master/0.13/Dockerfile)
|
* `0.13.20`, `0.13` [(0.13/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/master/0.13/Dockerfile)
|
||||||
|
|
||||||
|
*Tag philosophy*
|
||||||
|
|
||||||
|
* `latest` - highest version: may be experimental.
|
||||||
|
* `stable` - highest version declared stable.
|
||||||
|
* `0.x` - highest version in a branch: may be experimental.
|
||||||
|
* `0.x.y` - a specific version.
|
||||||
|
|
||||||
# What is Factorio?
|
# What is Factorio?
|
||||||
|
|
||||||
[Factorio](https://www.factorio.com) is a game in which you build and maintain factories.
|
[Factorio](https://www.factorio.com) is a game in which you build and maintain factories.
|
||||||
|
Reference in New Issue
Block a user