Sameer Naik
3bae43d870
Stacksmith merger ( #42 )
...
* switch to harpoon installer
* removed unused `installer.run.sha256`
* bump version to 5.5.0-1
* added sha256 hash for package verification
* switch to `gcr.io/stacksmith-images/ubuntu-buildpack:14.04` base image
* removed unused files
* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image
* organize dockerfile for stacksmith (#2 )
* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* organize dockerfile for stacksmith
* tests: fix python version test
* bump to node-5.10.1-0 (#3 )
* Fixes (#4 )
* tests: removed `npm install pg-native` test
* removed `WORKDIR` instruction
* update to node-5.11.0-0 (#6 )
* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r06`
* upgrade to node-5.11.0-0
* tests: fix python test
* upgrade to node-6.1.0-0
* cleanup dockerfile
* removed redundant `app-entrypoint.sh` script
* ignore `pkg-cache/` in git
* ignore `.git/` in docker builds
* restore `WORKDIR /app` instruction
* readme updates (#5 )
* Add extra packages (#7 )
* add `imagemagick` and `mysql-libraries` harpoon modules
* readme: fixes
* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage
* set image version to 6.1.0-r0
* update node harpoon module -> `node-6.2.0-0`
* updated TLDR to launch `repl` in docker-cli command
* readme: import cwd as `/app` volume in `docker-compose` examples
* readme: mention use of user namespaces
2016-05-19 12:12:42 -07:00
Adnan Abdulhussein
cb346bf2f9
Fix permissions so global npm modules can be installed without sudo
2015-10-12 12:31:58 +01:00
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
Adnan Abdulhussein
3a54eee336
Add note about accepting remote connections to help text
2015-09-28 18:32:59 +01:00
Sameer Naik
63654145f0
fix links to `hub.docker.com`
2015-08-08 12:08:51 +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
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
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
f69097ed60
Add node documentation
2015-05-29 15:14:51 -07:00