No description
Find a file
Autom3 3f3a2d8433
[minecraft-server] Pass all command line arguments to start-configuration
Regarding the minecraft-server image
The start script currently does not pass command line arguments to the next script. This makes it so server admins can't easily update their server to 1.13.2 by passing --forceUpgrade as an extra parameter after specifying the docker image. With this change it works as intended.

Proof that the arguments did not get added before and do now:
* Add this line to the start-minecraftFinalSetup script: `echo "Running with: mc-server-runner ${bootstrapArgs} java $JVM_XX_OPTS $JVM_OPTS -jar $SERVER ""$@"" $EXTRA_ARGS"`
* Build the image
* Run the image with extra arguments `--test`
* See this printed: `Running with: mc-server-runner -jar minecraft_server.1.13.2.jar`
* Update to this PR
* Build the image
* See this printed: `Running with: mc-server-runner -jar minecraft_server.1.13.2.jar --test`
2018-10-23 23:00:23 +02:00
.circleci circleci: remove run test for now 2018-08-19 11:30:59 -05:00
devbox Refreshed devbox versions and run with non-root user 2015-07-24 15:21:01 -05:00
elasticsearch [es] Upgrade to 5.5.2 2017-09-24 19:17:38 -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 [minecraft-server] Pass all command line arguments to start-configuration 2018-10-23 23:00:23 +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
.editorconfig [mc] For FTB add legacy java fixer option 2018-01-07 17:19:10 -06: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 Clarify discontinued images in top level README 2017-12-25 11:33:46 -06:00

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

Gitter

Images that are discontinued

Cassandra

I have found the official image to be quite sufficient