Commit Graph

12 Commits

Author SHA1 Message Date
Sameer Naik 07eca30314 entrypoint: load the module inputs.json file 2016-09-04 20:53:11 +05:30
Sameer Naik 010f5fe616 `harpoon` has been renamed to `nami` 2016-09-04 20:31:22 +05:30
Sameer Naik f26ad97aca Stacksmith merger (#30)
* 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
2016-05-19 10:28:33 -07:00
Sameer Naik 015cab4874 added master/slave replication support 2015-11-17 11:15:24 +05:30
Sameer Naik 0c95d3f30d added `bitnami-utils-custom.sh` utility script 2015-11-16 12:24:32 +05:30
Sameer Naik 677081741b replace use of bnconfig with sed to set the redis password
bnconfig takes approximately 10s to set the password which adds to the
container startup time.
2015-11-10 11:58:21 +05:30
Sameer Naik 0d5bfb64be use the `entrypoint.sh` script from the base image 2015-10-04 14:34:36 +05:30
Sameer Naik 45b4f4e354 the base image prints the welcome page by default 2015-10-04 14:34:28 +05:30
Sameer Naik b49db770ea added circuit breaker logic for frequent and repeated failures 2015-10-02 23:40:27 +05:30
Sameer Naik de2bc06f74 do not start redis and logging services if user specifies a command 2015-10-02 23:39:56 +05:30
Sameer Naik 5865c7e88c configure redis as a s6 service 2015-10-02 23:39:55 +05:30
Sameer Naik 24357352fd created `rootfs/` directory structure 2015-10-01 22:28:37 +05:30