Commit Graph

3126 Commits

Author SHA1 Message Date
Sameer Naik 2c07774b8b fix: BITNAMI_APP_VERSION script macro has been renamed to BITNAMI_IMAGE_VERSION 2016-10-13 20:28:34 +05:30
Adnan Abdulhussein 226a20b772 Add Docker Hub automated build badge 2016-08-26 17:35:55 -07:00
Sameer Naik 2fb08a0c4f license: updated copyright notice (#38) 2016-08-02 18:58:19 +05:30
Sameer Naik e77426e587 Fixes documentation for overriding default configuration (#37) 2016-07-27 14:42:59 +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
Jorge Marin b1117a833a lowercase nginx 2016-02-02 16:32:03 +01:00
Jorge Marin 0e4abae3dc Typo in README.txt 2016-01-27 11:10:31 +01:00
Jorge Marin 96e41e1b12 Improve README.txt 2016-01-27 11:07:46 +01:00
Jorge Marin cde5ab1b1c Add steps to enable Pagespeed 2016-01-20 18:15:34 +01:00
Sameer Naik 8e6ee7d014 bump version 1.8.0-4-r01 2015-10-05 23:08:09 +05:30
Sameer Naik 04c8bbc06f removed `/app` volume from dockerfile
Specifying a volume at `/app` (in the Dockerfile) makes it difficult to
use this image as a base image for derived images. Due to this, we have
removed the `VOLUME` instruction that mounts `/app` as a volume.

The `/app` path continues to function like it did before. As a result if
you want to mount your html source into the container, mount it at
`/app`
using `-v /path/on/application/source:/app`.

One advantage of mounting/installing your application at `/app` is that
the image will automatically update the ownership of the
files/directories in `/app` so that it is accessible by the `nginx`
daemon.
2015-10-05 22:19:42 +05:30
Sameer Naik 15f903e533 fix links to `hub.docker.com` 2015-08-08 12:08:32 +05:30
Adnan Abdulhussein da2fd1a8d6 Bump version and add build status to README 2015-06-19 18:12:11 -07:00
Adnan Abdulhussein a51497c77c Add testing section to README 2015-06-19 16:23:21 -07:00
Adnan Abdulhussein f5194a7d82 Documentation changes
- remove version numbers
  - link to project
  - use same volume paths in docker run and compose
  - always recommend backing up
2015-06-19 14:37:15 -07:00
Adnan Abdulhussein 31d1ad88b6 Add Apache 2.0 License 2015-06-19 11:49:28 -07:00
Sameer Naik 32fa447b98 readme: fix image version tag in pull commands 2015-06-19 20:47:33 +05:30
Sameer Naik c130811507 readme: added note on reload nginx configuration using `docker kill` 2015-06-19 20:47:27 +05:30
Sameer Naik cc6c4976aa readme: link to the `bitnami/nginx` dockerhub page 2015-06-19 20:36:07 +05:30
Sameer Naik e1179506e4 readme: fix build instructions 2015-06-18 18:08:44 +05:30
Adnan Abdulhussein 72139996fe README fixes for Docker Hub Compatibility 2015-06-17 18:49:03 -07:00
Adnan Abdulhussein 99cb2d395a Update README - use relative paths for docker compose 2015-06-16 22:20:08 -07:00
Adnan Abdulhussein 05a6f5a0da Make terminology more consistent and other fixes in documentation 2015-06-10 23:40:43 -07:00
Adnan Abdulhussein 0008b8af4a Improved README 2015-06-10 15:37:14 -07:00
Adnan Abdulhussein 37df0dfaf6 Cleanup and documentation 2015-05-29 14:50:46 -07:00
Miguel Martinez 94a3c8363f Adding README nginx 2015-05-20 19:18:01 -07:00