Miguel Ángel Martínez Triviño
cb6a48e183
Merge pull request #1 from bitnami/stacksmith/add-dockerfile-ur4qay6
...
stacksmith: Add Dockerfile
2016-06-15 10:41:06 -07:00
stacksmith-bot
882e0d651d
stacksmith: Add Dockerfile
2016-06-15 10:40:49 -07:00
Miguel Martinez
02f8d4e519
first commit
2016-06-15 10:40:25 -07:00
Sameer Naik
be47566afc
use `nc` for database server connection test
2016-06-14 21:07:27 +05:30
Sameer Naik
68b799ccc9
use direct link
2016-06-14 20:03:57 +05:30
Miguel Ángel Martínez Triviño
683fc2bb70
Merge pull request #4 from sameersbn/db-migrate
...
run database migration at launch if required
2016-06-10 09:08:15 -07:00
Sameer Naik
95d18d7ab3
run database migration at launch if required
2016-06-10 21:33:14 +05:30
Sameer Naik
3785384ccb
moved tutorial.md -> README.md
2016-06-10 16:25:28 +05:30
Sameer Naik
61e9ad2336
install `postgresql-libraries` module
2016-06-10 15:57:46 +05:30
Sameer Naik
cdcc10172a
Merge pull request #3 from sameersbn/rails-dev-tutorial
...
docs: added rails developer tutorial
2016-06-10 12:19:20 +05:30
Sameer Naik
979a1157ea
docs: added rails developer tutorial
2016-06-09 23:33:55 +05:30
Josh Pollock
fc287f77ce
Fix spelling of WordPress ( #16 )
...
capital_P_dangit()
2016-06-08 12:40:04 +05:30
Miguel Martinez
90196da4a9
Removing build line
2016-06-07 09:48:12 -07:00
Miguel Martinez
1b56183f6e
Fixing mariadb version and removing volumes
2016-06-07 09:27:48 -07:00
davidbhlm-github
59a86e779e
Merge pull request #16 from bitnami/3.2
...
New Redmine 3.2.3 version
2016-06-07 12:24:26 +02:00
David Gomez
0983523162
New Redmine 3.2.3 version
2016-06-07 12:03:22 +02:00
Miguel Martinez
040c807c72
Fixing indentation
2016-06-06 18:49:25 -07:00
Sameer Naik
6d31d367e2
Stacksmith merger ( #24 )
...
* switch to harpoon installer
* switch to `gcr.io/stacksmith-images/ubuntu: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
* removed `BITNAMI_APP_VOL_PREFIX` macro
* moved hacks to `app-entrypoint.sh`
* organize dockerfile for stacksmith
* tests: updated
* Bump version (#3 )
* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r06`
* upgrade to `postgresql-9.4.5-1`
* password for `postgres` user is now optional
* upgrade to `postgresql-9.4.5-2`
* organize dockerfile
* ignore `.git/` and `tests/` directories in docker builds
* ignore `pkg-cache/` in git
* add `/opt/bitnami/$BITNAMI_APP_NAME/sbin` to `PATH`
* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage
* tests: cannot login as postgres user without a password
* add `POSTGRES_DB` env param to create database
* add `POSTGRES_USER` env param to create custom user
* add parameters to support master/slave replication
* update to postgresql-9.5.3-0
* readme: updated
* updated to `postgresql-9.5.3-1`
2016-06-06 09:07:57 -07:00
Adnan Abdulhussein
254353931b
Merge pull request #19 from sameersbn/stacksmith-merger
...
Stacksmith merger
2016-06-06 09:03:43 -07:00
juan131
bbd3b7c1a8
Merge pull request #7 from bitnami/8.1.2
...
Drupal version 8.1.2
2016-06-06 11:57:35 +02:00
Juan Ariza
5d3814a267
Drupal version 8.1.2
2016-06-06 11:56:34 +02:00
Miguel Martinez
d3a4731407
Pasting files in root dir
2016-06-03 14:46:28 -07:00
Miguel Martinez
9fc0a96494
Added Rails App setup
2016-06-03 14:16:24 -07:00
Miguel Martinez
8dea5c77a6
Installing Rails 4.2.6
2016-06-03 10:23:05 -07:00
Miguel Ángel Martínez Triviño
383b124ec3
Merge pull request #2 from bitnami/stacksmith/add-dockerfile-2v2yvmx
...
stacksmith: Add Dockerfile
2016-06-03 10:13:36 -07:00
stacksmith-bot
31b35f6a0f
stacksmith: Add Dockerfile
2016-06-03 10:12:58 -07:00
Miguel Ángel Martínez Triviño
31d78b004c
Merge pull request #1 from bitnami/stacksmith/add-dockerfile-5pem3ni
...
stacksmith: Add Dockerfile
2016-06-03 10:09:08 -07:00
stacksmith-bot
3aea606d29
stacksmith: Add Dockerfile
2016-06-03 10:07:22 -07:00
Miguel Martinez
608ac38208
first commit
2016-06-03 09:56:42 -07:00
tompizmor
22401502fe
Merge pull request #35 from bitnami/1.10
...
Update nginx version to 1.10.1
2016-06-01 19:05:51 +02:00
Tomas
caab5c0c93
Update nginx version to 1.10.1
2016-06-01 19:03:11 +02:00
Sameer Naik
6cf0f1cac6
Stacksmith merger ( #17 )
...
* switch to harpoon installer
* removed unused `installer.run.sha256`
* bump java version to 1.8.0_71-0
* added sha256 hash for package verification
* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image
* removed unused files
* tests: updated for current feature set
* switch to `gcr.io/stacksmith-images/ubuntu:14.04-r05` base image
* organize dockerfile for stacksmith (#2 )
* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* removed `BITNAMI_APP_VOL_PREFIX` macro
* moved hacks to `app-entrypoint.sh`
* organize dockerfile for stacksmith
* added `VOLUME` instruction
* tests: add volume tests
* upgrade to `wildfly-10.0.0-0`
* readme: updates
* updated .dockerignore rules
* tests: bump `SLEEP_TIME`
* readme: fixes
* fix jboss-cli tests
2016-05-31 10:45:42 -07:00
Sameer Naik
1e09102271
tests: bump `SLEEP_TIME`
...
+
2016-05-31 19:10:37 +05:30
Sameer Naik
082f271c7c
update to `mongodb-3.2.6-3`
2016-05-31 18:30:11 +05:30
Sameer Naik
05a56e2ebe
Merge file:///Users/sameersbn/workdir/bitnami/stacksmith/mongodb into stacksmith-merger
2016-05-31 17:52:02 +05:30
Sameer Naik
7d239a9d55
added dockerignore rules
2016-05-31 17:43:56 +05:30
Sameer Naik
795af1bd1b
readme: updated
2016-05-31 17:42:49 +05:30
Sameer Naik
25f0f29378
tests: updated
2016-05-31 17:00:50 +05:30
Sameer Naik
3c4e2a8f4f
upgrade to `mongodb-3.2.6-1`
2016-05-31 12:05:02 +05:30
Sameer Naik
150c58758f
Stacksmith merger ( #18 )
...
* switch to harpoon installer
* removed unused `installer.run.sha256`
* bump java version to 1.8.0_71-0
* added sha256 hash for package verification
* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image
* removed unused files
* tests: updated for current feature set
* switch to `gcr.io/stacksmith-images/ubuntu:14.04-r05` base image
* organize dockerfile for stacksmith (#2 )
* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* removed `BITNAMI_APP_VOL_PREFIX` macro
* moved hacks to `app-entrypoint.sh`
* organize dockerfile for stacksmith
* added `VOLUME` instruction
* tests: volume tests
* tests: remove host volumes in cleanup
* app-entrypoint: remove mkdir instrcution
* tests: restored test to deploy sample application
* upgrade to `tomcat-8.0.35-0`
* readme: updates
* updated `.dockerignore` rules
* tests: bump `SLEEP_TIME`
* readme: fixes
2016-05-27 16:56:27 -07:00
Sameer Naik
a8f87c22d4
Stacksmith merger ( #27 )
...
* switch to harpoon installer
* bump version to 2.4.18-0
* removed unused `installer.run.sha256`
* added sha256 hash for package verification
* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image
* removed `logs/` and `conf/` VOLUME mountpoints
* removed unused files
* display bitnami welcome text
* check for updates on container startup
* upgrade baseimage: gcr.io/stacksmith-images/ubuntu:14.04-r05
* removed sample vhost configurations
* updated to latest apache-2.4.18-0 package (#3 )
* organize dockerfile for stacksmith (#4 )
* removed `BITNAMI_APP_DIR` macro
* removed `VOLUME` instruction
* removed `BITNAMI_APP_VOL_PREFIX` macro
* add `/opt/bitnami/$BITNAMI_APP_NAME/sbin` to PATH
* organize dockerfile for stacksmith
* add `/opt/bitnami/common/bin` to `PATH`
* readme: updated (#5 )
* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` and `apache-2.4.18-2`
* create `/app` symlink to `/opt/bitnami/$BITNAMI_APP_NAME/htdocs`
* readme: updates
* tests: bump SLEEP_TIME
* tests: make vhosts test compatible with `sh` shell
* readme: updates
* upgrade to `apache-2.4.20-0`
* updated .gitignore rules
* updated .dockerignore rules
* app-entrypoint: fix `chown` operation
2016-05-27 16:53:55 -07:00
Sameer Naik
a1118369a7
Stacksmith merger ( #34 )
...
* switch to harpoon installers
note: the default `nginx.conf` does not read user defined virtual host
configurations from `/opt/bitnami/nginx/conf/vhosts/`. As a temporary
fix, we override the `nginx.conf` with our own copy
* removed unused `installer.run.sha256`
* bump version to 1.9.10-0
* added sha256 hash for package verification
* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image
* removed unused files
* tests: updated for current feature set
* upgrade baseimage: gcr.io/stacksmith-images/ubuntu:14.04-r05
* removed sample vhost configurations
* organize dockerfile for stacksmith (#3 )
* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* updated `PATH` variable
* moved hacks to `app-entrypoint.sh`
* organize dockerfile for stacksmith
* tests: bump `SLEEP_TIME` to `10` seconds
* upgrade to nginx-1.10.0-0
* add `.tar.gz` to git ignore rules
* updated `.dockerignore` rules
* readme: updated
* tests: bump `SLEEP_TIME`
* app-entrypoint: fix `chown` operation
2016-05-27 16:52:02 -07:00
Sameer Naik
e03d2b9690
Stacksmith merger ( #15 )
...
* switch to harpoon package
* add `MEMCACHED_USER` env param to create custom user
* organize dockerfile for stacksmith (#1 )
* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* removed `BITNAMI_APP_VOL_PREFIX` macro
* add `/opt/bitnami/$BITNAMI_APP_NAME/sbin` to PATH
* removed logs dir symlink creation
* organize dockerfile for stacksmith
* upgrade to `memcached-1.4.25-1`
* readme: updates
* updated .gitignore rules
* updated .dockerignore rules
* app-entrypoint: fix `chown` operation
2016-05-27 16:49:38 -07:00
Sameer Naik
5631f60228
app-entrypoint: fix `chown` operation
2016-05-27 17:59:16 +05:30
Luis Lobo Borobia
61ac2c932f
Made chown only change the GROUP owner ( #39 )
...
* Adds BITNAMI_APP_GROUP
* Adds BITNAMI_APP_GROUP to chmod
So that it can be better customized
* Removed extra \
* It should just change the group
* Removed BITNAMI_APP_GROUP and replaced the use of BITNAMI_APP_GROUP
2016-05-27 09:30:35 +05:30
Luis Lobo Borobia
0ba45546a1
Made chown only change the GROUP owner ( #33 )
...
* Adds BITNAMI_APP_GROUP
Adds BITNAMI_APP_GROUP
* Uses BITNAMI_APP_GROUP when running chown
* Update 01-bitnami-nginx
* Removed BITNAMI_APP_GROUP, replaced it's use with BITNAMI_APP_USER
2016-05-27 09:25:06 +05:30
Sameer Naik
7f0949db55
upgrade to `mariadb-10.1.14-1` ( #49 )
...
Fixes #47
2016-05-26 17:28:11 +05:30
Sameer Naik
2793591883
Merge branch 'luislobo-master'
2016-05-26 12:04:56 +05:30
tompizmor
2d05f9a601
Merge pull request #15 from bitnami/3.2
...
Updated Redmine application to 3.2.2
2016-05-24 15:33:32 +02:00
Tomas
5a34612b98
Updated Redmine application to 3.2.2
2016-05-24 15:30:30 +02:00