factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
918 stars 218 forks source link

Stable tag does not point to latest stable headless release #155

Closed henok321 closed 6 years ago

henok321 commented 6 years ago

The stable tag on Docker Hub seems to point to version 0.15.40, but the latest stable headless version is 0.16.36 (see also https://www.factorio.com/download-headless).

stable: Pulling from dtandersen/factorio
1160f4abea84: Pull complete 
0775a9ad393e: Pull complete 
aa3f7e7fff22: Pull complete 
43ec023e0e15: Pull complete 
Digest: sha256:8c1530adc918f928ad0d3c05e9397d5c311fac7a99cd7fcd7fdad996e335c552
Status: Downloaded newer image for dtandersen/factorio:stable
factorio
factorio
63394d7a0f1f9530e9cbd05ce9bd8d4eaf7fc7d8ef2b847d669b85bae9eb3120
root@*****:~/docker# docker logs factorio 
+ set -e
+ SAVES=/factorio/saves
+ CONFIG=/factorio/config
+ mkdir -p /factorio/saves
+ mkdir -p /factorio/mods
+ mkdir -p /factorio/config
+ [ ! -f /factorio/config/rconpw ]
+ [ ! -f /factorio/config/server-settings.json ]
+ [ ! -f /factorio/config/map-gen-settings.json ]
+ [ ! -f /factorio/config/map-settings.json ]
+ find -L /factorio/saves -iname *.zip -mindepth 1 -print
+ grep -q .
+ cat /factorio/config/rconpw
+ exec /opt/factorio/bin/x64/factorio --port 34197 --start-server-load-latest --server-settings /factorio/config/server-settings.json --server-whitelist /factorio/config/server-whitelist.json --server-banlist /factorio/config/server-banlist.json --rcon-port 27015 --rcon-password ******* --server-id /factorio/config/server-id.json
   0.000 2018-04-28 11:41:04; Factorio 0.15.40 (build 30950, linux64, headless)
   0.000 Operating system: Linux
dtandersen commented 6 years ago

should be good now

VonOx commented 6 years ago

Hi, there is also a problem with "latest" tag ( pull 16.39 right now but 16.41 available )

dtandersen commented 6 years ago

.41 is latest now