factorio (2.0.47)

Published 2025-05-22 19:54:39 +00:00 by acoolname

Installation

docker pull git.acooldomain.co/server-manager/factorio:2.0.47
sha256:6f1c1dd67e36db9923c6e29a98d0cd6113286f488aec6aadac3201ac04e807c3

Image Layers

ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /
CMD ["/bin/sh"]
ARG VERSION=2.0.47
RUN |1 VERSION=2.0.47 /bin/sh -c mkdir -p /opt/factorio # buildkit
WORKDIR /opt/factorio
RUN |1 VERSION=2.0.47 /bin/sh -c wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-2.35-r1.apk && apk add glibc-2.35-r1.apk jq curl wget && apk add gcompat || echo this is ok # buildkit
RUN |1 VERSION=2.0.47 /bin/sh -c cd /opt && wget -O /opt/server.tar.xz https://www.factorio.com/get-download/1.1.100/headless/linux64 && tar -xf /opt/server.tar.xz && rm /opt/server.tar.xz # buildkit
RUN |1 VERSION=2.0.47 /bin/sh -c bin/x64/factorio --create saves/default.zip # buildkit
EXPOSE map[34197/tcp:{}]
ENTRYPOINT ["/opt/factorio/bin/x64/factorio" "--port" "34197"]
CMD ["--start-server" "saves/default.zip"]
LABEL type=GAME

Labels

Key Value
type GAME
Details
Container
2025-05-22 19:54:39 +00:00
2
OCI / Docker
linux/amd64
96 MiB
Versions (1) View all
2.0.47 2025-05-22