Commit Graph

19 Commits

Author SHA1 Message Date
Sameer Naik
f58ec6bc0f bump version 2.4.17-0 2015-10-14 23:49:05 +05:30
Adnan Abdulhussein
23c5b9b16d Run install script as executable 2015-10-08 12:41:04 +01:00
Sameer Naik
de94161fc3 bump version 2.4.12-4-r01 2015-10-05 22:53:30 +05:30
Sameer Naik
8fbe1b088e 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 22:06: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
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
Adnan Abdulhussein
2663fb49b3 Update to version with patched openssl 2015-07-10 13:27:19 -07:00
Miguel Martinez
1ab37b5b68 Apache v-2.4.12-3, event mode 2015-06-25 18:20:44 -07:00
Miguel Martinez
6084cff4ea Adding vhosts to Apache 2015-06-19 17:58:00 -07:00
Adnan Abdulhussein
429b072af2 Bump revision 2015-06-16 14:45:55 -07:00
Adnan Abdulhussein
d2bbda19a4 Switch to onbuild base 2015-06-16 14:44:05 -07:00
Miguel Martinez
533dd45337 Single line ENV 2015-06-16 12:23:44 -07:00
Miguel Martinez
acfc9ff979 Maintainer change 2015-06-15 18:25:36 -07:00
Adnan Abdulhussein
a7cc9cf89c Remove COPY installer.run line 2015-06-15 18:15:23 -07:00
Miguel Martinez
a130ed8314 Apache latest version using base image 2015-06-15 15:27:19 -07:00
Miguel Martinez
177f9b41c9 Redis multiple options and namespacing 2015-06-05 15:31:34 -07:00
Adnan Abdulhussein
5e617f3a2e Add apache 2015-06-02 12:14:07 -07:00