Commit Graph

159 Commits

Author SHA1 Message Date
Adnan Abdulhussein
272d3c7a1e Run install script as executable 2015-10-08 12:49:29 +01:00
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
Sameer Naik
65a741a864 created rootfs/ directory structure 2015-10-02 20:04:33 +05:30
Adnan Abdulhussein
5397e2a106 Merge pull request #10 from bitnami/4.1.1-0
Update to 4.1.1
2015-09-28 18:58:06 +01:00
Adnan Abdulhussein
1112c7c837 Update to 4.1.1
Change tests to install pg-native rather than imagemagick-native, since the latter does not support 4.x
2015-09-28 18:50:06 +01:00
Miguel Ángel Martínez Triviño
2f83eb1ae7 Merge pull request #9 from bitnami/add-remote-connections-help
Add note about accepting remote connections to help text
2015-09-28 19:33:55 +02:00
Adnan Abdulhussein
3a54eee336 Add note about accepting remote connections to help text 2015-09-28 18:32:59 +01:00
Adnan Abdulhussein
34b8451a16 Merge pull request #8 from bitnami/4.1.0-0
Update to 4.1.0-0
2015-09-22 12:40:28 +02:00
Adnan Abdulhussein
fe47024d68 Update to 4.1.0-0
imagemagick-native seems to not support this version which is causing tests to fail
2015-09-18 17:13:54 +02:00
Sameer Naik
f26b5b9379 fix installer.run.sha256 with busybox sha256sum applet 2015-09-15 15:04:24 +05:30
Adnan Abdulhussein
ff40ad7484 Merge pull request #7 from bitnami/4.0.0-0
Update to 4.0.0-0
2015-09-11 13:50:56 -07:00
Adnan Abdulhussein
0c251bdd4d Update to 4.0.0-0
Note, test fails due to imagemagic-native. Seems to be the following issue:
https://github.com/mash/node-imagemagick-native/issues/88
2015-09-11 12:09:47 -07:00
Sameer Naik
63654145f0 fix links to hub.docker.com 2015-08-08 12:08:51 +05:30
Adnan Abdulhussein
3a1277f0cb Merge pull request #6 from bitnami/openssl-patch
Update to version with patched openssl
2015-07-10 13:46:51 -07:00
Adnan Abdulhussein
c5eae7daab Update to version with patched openssl 2015-07-10 13:39:49 -07:00
Miguel Ángel Martínez Triviño
a39dabf8e2 Merge pull request #5 from bitnami/0.12.6-0
Version bump
2015-07-09 10:54:51 -07:00
Miguel Martinez
3027eb4f35 Version bump 2015-07-09 10:45:24 -07:00
Miguel Ángel Martínez Triviño
d6dc7a924c Merge pull request #4 from bitnami/0.12.5-0
0.12.5-0; python issue fixed
2015-06-25 18:55:50 -07:00
Miguel Martinez
b0b3ae7dba 0.12.5-0; python issue fixed 2015-06-25 18:52:42 -07:00
Adnan Abdulhussein
8381ee15a9 Merge pull request #3 from prydonius/base-image-update
Bump for base image update
2015-06-23 18:28:12 -07:00
Adnan Abdulhussein
b3bcf34859 Bump for base image update 2015-06-23 18:12:23 -07:00
Sameer Naik
e8f40ffb5f Merge branch 'readme-updates' 2015-06-20 10:22:04 +05:30
Sameer Naik
4ce43a8797 readme: link to the bitnami/node dockerhub page 2015-06-20 10:21:48 +05:30
Adnan Abdulhussein
e96dde6ec7 Bump version and add build status to README 2015-06-19 18:13:49 -07:00
Miguel Ángel Martínez Triviño
cba28a3ea1 Merge pull request #2 from bitnami/man_page_changes
Made minor copy edits
2015-06-19 17:19:38 -07:00
Mustafa Jamil
7a1b75e0ec Made minor copy edits 2015-06-19 17:07:26 -07:00
Adnan Abdulhussein
ce3fa92107 Add testing section to README 2015-06-19 16:24:25 -07:00
Adnan Abdulhussein
11b46bcc97 Documentation changes
- remove version numbers
  - link to project
  - use same volume paths in docker run and compose
  - capitalize node.js
2015-06-19 15:03:18 -07:00
Adnan Abdulhussein
88aef768a0 Add Apache 2.0 License 2015-06-19 11:50:11 -07:00
Miguel Martinez
7307df562e Cleanup containers on tets 2015-06-19 11:03:32 -07:00
Miguel Ángel Martínez Triviño
6082b92e11 Merge pull request #1 from bitnami/port-exposed-test
Test example express app
2015-06-18 16:39:15 -07:00
Adnan Abdulhussein
8075972604 Test example express app 2015-06-18 16:37:32 -07:00
Miguel Martinez
9c285cf4ba Renaming Node 2015-06-18 16:24:26 -07:00
Miguel Martinez
0d1b9c9cc8 renaming tests 2015-06-18 14:42:41 -07:00
Miguel Martinez
d23bacb672 0.12.4-2 version + tests 2015-06-18 14:27:39 -07:00
Adnan Abdulhussein
e8c3b14481 Switch to onbuild base 2015-06-18 11:44:39 -07:00
Sameer Naik
429b5d9bc5 readme: fix build instructions 2015-06-18 18:09:41 +05:30
Adnan Abdulhussein
2a10154f43 README fixes for Docker Hub Compatibility 2015-06-17 18:54:28 -07:00
Adnan Abdulhussein
7468cef932 Improve README 2015-06-16 20:56:43 -07:00
Adnan Abdulhussein
cdbe9be1dd Switch to onbuild base 2015-06-16 15:22:50 -07:00
Miguel Martinez
64e3bfa417 Path one liner 2015-06-16 11:57:55 -07:00
Miguel Martinez
e30d835b54 Maintainer change 2015-06-15 18:27:24 -07:00
Miguel Martinez
fa5e8e4990 /opt/bitnami 2015-06-15 15:32:50 -07:00
Miguel Martinez
a528548dd5 Using new base image 2015-06-12 16:08:30 -07:00
Miguel Martinez
10ca63d775 Adding help file 2015-06-12 10:44:00 -07:00
Miguel Martinez
ad72130025 Adding integrity check 2015-06-11 14:14:01 -07:00