Commit Graph

63 Commits

Author SHA1 Message Date
Sameer Naik
b5d4e11bc3 tests: helpers have been moved to bitnami/bitnami-docker-tests repo 2015-11-10 11:18:22 +05:30
Sameer Naik
bd07beda00 tests: rewrite tests for better maintenance and readability
- Reuse docker_helper.bash script in tests
 - Speed up of tests
 - Better readability
2015-11-09 22:41:26 +05:30
Adnan Abdulhussein
18c44ae55c Run install script as executable 2015-10-08 12:50:05 +01:00
Adnan Abdulhussein
e46a21f354 Update to 5.5.30-0 2015-10-06 13:26:29 +01:00
Sameer Naik
e3257719d3 chown files/directories after populating the default configs 2015-10-05 21:45:54 +05:30
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
Sameer Naik
5b02e26406 use the entrypoint.sh script from the base image 2015-10-04 14:29:38 +05:30
Sameer Naik
359f08d99a the base image prints the welcome page by default 2015-10-04 14:29:29 +05:30
Sameer Naik
54e3f10202 added circuit breaker logic for frequent and repeated failures 2015-10-02 23:43:57 +05:30
Sameer Naik
1e131367c0 do not start php-fpm if user specifies a command 2015-10-02 23:42:52 +05:30
Sameer Naik
f001841656 allow users to pass arguments to php-fpm 2015-10-02 23:42:50 +05:30
Sameer Naik
1368085faa configure php-fpm as a s6 service 2015-10-02 23:42:29 +05:30
Sameer Naik
46007a5241 created rootfs/ directory structure 2015-10-01 20:54:38 +05:30
Sameer Naik
3ec22260f0 tests: add --noproxy 172.0.0.1 argument to curl 2015-10-01 20:54:29 +05:30
Sameer Naik
3b3ca0ed14 tests: allow a few seconds for the nginx container to come up 2015-10-01 20:14:28 +05:30
Sameer Naik
cfbe00b226 fix installer.run.sha256 with busybox sha256sum applet 2015-09-15 15:04:41 +05:30
Adnan Abdulhussein
8167c28344 Update to 5.5.29-0 2015-09-11 11:08:31 -07:00
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
Miguel Martinez
173b1d5efd Bump version 5.5.28-0 2015-08-10 12:07:57 -07:00
Sameer Naik
609eaa6d28 fix links to hub.docker.com 2015-08-08 12:09:11 +05:30
Adnan Abdulhussein
b3a269ffcb Update to version with patched openssl 2015-07-10 13:41:14 -07:00
Miguel Ángel Martínez Triviño
e2aa035ea2 Merge pull request #7 from bitnami/always-chown
Always chown
2015-06-20 19:14:33 -07:00
Miguel Martinez
742d8ec76c 5.5.26-2-r03 + badge 2015-06-19 18:07:36 -07:00
Miguel Ángel Martínez Triviño
4f4b0dfee6 Merge pull request #5 from bitnami/fix-caching
Disable caching in php.ini
2015-06-19 17:19:30 -07:00
Mustafa Jamil
8a06011fde Made minor copy edits 2015-06-19 17:07:32 -07:00
Adnan Abdulhussein
09f10745d9 Disable caching in php.ini 2015-06-19 16:58:37 -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
Adnan Abdulhussein
34c88279ad Add test for mounting volumes 2015-06-19 11:32:58 -07:00
Adnan Abdulhussein
d1acf0c3e0 Always chown /app volume 2015-06-19 11:15:19 -07:00
Miguel Martinez
00604df9ad Cleanup tests 2015-06-19 11:07:44 -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
Miguel Martinez
ebb85f6d16 New version with new path 2015-06-18 15:55:43 -07:00
Miguel Martinez
99e8e05620 Tests and php-fpm renaming 2015-06-18 15:54:56 -07:00
Miguel Ángel Martínez Triviño
96deb587eb Merge pull request #4 from bitnami/remove-tail
Remove tailing logs
2015-06-18 13:15:43 -07:00
Adnan Abdulhussein
f0c7a69f91 Remove tailing logs 2015-06-18 13:11:49 -07:00
Adnan Abdulhussein
93d17be947 chown mounted volumes to correct user 2015-06-18 12:24:03 -07:00
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
Adnan Abdulhussein
c803f6164e Switch to onbuild base 2015-06-16 15:25:47 -07:00
Miguel Martinez
00d18cb759 New version 5.5.25-2 2015-06-16 12:24:12 -07:00
Miguel Martinez
78bc7433ca Path one liner 2015-06-16 12:03:16 -07:00