Commit Graph

14 Commits

Author SHA1 Message Date
Sameer Naik f19c374ddf entrypoint: load the module inputs.json file 2016-09-03 13:19:14 +05:30
Sameer Naik 0d48288920 `harpoon` has been renamed to `nami` 2016-09-03 13:18:12 +05:30
Marcos Bjoerkelund 0b91125a83 Update Apache nami module to 2.4.23-2 2016-09-02 13:16:35 +02:00
Sameer Naik a8f87c22d4 Stacksmith merger (#27)
* switch to harpoon installer

* bump version to 2.4.18-0

* removed unused `installer.run.sha256`

* added sha256 hash for package verification

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

* removed `logs/` and `conf/` VOLUME mountpoints

* removed unused files

* display bitnami welcome text

* check for updates on container startup

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

* removed sample vhost configurations

* updated to latest apache-2.4.18-0 package (#3)

* organize dockerfile for stacksmith (#4)

* removed `BITNAMI_APP_DIR` macro

* removed `VOLUME` instruction

* removed `BITNAMI_APP_VOL_PREFIX` macro

* add `/opt/bitnami/$BITNAMI_APP_NAME/sbin` to PATH

* organize dockerfile for stacksmith

* add `/opt/bitnami/common/bin` to `PATH`

* readme: updated (#5)

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` and `apache-2.4.18-2`

* create `/app` symlink to `/opt/bitnami/$BITNAMI_APP_NAME/htdocs`

* readme: updates

* tests: bump SLEEP_TIME

* tests: make vhosts test compatible with `sh` shell

* readme: updates

* upgrade to `apache-2.4.20-0`

* updated .gitignore rules

* updated .dockerignore rules

* app-entrypoint: fix `chown` operation
2016-05-27 16:53:55 -07:00
Luis Lobo Borobia 3ea0b83d20 Removed changing the user when chowning source files
This allows for the user to still have ownership when developing
2016-05-20 21:24:10 -03:00
Sameer Naik cd32c29679 fixed installation of example vhost configurations 2016-01-26 23:57:56 +05:30
Sameer Naik caf6501f1c chown the `/app` directory at boot 2015-10-05 22:07:30 +05:30
Sameer Naik cff322167c use the `entrypoint.sh` script from the base image 2015-10-04 14:10:11 +05:30
Sameer Naik 78025ad8b8 the base image prints the welcome page by default 2015-10-04 14:09:38 +05:30
Sameer Naik 10b77e2c02 added circuit breaker logic for frequent and repeated failures 2015-09-30 21:37:44 +05:30
Sameer Naik b6d6568e8d allow users to pass arguments to `httpd` 2015-09-30 21:31:29 +05:30
Sameer Naik 720912dab1 do not start apache if user specifies a command 2015-09-30 21:30:02 +05:30
Sameer Naik 228c72eea6 configure apache to start as a s6 service 2015-09-30 20:57:51 +05:30
Sameer Naik c17e1d820d created `rootfs/` directory structure 2015-09-30 20:51:31 +05:30