Commit Graph

438828 Commits

Author SHA1 Message Date
Adnan Abdulhussein 1a8a716db2 Merge pull request #22 from bitnami/fix-install-script-execution
Run install script as executable
2015-10-08 13:07:33 +01:00
Adnan Abdulhussein 2211ac6107 Merge pull request #10 from bitnami/fix-install-script-execution
Run install script as executable
2015-10-08 12:58:36 +01:00
Adnan Abdulhussein eb328cec9f Merge pull request #5 from bitnami/fix-install-script-execution
Run install script as executable
2015-10-08 12:58:27 +01:00
Adnan Abdulhussein 0aaa8c66d4 Run install script as executable 2015-10-08 12:51:26 +01:00
Adnan Abdulhussein 2fe2ac81f8 Run install script as executable 2015-10-08 12:50:43 +01:00
Adnan Abdulhussein 18c44ae55c Run install script as executable 2015-10-08 12:50:05 +01:00
Adnan Abdulhussein 272d3c7a1e Run install script as executable 2015-10-08 12:49:29 +01:00
Adnan Abdulhussein f617946a49 Run install script as executable 2015-10-08 12:46:53 +01:00
Adnan Abdulhussein 2f60c9caf6 Run install script as executable 2015-10-08 12:45:57 +01:00
Adnan Abdulhussein 5f762cb066 Merge pull request #11 from bitnami/fix-install-script-execution
Run install script as executable
2015-10-08 12:44:48 +01:00
Adnan Abdulhussein d4b8765733 Run install script as executable 2015-10-08 12:44:28 +01:00
Adnan Abdulhussein a9f1e007c8 Run install script as executable 2015-10-08 12:43:43 +01:00
Adnan Abdulhussein 23c5b9b16d Run install script as executable 2015-10-08 12:41:04 +01:00
Alejandro Ruiz cde347770e Not use sh for running the scripts 2015-10-08 11:40:46 +00:00
Alejandro Ruiz 5507d1e12f Not use sh for running the scripts 2015-10-08 11:40:39 +00:00
Alejandro Ruiz fc2a5b5c21 Not use sh for running the scripts 2015-10-08 11:40:19 +00:00
Sameer Naik 629387cc79 Merge pull request #2 from sameersbn/remove-app-volume
removed `/app` volume from dockerfile
2015-10-07 00:04:33 +05:30
Sameer Naik 281c71cb9b 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 php application into the container, mount your
application 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 wildfly
server.
2015-10-06 23:57:58 +05:30
Sameer Naik 39c1c8269c Merge pull request #3 from sameersbn/remove-app-volume
removed `/app` volume from dockerfile
2015-10-06 23:55:08 +05:30
Sameer Naik 31c9762fa0 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 php application into the container, mount your
application 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 tomcat
server.
2015-10-06 23:53:43 +05:30
Sameer Naik c1508b3ed4 Merge pull request #13 from sameersbn/4.1.1-0-r01
bump version 4.1.1-0-r01
2015-10-06 22:16:18 +05:30
Sameer Naik 1a2e86d9c7 bump version 4.1.1-0-r01 2015-10-06 22:08:56 +05:30
Sameer Naik 30230cea0f Merge pull request #12 from sameersbn/remove-app-volume
Remove app volume
2015-10-06 22:07:53 +05:30
Sameer Naik 6fd7ffd22a 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 php application into the container, mount your
application source at `/app` using `-v
/path/on/application/source:/app`.
2015-10-06 22:03:14 +05:30
Sameer Naik d9317111a4 tests: added `--noproxy node` argument to `curl` 2015-10-06 21:51:16 +05:30
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 cee8c65eac Merge pull request #9 from sameersbn/1.8.0-4-r01
bump version 1.8.0-4-r01
2015-10-05 23:13:38 +05:30
Sameer Naik 8e6ee7d014 bump version 1.8.0-4-r01 2015-10-05 23:08:09 +05:30
Sameer Naik 1ed4cd28a6 Merge pull request #10 from sameersbn/2.4.12-4-r01
bump version 2.4.12-4-r01
2015-10-05 23:01:24 +05:30
Sameer Naik de94161fc3 bump version 2.4.12-4-r01 2015-10-05 22:53:30 +05:30
Sameer Naik 8611e882e9 Merge pull request #8 from sameersbn/remove-app-volume
removed `/app` volume from dockerfile
2015-10-05 22:28:18 +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 cc5cadb5fd Merge pull request #9 from sameersbn/remove-app-volume-instruction
Remove app volume instruction
2015-10-05 22:12:58 +05:30
Sameer Naik caf6501f1c chown the `/app` directory at boot 2015-10-05 22:07: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 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 1abda43eeb tests: added `jboss_client` function 2015-10-04 15:46:38 +05:30
Sameer Naik 809c81edbf tests: added `curl_client` function 2015-10-04 15:41:58 +05:30
Sameer Naik 660f8c9aea tests: added `curl_client` function 2015-10-04 15:39:26 +05:30
Sameer Naik 3a2990b6b5 Merge pull request #1 from sameersbn/s6-service
Configure wildfly as an s6 service
2015-10-04 15:22:58 +05:30
Sameer Naik 0f3ae2f2a5 tests: speed 'em up 2015-10-04 15:18:22 +05:30
Sameer Naik c4f0305438 tests: added `--retry 5` to curl args 2015-10-04 14:57:12 +05:30
Sameer Naik c40dbebc3f Merge pull request #2 from sameersbn/s6-service
Configure tomcat as an s6 service
2015-10-04 14:54:46 +05:30
Sameer Naik 5ba882d640 Merge pull request #1 from sameersbn/s6-service
Configure postgresql as an s6 service
2015-10-04 14:53:57 +05:30
Sameer Naik 90a919ed81 Merge pull request #5 from sameersbn/s6-service
Configure mongodb as an s6 service
2015-10-04 14:51:56 +05:30
Sameer Naik 8be5f25965 Merge pull request #9 from sameersbn/s6-service
Configure redis as an s6 service
2015-10-04 14:50:48 +05:30
Sameer Naik 02fc23c722 Merge pull request #4 from sameersbn/s6-service
Configure memcached as an s6 service
2015-10-04 14:50:14 +05:30