Benjamin
5ec21fc0ba
change deprecated maintainer to label
2017-05-02 21:29:17 +02:00
Geoff Bourne
615d12bce3
[mc] Upgrade to rcon-cli 1.3
2017-04-09 08:30:20 -05:00
Geoff Bourne
72d055ac19
[mc] Add support for DOWNLOAD_*_URL overrides
...
Also switched from wget to curl
2017-04-08 07:20:04 -05:00
Geoff Bourne
80c18004c1
[mc] Integrate rcon-cli
2017-04-07 19:35:15 -05:00
Geoff Bourne
97e9b2901c
[mc] Fixed docker-compose example
2017-04-06 12:41:21 -05:00
Geoff Bourne
027d94cc77
Initial content of minecraft-server container diagram
2017-04-05 10:36:03 -05:00
Geoff Bourne
66261af03d
Added Minecraft server containment diagram
2017-04-05 10:31:21 -05:00
Geoff Bourne
290e2c734a
[mc] Improved UID/GID handling in passwd/group files
...
For #136
2017-04-04 22:11:05 -05:00
Geoff Bourne
bbe1533f91
[mc] Adjust mem with MEMORY and INIT_/MAX_MEMORY
...
For #126
2017-03-19 09:35:58 -05:00
Geoff Bourne
97040f61ed
[mc] Remove -u from unzip in FTB for Alpine compatibility
...
For #132
2017-03-09 18:56:19 -06:00
Geoff Bourne
07c32d8ee4
[mc] Fixed TYPE=FORGE for alpine base image
...
For #128
2017-02-28 18:32:15 -06:00
Geoff Bourne
c96c630fe5
Merged branch master into master
2017-02-22 16:49:21 -06:00
Geoff Bourne
f69e75cfc1
[mc] Add rcon to big composition
2017-02-22 16:49:08 -06:00
Geoff Bourne
854a158d3d
Merge branch 'master' into alpine
2017-02-22 13:16:38 -06:00
Geoff Bourne
18919ef33c
[mc] Upgrade to Alpine compatible restify
2017-02-22 13:14:48 -06:00
Geoff Bourne
32b0737e70
[mc] Add rcon to docker-compose.yml example
2017-02-18 11:53:44 -06:00
Geoff Bourne
79eb164e90
[mc] Adding example compose file for large minecraft server
2017-02-18 11:00:55 -06:00
Geoff Bourne
f5dbbcc2c6
[mc] Use G1 GC by default and simplify max memory setting
...
For #126
2017-02-14 22:15:36 -06:00
Henry Gessau
4a89f3c579
Add Feed-The-Beast (FTB) server modpack support
...
The popular mod site https://www.feed-the-beast.com provides server
modpacks to go with their client modpacks. These server modpacks
include a custom start script that must be used to launch the server.
2017-02-13 22:13:53 -05:00
Geoff Bourne
9fe0021a7a
[mc] Upgrade base image to openjdk
...
Fixes #122
2017-01-12 19:40:58 -06:00
Ilkka Tengvall
2d8b3d7275
Remove commented lines
2016-12-07 19:10:18 +02:00
Ilkka Tengvall
f48eedee78
restored the java heap size
...
I reduced it for RasPi, but forgot it low here too. Restored.
2016-12-07 19:06:01 +02:00
Ilkka Tengvall
08d459c373
changed to work on alpine container
2016-12-07 00:31:06 +02:00
manuelgu
e766301d1e
Fix formatting
2016-10-18 13:59:43 +02:00
Geoff Bourne
3348083424
[mc] Fix game mode shorthand handling of s*
...
For #107
2016-10-02 07:50:19 -05:00
Kirk Strauser
c48f85cc4f
Oops! --noconsole for non-bootstrap, too
2016-09-22 19:51:44 -07:00
Kirk Strauser
aa13deecdb
Added CONSOLE envvar to control console output
...
By default, CONSOLE is true. When set to false, start-minecraft.sh
adds "--noconsole" to java. Use this to keep Spigot from burning CPU.
2016-09-22 19:51:44 -07:00
Geoff Bourne
b5bcea7d61
[mc] Add SKIP_OWNERSHIP_FIX option
...
For #104
2016-09-10 08:22:30 -05:00
Geoff Bourne
76d4fd1bbc
[mc] Check writability of /data before chown'ing it
...
For #104
2016-09-06 21:36:54 -05:00
Geoff Bourne
d14d666e24
[mc] Ensure home directory is writable
...
For #102
2016-08-30 17:11:10 -05:00
Geoff Bourne
911fcf8b42
[mc] Correcting EULA usage in compose example in README
...
Part of #101
2016-08-15 22:04:36 -05:00
Parthipan Ramesh
fe6e8c04ff
minecraft-server: EULA var needs to be a string (docker-compose.yml)
...
docker-compose refuses to build a container without the quotation marks.
2016-08-15 20:06:12 +02:00
Jim Tremblay
5c5b8cd999
Add default value of ONLINE_MODE
2016-08-03 21:59:48 -04:00
Jim Tremblay
074424a5bd
Add section about new option ONLINE_MODE
2016-08-03 21:58:07 -04:00
Jim Tremblay
99b1de0bbd
Update start-minecraft.sh
2016-08-01 22:09:30 -04:00
Tomasz Majer
ada4a1fab5
Mention PaperSpigot in README.md
2016-07-22 13:48:50 +02:00
Tomasz Majer
ea78bdd559
Add support for PAPER as possible Minecraft server
2016-07-21 18:32:45 +02:00
Larry Wright
d89de80db8
Update start-minecraft.sh
...
Each time this script is run it downloads the modpack if one is specified. When it tries to unzip the file, if the files already exist in the plugins directory, the script will hang indefinitely because unzip asks for confirmation that you want to overwrite the existing files. Adding -o to the unzip command will tell it to overwrite the files. I suspect the world download has the same issue, but I don't use that and so can't really test it.
2016-07-07 09:17:13 -05:00
Geoff Bourne
379905c6ff
[mc] Use restify to lookup Spigot/Bukkit URLs at startup
...
For #87
2016-07-01 22:17:10 -05:00
Geoff Bourne
0832bb0c43
[mc] Update Spigot info in README
...
For #80 and #79
2016-06-11 18:49:18 -05:00
Geoff Bourne
b97348d703
[mc] Remove extraneous exec java call
...
Fixed #76
2016-06-11 18:44:23 -05:00
Geoff Bourne
4cff161deb
[mc] Use new versions metadata json URL
...
For #83
2016-06-11 18:42:33 -05:00
Geoff Bourne
c806c425fd
[mc] Properly quote parameters passed into entry point
2016-05-30 11:41:03 -05:00
Geoff Bourne
0defd266a6
[mc] Use ENTRYPOINT and pass through extra args
...
Enables experimenting for #80
2016-05-28 20:58:36 -05:00
Geoff Bourne
5617936f10
Pre-compute the Bukkit/Spigot download URLs
...
For #77
2016-05-09 19:28:25 -05:00
Geoff Bourne
b5e459ab0a
...try wget for Spigot download
...
#74
2016-04-24 12:40:59 -05:00
Geoff Bourne
ae9109e2bf
...remove debugging code from Spigot download
...
#74
2016-04-24 11:59:44 -05:00
Geoff Bourne
b9f247728f
[mc] Detect and display curl error during Spigot/Bukkit download
...
#74
2016-04-24 10:50:48 -05:00
Geoff Bourne
3052cd1155
[mc] Normalize on SPIGOT for plugin/world setup
...
#75
2016-04-24 10:32:59 -05:00
Geoff Bourne
46c865a123
Only create /home/minecraft if absent
...
* only download/build Spigot/Bukkit when absent
* refactored download ops into functions
#72
2016-04-24 07:26:26 -05:00