* switch to harpoon installer
* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image
* removed unused files
* tests: updated for current feature set
* switch to `gcr.io/stacksmith-images/ubuntu:14.04-r05` base image
* updated to redis-3.0.6-1
Noteable changes:
- redis password is optional, no default password
* tests: updated for redis-3.0.6-1
* organize dockerfile for stacksmith (#3)
* define `BITNAMI_APP_CHECKSUM` macro
* removed `BITNAMI_APP_DIR` macro
* removed `BITNAMI_APP_VOL_PREFIX` macro
* add `/opt/bitnami/$BITNAMI_APP_NAME/sbin` to PATH
* organize dockerfile for stacksmith
* tests: bump `SLEEP_TIME` to `10` seconds
* version bump and replication support (#4)
* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r06`
* upgrade to `redis-3.2.0-0`
* cleanup dockerfile
* ignore `pkg-cache/` in git
* ignore `.git` and `tests/` directories in docker builds
* add env parameters to configure master/slave replication
* tests: adds replication tests
* readme: updated
* updated checksum
* tests: bump `SLEEP_TIME` to `30` seconds to fix jenkins tests
* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage
* updated readme
* readme: fixed typo
* readme: use `/path/to/redis-persistence` and `/path/to/redis-backups` in examples
- remove version numbers
- use same volume paths in docker run and compose
- always recommend backing up
- working password
- less confusing linking example