No description
Find a file
jtcressy a1ead0634e [mc] New method of downloading newer spigot server executable.
using double pipe "||", bash will continue to the next statement if the
first statement returns false or has an error. Using the -N option, wget
will overwrite the file if it is newer. So, if the -O option was used,
and both wget commands failed (both http and https were down) then wget
would overwrite the file with a 0 byte copy and effectively delete it.
-N works better in this case, since wget will not overwrite it with an
empty file if it can't download it.
2016-03-15 13:09:28 -06:00
cassandra [cassandra] Upgrade to 2.2.5 2016-02-20 18:26:04 -06:00
devbox Refreshed devbox versions and run with non-root user 2015-07-24 15:21:01 -05:00
elasticsearch [es] Fixed #45 with corrected binding and re-worked example 2015-11-28 11:35:59 -06:00
elasticsearch-marvel Deprecating the elasticsearch-marvel image 2014-11-15 15:29:49 -06:00
gitblit * Initial controlled revision of gitblit docker 2014-07-21 01:01:25 +00:00
gvm Initial commit of what's needed up through spring-boot 2014-05-17 22:36:31 +00:00
jekyll-github-pages Install nodejs to satisfy latest Jekyll installation requirements 2014-09-19 02:08:15 +00:00
jenkins [jenkins] Upgrade base to java:8-jdk 2016-02-04 21:19:42 -06:00
kibana [kibana] Upgrade to 4.1.1 2015-07-18 09:27:08 -05:00
logstash Fixing #29 : upgrade logstash to 1.5.0 (GA) 2015-06-10 21:46:05 -05:00
minecraft-server [mc] New method of downloading newer spigot server executable. 2016-03-15 13:09:28 -06:00
spring-boot Initial commit of what's needed up through spring-boot 2014-05-17 22:36:31 +00:00
titan-gremlin [titan-gremlin] Refresh of base packages 2015-07-18 09:15:39 -05:00
titandb * functional Titan+Rexter with internal ES and Persistit backend 2014-07-20 18:49:33 +00:00
ubuntu-openjdk-7 Refreshing apt baseline 2015-10-29 19:17:34 -05: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 Add kibana to build 2015-03-08 19:05:34 -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 Update README.md 2015-03-04 19:35:09 -06:00

dockerfiles

Contains the various Dockerfile definitions I'm maintaining.

Gitter