zopanix / docker_factorio_server

Factorio Server in Docker
MIT License
31 stars 275 forks source link

Removed unrecognized latency option #35

Closed bkuhl closed 7 years ago

bkuhl commented 7 years ago

https://github.com/zopanix/docker_factorio_server/issues/34

bkuhl commented 7 years ago

They would need to clone this repo, checkout the tag associated with that version and build from there.

psykzz commented 7 years ago

Not really just clone update the version ENV tag and build.

bkuhl commented 7 years ago

Checking out the git tag will already have the Dockerfile they need that matches that version.

psykzz commented 7 years ago

But im think if we include future features, like there are some commandline features we don't support currently, we might implement them and not backport.

Otherwise yeah i agree.

bkuhl commented 7 years ago

Correct, they wouldn't be back ported. That's the reason to keep upgrading :) You can't ensure backwards compatibility, all the time.

hub23 commented 7 years ago

This still persists in the zopanix/factorio:v0.14.8-experimental build on docker hub, I can't launch the container, it exits with the following error: unrecognised option '--latency-ms'. The latest build is at 0.14.8 too and runs fine, maybe just rebuild the v0.14.8-experimental image?