Commit Graph

7 Commits

Author SHA1 Message Date
Sameer Naik
bbbe3032f6 entrypoint: load the inputs.json file 2016-09-03 14:05:24 +05:30
Sameer Naik
5bd801d3bb harpoon has been renamed to nami 2016-09-03 13:25:08 +05:30
Sameer Naik
f1199b0bbb upgrade to mariadb-10.1.13-5 (#7)
* upgrade to gcr.io/stacksmith-images/ubuntu:14.04-r06

* upgrade to mariadb-10.1.13-2

* create custom database with `MARIADB_DATABASE` env

* create custom user with `MARIADB_USER` env

* tests: Can create custom database with password for root

* can specify password for root with `MARIADB_ROOT_PASSWORD`

* upgrade to `mariadb-10.1.13-3`

* fixed test to create custom database with password for root

* organize dockerfile

* `chown` the volume only when `harpoon start` is the CMD

The `mysql` user is created when `harpoon initialize` is called. Until
that time we cannot use `mysql` user in `chown` commands.

* adds env vars to configure master/slave replication

* bump version to mariadb-10.1.13-4

* tests: added master/slave replication tests

* bump version to `mariadb-10.1.13-4`

* tests: fixed for changes in `mariadb-10.1.13-5`

Since `mariadb-10.1.13-5` the root user password can only be set using
the `MARIADB_ROOT_PASSWORD` environment variable.

* tests: added slave recovery test

* readme updated
2016-05-06 16:59:53 +05:30
Sameer Naik
b76978c6ed organize dockerfile for stacksmith (#4)
* define `BITNAMI_APP_CHECKSUM` macro
* removed `BITNAMI_APP_DIR` macro
* removed `BITNAMI_APP_VOL_PREFIX` macro
* organize dockerfile for stacksmith
2016-04-18 14:46:23 +05:30
Sameer Naik
1c3f150987 updated to mariadb-10.1.12-0
Notable Changes:
 - root password is optional
2016-04-07 17:03:55 +05:30
Sameer Naik
1842fdca84 fix typo 2016-03-22 13:09:42 +05:30
Sameer Naik
dfb59d32f8 upgrade baseimage: gcr.io/stacksmith-images/ubuntu:14.04-r05 2016-03-22 12:48:44 +05:30