Commit Graph

27 Commits

Author SHA1 Message Date
Sameer Naik
45bc088baf bump version to 3.2.7-r2 2016-07-12 10:39:49 +05:30
Sameer Naik
18b7fdd154 update to gcr.io/stacksmith-images/ubuntu:14.04-r8 2016-07-12 10:39:37 +05:30
Sameer Naik
d1329f65ea bump image revision to 3.2.7-r1 2016-07-11 21:32:59 +05:30
Tomas
de9efbaad4 Update MongoDB to 3.2.7 version 2016-06-22 22:02:38 +02:00
Sameer Naik
082f271c7c update to mongodb-3.2.6-3 2016-05-31 18:30:11 +05:30
Sameer Naik
3c4e2a8f4f upgrade to mongodb-3.2.6-1 2016-05-31 12:05:02 +05:30
Sameer Naik
ea39d49c1c remove cache copy 2016-04-18 21:52:52 +05:30
Sameer Naik
40e7a0bdfe fix sha256sum value 2016-04-18 18:56:39 +05:30
Sameer Naik
e13b286ae1 organize dockerfile for stacksmith (#4)
* removed `BITNAMI_APP_DIR` macro
* removed `BITNAMI_APP_VOL_PREFIX` macro
* define `BITNAMI_APP_CHECKSUM` macro
* add `/opt/bitnami/$BITNAMI_APP_NAME/sbin` to PATH
* organize dockerfile for stacksmith
2016-04-18 18:06:11 +05:30
Sameer Naik
a64ff24201 updated to mongodb-3.2.1-1
Notable Changes:
 - `--username` and `--password` are optional
 - no default password, authentication is disabled
2016-04-05 20:24:49 +05:30
Sameer Naik
9c397d6f7d symlink /bitnami/mongodb/data -> /opt/bitnami/mongodb/data/db 2016-03-29 23:12:06 +05:30
Sameer Naik
fbed812c56 upgrade baseimage: gcr.io/stacksmith-images/ubuntu:14.04-r05 2016-03-22 12:54:44 +05:30
Sameer Naik
1dea1cc15b switch to gcr.io/stacksmith-images/ubuntu:14.04 base image 2016-03-11 12:57:54 +05:30
Sameer Naik
02ca9f6662 switch to harpoon installer 2016-02-05 23:29:36 +05:30
Sameer Naik
c0b4b6adf4 bump version 3.0.7-1-r01 2015-11-25 13:15:06 +05:30
Sameer Naik
f15437f25b Bump version 3.0.7-1 2015-11-17 11:36:54 +05:30
Sameer Naik
45d9c22230 bump version 3.0.7-0 2015-10-15 22:21:58 +05:30
Adnan Abdulhussein
a9f1e007c8 Run install script as executable 2015-10-08 12:43:43 +01:00
Sameer Naik
218255726b use the entrypoint.sh script from the base image 2015-10-04 14:27:56 +05:30
Sameer Naik
b989d94d93 configure mongodb as a s6 service 2015-10-02 23:41:30 +05:30
Sameer Naik
1f1f3b7aab created rootfs/ directory structure 2015-09-30 22:26:02 +05:30
Adnan Abdulhussein
edf196cb34 Update MongoDB to 3.0.6 2015-08-26 14:04:04 -07:00
Miguel Martinez
5d747e0561 Bump to version 3.0.5.1 2015-08-19 09:53:10 -07:00
Miguel Martinez
11641e9a8e Bump version 3.0.5 2015-08-14 16:47:39 -07:00
Sameer Naik
69b6068de9 creation of users and databases using env variables
Added `MONGODB_USER`, `MONGODB_PASSWORD` and `MONGODB_DATABASE` parameters to
create user and database at first run.

The `MONGODB_USER` (default: `root`) and `MONGODB_PASSWORD` parameters
indicate if authentication `--auth` is enabled on the server,
else the server allows unauthenticated access.

The user is created only if `MONGODB_PASSWORD` is also specified. The
default `root` user is assigned `userAdminAnyDatabase` role on the
`admin` database giving the `root` user complete administrative
access to the mongo server.
2015-08-05 20:17:12 +05:30
Sameer Naik
459b69e6f2 bump bitnami installer to 3.0.5-0 2015-08-04 23:18:55 +05:30
Sameer Naik
ef905d32ff initial creation 2015-07-31 20:51:47 +05:30