Commit Graph

11 Commits

Author SHA1 Message Date
Sameer Naik 35135111a8 entrypoint: load the module inputs.json file 2016-09-03 14:24:52 +05:30
Sameer Naik 1a0e9e4f70 `harpoon` has been renamed to `nami` 2016-09-03 14:22:36 +05:30
Sameer Naik a1118369a7 Stacksmith merger (#34)
* switch to harpoon installers

note: the default `nginx.conf` does not read user defined virtual host
configurations from `/opt/bitnami/nginx/conf/vhosts/`. As a temporary
fix, we override the `nginx.conf` with our own copy

* removed unused `installer.run.sha256`

* bump version to 1.9.10-0

* added sha256 hash for package verification

* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image

* removed unused files

* tests: updated for current feature set

* upgrade baseimage: gcr.io/stacksmith-images/ubuntu:14.04-r05

* removed sample vhost configurations

* organize dockerfile for stacksmith (#3)

* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* updated `PATH` variable
* moved hacks to `app-entrypoint.sh`
* organize dockerfile for stacksmith
* tests: bump `SLEEP_TIME` to `10` seconds

* upgrade to nginx-1.10.0-0

* add `.tar.gz` to git ignore rules

* updated `.dockerignore` rules

* readme: updated

* tests: bump `SLEEP_TIME`

* app-entrypoint: fix `chown` operation
2016-05-27 16:52:02 -07:00
Luis Lobo Borobia 0ba45546a1 Made chown only change the GROUP owner (#33)
* Adds BITNAMI_APP_GROUP

Adds BITNAMI_APP_GROUP

* Uses BITNAMI_APP_GROUP when running chown

* Update 01-bitnami-nginx

* Removed BITNAMI_APP_GROUP, replaced it's use with BITNAMI_APP_USER
2016-05-27 09:25:06 +05:30
Sameer Naik 08c76ee128 use the `entrypoint.sh` script from the base image 2015-10-04 14:28:56 +05:30
Sameer Naik 27a5a7b217 the base image prints the welcome page by default 2015-10-04 14:28:48 +05:30
Sameer Naik 08b9c066c7 added circuit breaker logic for frequent and repeated failures 2015-10-02 11:27:30 +05:30
Sameer Naik 0ce21d49eb allow users to pass arguments to `nginx` 2015-10-02 11:27:30 +05:30
Sameer Naik e33b07564f do not allow users to override main `nginx` service command 2015-10-02 11:27:30 +05:30
Sameer Naik b8ab4c45e0 do not start nginx service if user specifies a custom command 2015-10-02 11:27:30 +05:30
Sameer Naik dcbba74155 configure nginx as an s6 service 2015-10-02 11:27:28 +05:30