Docker image that provides a Minecraft Server that will automatically download selected version at startup
Go to file
ATMD 0195b42eea Fix regex to change gamemode value
The sed command `sed -i "/gamemode\s*=/ c gamemode=$MODE" $SERVER_PROPERTIES` matches all lines containing `gamemode=`.
This includes the line `force-gamemode` that is set it with `setServerProp "force-gamemode" "$FORCE_GAMEMODE"`
So basically the `force-gamemode` line is erased and the `gamemode=value` line is duplicated, and then the server cleans it up at start and deduplicates the `gamemode` line and create a new `force-gamemode` line with a default value.
This fix ensures that only the `gamemode=` line is modified when changing the gamemode value.
2017-06-29 21:53:26 +02:00
devbox Refreshed devbox versions and run with non-root user 2015-07-24 15:21:01 -05:00
elasticsearch [es] Add an example minimal composition 2017-06-28 23:17:39 -05:00
elasticsearch-marvel Deprecating the elasticsearch-marvel image 2014-11-15 15:29:49 -06:00
gitblit change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
gvm change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
jekyll-github-pages change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
jenkins change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
kibana change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
logstash change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
minecraft-server Fix regex to change gamemode value 2017-06-29 21:53:26 +02:00
spring-boot change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
titan-gremlin [gremlin] Switch to openjdk:8 base 2017-05-02 19:42:47 -05:00
titandb change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
ubuntu-openjdk-7 change deprecated maintainer to label 2017-05-02 21:29:17 +02:00
.gitattributes [es] Fixed #45 with corrected binding and re-worked example 2015-11-28 11:35:59 -06:00
.gitignore [cassandra] Upgrade to 2.2.4 2015-12-22 10:19:48 -06:00
build [cass] Remove deprecated image from build script 2017-05-02 19:49:40 -05:00
circle.yml Webhook into CircleCI 2015-03-05 15:10:28 -06:00
LICENSE Initial commit 2014-05-17 15:38:17 -07:00
README.md [cass] discontinue cassandra image 2017-04-29 07:52:59 -05:00

This repository contains the various Dockerfile definitions I'm maintaining.

Gitter

Discontinued

Cassandra

I have found the official image to be quite sufficient