Commit Graph

12 Commits

Author SHA1 Message Date
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
Sameer Naik
0f82ad39e6 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:34:32 +05:30
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
Sameer Naik
d9317111a4 tests: added --noproxy node argument to curl 2015-10-06 21:51:16 +05:30
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 Martinez
b0b3ae7dba 0.12.5-0; python issue fixed 2015-06-25 18:52:42 -07:00
Miguel Martinez
7307df562e Cleanup containers on tets 2015-06-19 11:03:32 -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