Adnan Abdulhussein
6b5c8c828f
Merge pull request #21 from bitnami/chipironcin-expose-phpini
...
Expose php.ini
2015-11-10 09:31:37 -08:00
chipironcin
c3d916b56d
Avoid copying php.ini to conf folder
2015-11-10 18:22:26 +01:00
chipironcin
04326b8a84
Expose php.ini
...
Allow php.ini config file to be edited from outside the container in the conf volume
2015-11-10 18:08:03 +01:00
Sameer Naik
3bdcb071e2
Merge pull request #20 from sameersbn/submodule-tests
...
tests: helpers have been moved to bitnami/bitnami-docker-tests repo
2015-11-10 11:24:04 +05:30
Sameer Naik
b5d4e11bc3
tests: helpers have been moved to bitnami/bitnami-docker-tests repo
2015-11-10 11:18:22 +05:30
Sameer Naik
09dfa70e72
Merge pull request #19 from sameersbn/rewrite-tests
...
tests: rewrite tests for better maintenance and readability
2015-11-09 22:46:58 +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
ad1c39f6be
Merge pull request #17 from bitnami/fix-install-script-execution
...
Run install script as executable
2015-10-08 13:08:08 +01:00
Adnan Abdulhussein
18c44ae55c
Run install script as executable
2015-10-08 12:50:05 +01:00
Adnan Abdulhussein
66292c8a48
Merge pull request #16 from bitnami/5.5.30
...
Update to 5.5.30-0
2015-10-06 13:30:03 +01:00
Adnan Abdulhussein
e46a21f354
Update to 5.5.30-0
2015-10-06 13:26:29 +01:00
Sameer Naik
ae5862b3de
Merge pull request #15 from sameersbn/remove-app-volume
...
Remove app volume
2015-10-05 22:01:03 +05:30
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
88eb6f299a
Merge pull request #14 from sameersbn/s6-service
...
Configure php-fpm as an s6 service
2015-10-04 14:49:39 +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
be93a42123
Merge pull request #12 from bitnami/5.5.29-0
...
Update to 5.5.29-0
2015-09-11 11:15:31 -07:00
Adnan Abdulhussein
8167c28344
Update to 5.5.29-0
2015-09-11 11:08:31 -07:00
Sameer Naik
cb58fdc949
Merge pull request #11 from dersphere/patch-1
...
fix typo in readme
2015-08-19 19:48:24 +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
Miguel Ángel Martínez Triviño
8cde9b6483
Merge pull request #9 from bitnami/5.5.28-0
...
Bump version 5.5.28-0
2015-08-14 14:02:01 -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
1c2b325df2
Merge pull request #8 from bitnami/openssl-patch
...
Update to version with patched openssl
2015-07-10 13:49:20 -07:00
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
Miguel Ángel Martínez Triviño
e47c37111c
Merge pull request #6 from bitnami/man_page_changes
...
Made minor copy edits
2015-06-19 17:19:10 -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
33d695e997
Merge branch 'readme-updates'
2015-06-19 18:46:36 +05:30
Sameer Naik
df7b18c3fd
readme: fixed typo in php command
2015-06-19 18:43:12 +05:30