Commit Graph

866 Commits

Author SHA1 Message Date
Geoff Bourne 6c58660a73 [titan-gremlin] Making it super easy to link to Cassandra and ES containers 2015-02-15 06:05:08 +00:00
Geoff Bourne b7f5088b13 Merge pull request #12 from dfanchon/patch-1
Change ES version to 1.4.3
2015-02-13 08:38:23 -06:00
Didier Fanchon abee16a143 Change ES version to 1.4.3 2015-02-13 15:36:48 +01:00
Geoff Bourne 8319b336c7 [minecraft-server] Updated README for new -e UID option (fixes #9) 2015-01-28 19:52:42 -06:00
Geoff Bourne 6ea862859b * Updating openjdk base image 2015-01-27 22:01:25 -06:00
Geoff Bourne 88a796bb44 Issue #9: performing usermod to allow for -e provided uid of the minecraft server process
* corrected .dockerignore to allow for a $(pwd)/data for local testing of -v
2015-01-26 03:29:35 +00:00
Geoff Bourne a8c3afbe88 Merge pull request #10 from andreasheil/master
propagate SIGTERM to the Minecraft process
2015-01-05 18:16:23 -06:00
Andreas Heil 60b6eea1e2 propagate SIGTERM to the Minecraft process 2015-01-05 10:32:31 +01:00
Geoff Bourne bc9afcd659 [minecraft-server] Issue #9: explicitly adding user in container with UID=1000 2015-01-03 14:17:05 +00:00
Geoff Bourne 052f80d849 [minecraft-server] Issue #9: Added back the /start file in the image 2015-01-01 23:47:12 +00:00
Geoff Bourne 7e847829ee * also moved EULA check before download to fail-fast 2015-01-01 16:01:15 +00:00
Geoff Bourne 44c0eee0f9 Updating minecraft-server README with SEED and MODE options 2015-01-01 09:22:59 -06:00
Geoff Bourne 0337f9fac1 Adding Minecraft -e options for the game mode and level seed 2015-01-01 15:10:41 +00:00
Geoff Bourne 287185919a Upgrading to ES 1.4.2 2014-12-22 20:44:27 -06:00
Geoff Bourne b895e07e82 Default the versioning to grab latest stable 2014-12-06 10:26:03 -06:00
Geoff Bourne 6396e58d3c Upgrading default minecraft server to 1.8.1 minecraft-server-1.8.1 2014-12-01 04:05:12 +00:00
Geoff Bourne 4de10e1ba8 Reposition ES_VERSION after apt-get operations 2014-11-30 21:39:59 -06:00
Geoff Bourne 1a364ae733 Upgrading ES to 1.4.1 2014-11-30 18:56:16 -06:00
Geoff Bourne 9ffa2daeaa Fixing minor typos in README 2014-11-30 17:59:09 -06:00
Geoff Bourne 8973e7dc7b Deprecating the elasticsearch-marvel image 2014-11-15 15:29:49 -06:00
Geoff Bourne 3c8db58c7e Adding 1.4 stream at 1.4.0 2014-11-15 21:15:33 +00:00
Geoff Bourne ee9f27546b Removing command-echoing in start script and adding info output 2014-11-15 21:12:49 +00:00
Geoff Bourne 8a2199a890 Added a README 2014-11-15 15:02:27 -06:00
Geoff Bourne b4be1b37bd Added support for installing plugins 2014-11-15 20:10:06 +00:00
Geoff Bourne d590bc62c1 Added PUBLISH_AS capability 2014-11-15 18:05:01 +00:00
Geoff Bourne 9349ca6d04 Initial setup of direct-from-elasticsearch.org install 2014-11-15 04:39:34 +00:00
Geoff Bourne 9e845521a9 Updated README for enhancement #6
Also trimming trailing whitespace
minecraft-server-1.8_02
2014-11-09 10:49:31 -06:00
Geoff Bourne 5557f91c79 Adding image download and scaling logic for enhancement #6 2014-11-09 16:27:05 +00:00
Geoff Bourne c324403f95 Merge pull request #5 from justfalter/minecraft-proper-shutdown
Fix minecraft shutdown
2014-11-01 18:40:56 -05:00
Mike Ryan 9fe8d6cca6 Use 'exec' syntax, fix signal handling
- Fix to allow signals to pass into the container, properly.
  'docker stop ...' was resorting to SIGKILL to stop the container,
  which results in data loss. This change switches CMD to 'exec' mode,
  ensuring signals make their way to the java process so that things
  shut down properly.
2014-11-01 18:17:15 -05:00
Geoff Bourne 55cffbb598 Merge pull request #4 from justfalter/minecraft-drop-privs
Drop privileges before starting server
2014-11-01 17:37:14 -05:00
Mike Ryan 4ff077f151 Drop privileges before starting server
- Create 'minecraft' user account within image.
- Drop to 'minecraft' user before starting server.
2014-11-01 15:35:36 -05:00
Geoff Bourne 5566cf0953 Updating apt-get baseline for openjdk-7 2014-10-13 13:56:21 +00:00
Geoff Bourne 5d3845a9ba Added note about multiple containers 2014-09-28 16:48:44 -05:00
Geoff Bourne b952ee6fdd Describe existing LEVEL option and fix typos in -v section 2014-09-28 16:27:03 -05:00
Geoff Bourne 8035aa5f69 Fixed some typos in the README 2014-09-25 16:51:54 -05:00
Geoff Bourne 84521eca53 [minecraft-server] General info about Docker port mappings and container naming 2014-09-20 15:54:23 -05:00
Geoff Bourne 77541a9689 Added support adding 'op' users
* Non-destructive MOTD setting
2014-09-20 14:10:48 +00:00
Geoff Bourne 716ff66b1b Adding a container for the Titan graph database distribution TITAN_GREMLIN_0_5_0 2014-09-19 02:49:44 +00:00
Geoff Bourne 029e7d8974 Install nodejs to satisfy latest Jekyll installation requirements 2014-09-19 02:08:15 +00:00
Geoff Bourne 7d8429ef0a Allowing for pre-existing eula.txt
Adding memory settings info to README
minecraft-server-1.8_01
2014-09-08 02:32:55 +00:00
Geoff Bourne df155ee51c Updating to JDK 7u65 2014-09-08 02:08:24 +00:00
Geoff Bourne f85240898d Added support for Minecraft server EULA and update default to 1.8 minecraft-server-1.8 2014-09-07 23:18:20 +00:00
Geoff Bourne 84154c3d64 * Installing JDK, not just JRE
* Added usage examples in README
2014-07-17 01:56:03 +00:00
Geoff Bourne 6163e080cd Merge branch 'master' of https://github.com/itzg/dockerfiles 2014-07-16 23:10:14 +00:00
Geoff Bourne 7fb406c2bb * Initial controlled revision of gitblit docker
* Gitblit 1.6.0
gitblit-1.6.0
2014-07-21 01:01:25 +00:00
Geoff Bourne 8168c62bdd * functional Titan+Rexter with internal ES and Persistit backend 2014-07-20 18:49:33 +00:00
Geoff Bourne b354ba5981 * updating to java 7u55 7u55 2014-07-19 16:31:24 +00:00
Geoff Bourne 972036feb4 * Created devbox container 2014-07-16 23:09:33 +00:00
Geoff Bourne 6dbbcf61b7 Update README.md 2014-07-14 14:16:47 -05:00