Commit Graph

42 Commits

Author SHA1 Message Date
Bitnami Bot
62ce2ca2f9 7.10.0-r1 release
Update image to version 7.10.0-r1
2017-05-04 12:05:57 +00:00
Bitnami Bot
f2e442a0ba 6.10.3-r1 release
Update image to version 6.10.3-r1
2017-05-04 11:57:05 +00:00
Bitnami Bot
03a9bc9818 4.8.3-r1 release
Update image to version 4.8.3-r1
2017-05-04 11:31:40 +00:00
Bitnami Bot
2c463a4c0c Update release series information 2017-05-04 10:39:38 +00:00
Bitnami Bot
e8ccdc603b Update release series information 2017-05-04 10:21:10 +00:00
Bitnami Bot
0cdbd484b7 Update release series information 2017-05-04 10:16:31 +00:00
Sameer Naik
3a4e18587f adds bitmami-oss.slack.com team integration 2017-05-04 11:23:19 +05:30
Bitnami Bot
f1d586f096 Update release series information 2017-04-19 11:38:14 +00:00
Bitnami Bot
bff915ed19 Update release series information 2017-04-11 11:10:33 +00:00
Bitnami Bot
30f820dcc4 Update release series information 2017-04-11 11:00:32 +00:00
Bitnami Bot
9302a954db Update release series information 2017-04-11 10:51:17 +00:00
Bitnami Bot
29601a370d Update release series information 2017-03-29 16:21:11 +00:00
Andres
feb67176fe Change README.md structure 2017-03-28 10:39:46 +02:00
Bitnami Bot
371a828856 Update release series information 2017-03-23 14:46:18 +00:00
Sameer Naik
bd01cd1f00 readme: updated links to Dockerfiles 2017-03-23 15:29:40 +01:00
Bitnami Bot
a85640b45d Update release series information 2017-03-23 11:49:28 +00:00
Bitnami Bot
d00cb5c16f Update release series information 2017-03-20 13:46:07 +00:00
Bitnami Bot
0347241a8f Update release series information 2017-03-13 12:28:35 +00:00
Bitnami Bot
36ba6f3eee Update release series information 2017-03-06 13:06:03 +00:00
Andrés Bono
6e074572e9 Update supported tags 2017-02-22 17:32:04 +01:00
Andres
d80a6c032d Add supported tags in README 2017-02-21 16:22:28 +01:00
Sameer Naik
3e6a25d54b BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:34:58 +05:30
Sameer Naik
7e5976d54b replace use of docker links with docker networks 2016-12-09 21:18:28 +05:30
Adnan Abdulhussein
28c9a4b9d5 circleci-badge 2016-10-13 16:42:27 -07:00
Sameer Naik
8bb8d88f70 fix: BITNAMI_APP_VERSION script macro has been renamed to BITNAMI_IMAGE_VERSION 2016-10-13 20:28:48 +05:30
Adnan Abdulhussein
2fa66ccc93 Add Docker Hub automated build badge 2016-08-25 19:01:55 -07:00
Sameer Naik
e1e8c60910 license: updated copyright notice 2016-08-02 17:48:17 +05:30
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