Commit Graph

12274 Commits

Author SHA1 Message Date
Sameer Naik b8b068fc3d Fix update checks (#37)
* fixing update checks

* updated readme to use `/bitnami/php-fpm` as the volume path
2016-05-19 10:01:07 -07:00
Sameer Naik f182503a88 stacksmith merger (#36)
* removed stray index.php

* switch to harpoon installer

* removed unused `installer.run.sha256`

* bump version to 7.0.3-0

* added sha256 hash for package verification

* organize dockerfile for stacksmith (#1)

* use php harpoon module
* added hack to move `/opt/bitnami/php/conf/` to `/bitnami/php-fpm/conf`
* tests: updated

* update to php-7.0.5-1 (#2)

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r06`

* upgrade to php-7.0.5-1

* set workdir to `/app`

* define /bitnami/php VOLUME

* updated readme

* readme: fixes

* clean ups

* upgrade to `php-7.0.6-0` harpoon module

* define `BITNAMI_IMAGE_VERSION` env variable

* ignore `pkg-cache/` in git

* ignore `.git/` and `tests/` directories in docker builds

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage

* ignore `pkg-cache/` in git

* updated changelog
2016-05-18 15:40:48 -07:00
Adnan Abdulhussein 45f7d61a2f Update to 5.5.30-2 for imagemagic support #26 2015-12-07 14:10:25 -08:00
Sameer Naik 9ff1763410 bump version 5.5.30-0-r01 2015-11-10 23:38:37 +05:30
Adnan Abdulhussein e46a21f354 Update to 5.5.30-0 2015-10-06 13:26:29 +01:00
Sameer Naik 75e0fa7bf4 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 resuly if
you want to mount your php application into the container, mount your
applucation source 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 `php-fpm`
process.
2015-10-05 21:35:36 +05:30
Tristan Fischer 15695c73d6 fix typo in readme
This typo made following the readme 1:1 impossible.
2015-08-19 14:04:31 +02:00
Adnan Abdulhussein 8b89fa0c1b Update vhost to reflect new log location convention bitnami/bitnami-docker-nginx#5 2015-08-17 21:49:58 -07:00
Sameer Naik 609eaa6d28 fix links to `hub.docker.com` 2015-08-08 12:09:11 +05:30
Miguel Martinez 742d8ec76c 5.5.26-2-r03 + badge 2015-06-19 18:07:36 -07:00
Adnan Abdulhussein ea647f900d Add testing section to README 2015-06-19 16:24:47 -07:00
Adnan Abdulhussein a9bb731390 Documentation changes
- remove version numbers
  - use same volume paths in docker run and compose
  - always recommend backing up
2015-06-19 15:05:34 -07:00
Adnan Abdulhussein 2845e11625 Add Apache 2.0 License 2015-06-19 11:51:03 -07:00
Sameer Naik 70a8a68798 readme: fix paths to `/logs` and `/conf` volumes 2015-06-19 21:02:16 +05:30
Sameer Naik df7b18c3fd readme: fixed typo in `php` command 2015-06-19 18:43:12 +05:30
Sameer Naik 04f7e48ac1 readme: link to the `bitnami/php-fpm` dockerhub page 2015-06-19 17:32:49 +05:30
Sameer Naik bb4c4e1cf0 readme: fix typos 2015-06-19 09:09:31 +05:30
Sameer Naik aba194a55a readme: added note on reload php-fpm configuration using `docker kill` 2015-06-18 19:59:10 +05:30
Sameer Naik 5d7535e249 readme: fix typo 2015-06-18 19:58:13 +05:30
Sameer Naik adbd3afa3d readme: fix build instructions 2015-06-18 18:10:18 +05:30
Adnan Abdulhussein a2c9d024b4 Fix README for Docker Hub Compatibility 2015-06-17 19:03:51 -07:00
Adnan Abdulhussein 28ec953d07 Improve README 2015-06-17 17:58:29 -07:00
Miguel Martinez bdec90bfa6 Fixing readme paths 2015-06-15 18:56:19 -07:00
Adnan Abdulhussein ee03162b1b Add PHP-FPM documentation 2015-05-29 15:06:26 -07:00