Commit Graph

93 Commits

Author SHA1 Message Date
jdrios 53af4e093f Update for OpenSSL security fixes 2016-09-24 22:26:00 +02:00
Sameer Naik 1311008e89 update to gcr.io/stacksmith-images/debian-buildpack:wheezy-r10 2016-09-24 00:11:38 +05:30
jdrios 2841158005 bump version to '3.2.3' 2016-09-23 10:44:34 +02:00
Sameer Naik dddb765549 bump image version to revision-3.2.0-r3 2016-09-07 10:47:36 +05:30
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
Adnan Abdulhussein b77bfc9500 Add Docker Hub automated build badge 2016-08-26 17:36:34 -07:00
Marcos Bjoerkelund 182fc838e5 Bump version 3.2.0-1 2016-08-24 11:07:42 +02:00
Sameer Naik a112ecf171 test: fix typo 2016-08-02 19:02:10 +05:30
Sameer Naik 4e2cfab0ba license: updated copyright notice 2016-08-02 19:01:26 +05:30
Sameer Naik afadc2b8c1 bump version to `3.2.0-r1` 2016-07-12 10:44:30 +05:30
Sameer Naik 49b8259684 update to `gcr.io/stacksmith-images/ubuntu:14.04-r8` 2016-07-12 10:44:19 +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
Bitnami Container Builds da9922e4db bump version 3.0.7-1 2016-03-02 21:35:51 +01:00
Sameer Naik 6c00533744 bump version to 3.0.7-0-r01 2016-02-17 11:25:00 -08:00
Sameer Naik 843fcc5508 Merge pull request #26 from sameersbn/speed-up-tests
use only two container instances to speed up the tests
2016-02-05 22:23:48 +05:30
Sameer Naik 9e62e1b171 use only two container instances to speed up the tests 2016-02-05 22:15:19 +05:30
Bitnami Container Builds 80c0afdcd6 "bump version 3.0.7-0" 2016-02-04 19:23:05 +01:00
Jorge Marin 7d36c0c8dd bump version 3.0.6-0 2015-12-21 18:01:49 +01:00
Sameer Naik e29c32deee tests: make `sed` a little resilient to whitespaces 2015-11-28 11:21:35 +05:30
Sameer Naik 740c8a3e1d tests: Configuration changes are preserved after deletion 2015-11-27 22:31:01 +05:30
Sameer Naik ec17604444 bump version 3.0.5-1-r01 2015-11-25 15:00:25 +05:30
Sameer Naik 9e6c5a13b0 update tests submodule 2015-11-25 14:43:14 +05:30
Sameer Naik f5fe4a349d README: document replication setup 2015-11-18 11:04:37 +05:30
Sameer Naik 0b36c7a389 help: fix typo in exposed port number 2015-11-17 21:51:03 +05:30
Sameer Naik f16a4609db help: updated to include replication options 2015-11-17 20:56:01 +05:30
Sameer Naik 63dd68810f tests: Slave can be triggered to act as the master 2015-11-17 20:46:59 +05:30
Sameer Naik 735a5eaa17 tests: Replication status is preserved after deletion 2015-11-17 20:35:07 +05:30
Sameer Naik 6624606c1d tests: Slave synchronizes with the master (delayed start) 2015-11-17 20:29:16 +05:30
Sameer Naik 8f882a6729 tests: Replication slave can fetch replication parameters from link alias "master" 2015-11-17 20:23:12 +05:30
Sameer Naik 15d45f71ab tests: Master data is replicated on slave with authentication enabled 2015-11-17 20:20:30 +05:30
Sameer Naik 7a09a16de0 tests: Master data is replicated on slave 2015-11-17 20:20:29 +05:30
Sameer Naik 8462e6ac20 tests: Can't setup replication slave without master host 2015-11-17 20:06:42 +05:30
Sameer Naik 015cab4874 added master/slave replication support 2015-11-17 11:15:24 +05:30
Sameer Naik c3b9854454 Bump version 3.0.5-1 2015-11-17 11:02:12 +05:30
Sameer Naik 0c95d3f30d added `bitnami-utils-custom.sh` utility script 2015-11-16 12:24:32 +05:30
Sameer Naik 88c7713d8a tests: set SLEEP_TIME to 5s 2015-11-10 11:59:33 +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 a1f84e1532 tests: helpers have been moved to bitnami/bitnami-docker-tests repo 2015-11-10 11:19:55 +05:30
Sameer Naik 502e972a7a tests: rewrite tests for better maintenance and readability
- Reuse docker_helper.bash script in tests
 - Speed up of tests
 - Better readability
2015-11-09 23:04:57 +05:30
Sameer Naik 8009f7195d Bump version 3.0.5-0 2015-10-23 12:44:04 +05:30
Adnan Abdulhussein f806f67df5 Merge pull request #10 from bitnami/fix-install-script-execution
Run install script as executable
2015-10-08 13:08:17 +01:00
Adnan Abdulhussein 2fe2ac81f8 Run install script as executable 2015-10-08 12:50:43 +01:00
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
Sameer Naik ba14c81754 fix `installer.run.sha256` with busybox `sha256sum` applet 2015-09-15 15:05:15 +05:30