Commit Graph

438828 Commits

Author SHA1 Message Date
Sameer Naik 1320a927e5 readme: added CI build badge (#14) 2016-05-23 10:55:34 -07:00
vosgaust 80dedfd0df Merge pull request #13 from sameersbn/bats-tests-and-doc-updates
Bats tests and doc updates
2016-05-23 13:34:50 +02:00
Sameer Naik cefcddd631 tests: fix typo 2016-05-23 13:54:47 +05:30
Sameer Naik 25d7138afc tests: bump `SLEEP_TIME` 2016-05-23 13:44:46 +05:30
Sameer Naik 94564a0bd1 updated `docker-compose.yml` template 2016-05-23 13:42:42 +05:30
Sameer Naik fd92afe2c2 readme: updates 2016-05-23 13:40:00 +05:30
Sameer Naik ecd1836e3c tests: basic tests 2016-05-23 13:39:39 +05:30
Luis Lobo Borobia 3ea0b83d20 Removed changing the user when chowning source files
This allows for the user to still have ownership when developing
2016-05-20 21:24:10 -03:00
Sameer Naik 10acebb2e3 readme: use `/path/to/mariadb-persistence` and `/path/to/mariadb-backups` in examples (#48) 2016-05-20 16:40:58 -07:00
edu 60e6eae3b2 Merge branch 'master' of https://github.com/bitnami/bitnami-docker-wordpress 2016-05-20 17:05:11 +02:00
edu bc69460ce0 Remove use of data-only containers at README 2016-05-20 16:56:54 +02:00
edu fb4b8b3fa2 Change version env variable name 2016-05-20 16:56:23 +02:00
vosgaust bf80fa99e9 Merge pull request #12 from bitnami/4.5
Release WordPress 4.5.2 Harpoon Module
2016-05-20 16:23:38 +02:00
edu ad5f1d5298 Release WordPress 4.5.2 Harpoon Module 2016-05-20 16:21:17 +02:00
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 a2c8308317 Stacksmith merger (#27)
* switch to harpoon installer

* removed unused `installer.run.sha256`

* bump version to 2.3.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-r05` base image

* organize dockerfile for stacksmith (#2)

* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* updated `PATH` variable
* organize dockerfile for stacksmith
* removed unused `BITNAMI_APP_USER` macro

* bump to ruby-2.3.0-6 (#3)

* cleanup

* update to ruby-2.3.1-0 (#4)

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r06`

* upgrade to ruby-2.3.1-0

* updated readme

* update harpoon module to ruby-2.3.1-1 (#5)

* upgrade to ruby-2.3.1-1

* cleanup dockerfile

* removed redundant `app-entrypoint.sh` script

* ignore `pkg-cache/` in git

* ignore `.git/` in docker builds

* readme: updates

* readme: added note about removal of `USER` instruction

* add `imagemagick` and `mysql-libraries` harpoon modules

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage

* readme: mention docker daemon user namespace support

* updated TLDR to launch `irb` from docker-cli

* readme: import cwd as `/app` volume in `docker-compose` examples
2016-05-19 10:33:37 -07:00
Sameer Naik f26ad97aca Stacksmith merger (#30)
* switch to harpoon installer

* 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

* updated to redis-3.0.6-1

Noteable changes:
 - redis password is optional, no default password

* tests: updated for redis-3.0.6-1

* organize dockerfile for stacksmith (#3)

* define `BITNAMI_APP_CHECKSUM` macro

* removed `BITNAMI_APP_DIR` macro

* removed `BITNAMI_APP_VOL_PREFIX` macro

* add `/opt/bitnami/$BITNAMI_APP_NAME/sbin` to PATH

* organize dockerfile for stacksmith

* tests: bump `SLEEP_TIME` to `10` seconds

* version bump and replication support (#4)

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r06`

* upgrade to `redis-3.2.0-0`

* cleanup dockerfile

* ignore `pkg-cache/` in git

* ignore `.git` and `tests/` directories in docker builds

* add env parameters to configure master/slave replication

* tests: adds replication tests

* readme: updated

* updated checksum

* tests: bump `SLEEP_TIME` to `30` seconds to fix jenkins tests

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage

* updated readme

* readme: fixed typo

* readme: use `/path/to/redis-persistence` and `/path/to/redis-backups` in examples
2016-05-19 10:28:33 -07:00
Sameer Naik b8b068fc3d Fix update checks (#37)
* fixing update checks

* updated readme to use `/bitnami/php-fpm` as the volume path
2016-05-19 10:01:07 -07:00
Sameer Naik 2ca9883fdf test: can create custom database with `-` character in the name (#46)
* test: can create custom database with `-` character in the name

* fix version in changelog
2016-05-18 15:44:55 -07:00
Sameer Naik f182503a88 stacksmith merger (#36)
* removed stray index.php

* switch to harpoon installer

* removed unused `installer.run.sha256`

* bump version to 7.0.3-0

* added sha256 hash for package verification

* organize dockerfile for stacksmith (#1)

* use php harpoon module
* added hack to move `/opt/bitnami/php/conf/` to `/bitnami/php-fpm/conf`
* tests: updated

* update to php-7.0.5-1 (#2)

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r06`

* upgrade to php-7.0.5-1

* set workdir to `/app`

* define /bitnami/php VOLUME

* updated readme

* readme: fixes

* clean ups

* upgrade to `php-7.0.6-0` harpoon module

* define `BITNAMI_IMAGE_VERSION` env variable

* ignore `pkg-cache/` in git

* ignore `.git/` and `tests/` directories in docker builds

* upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage

* ignore `pkg-cache/` in git

* updated changelog
2016-05-18 15:40:48 -07:00
Andres 7dced27ff6 Merge pull request #14 from bitnami/3.2
Updated MariaDB references. Re-compiled Redmine using the latest Ruby
2016-05-13 18:55:14 +02:00
Andres f5cb955249 Updated MariaDB references. Re-compiled Redmine using the latest Ruby 2016-05-13 18:52:13 +02:00
Andres 18fe10c397 Merge pull request #6 from bitnami/8.1.1
Major change. Migration from installer to harpoon module.
2016-05-13 15:24:11 +02:00
Andres 3b31aca4d3 Major change. Migration from installer to harpoon module.
Update Drupal to 8.1.1
2016-05-13 15:12:31 +02:00
stacksmith-bot a0cf0350e2 stacksmith: Update Dockerfile (#45) 2016-05-12 18:10:28 -07:00
stacksmith-bot 3154e9e060 stacksmith: Add Dockerfile (#44)
* stacksmith: Add Dockerfile

* Setup MariaDB installation in Stacksmith Dockerfile
2016-05-12 16:51:20 -07:00
Adnan Abdulhussein fe93019fb3 Merge pull request #43 from sameersbn/stacksmith-merger
Stacksmith merger
2016-05-12 16:42:53 -07:00
Sameer Naik ec6c94846e upgrade to `gcr.io/stacksmith-images/ubuntu:14.04-r07` baseimage 2016-05-12 15:05:02 +05:30
Andres f78e35ebed Fix README typo 2016-05-11 17:34:31 +02:00
Sameer Naik 0872dd7c04 ignore `.git/` and `tests/` directories in docker builds 2016-05-11 16:33:05 +05:30
Sameer Naik af58376569 ignore `pkg-cache/` in git 2016-05-11 16:32:43 +05:30
Sameer Naik d9bace30ed set image version to `10.1.13-r0` in dockerfile 2016-05-10 18:48:43 +05:30
Sameer Naik b41e3fe6d8 tests: bump SLEEP_TIME to `45` seconds 2016-05-09 09:59:04 +05:30
Andres 7cc4007485 Update ImageMagick policies (CVE-2016–3714) 2016-05-06 19:17:33 +02:00
Sameer Naik 033813b395 mariadb checksum update 2016-05-06 21:12:31 +05:30
Sameer Naik d18508bfe3 Merge branch 'master' of github.com:bitnami/bitnami-docker-mariadb-ssmerge into stacksmith-merger 2016-05-06 17:27:20 +05:30
Sameer Naik 58a7eb5528 readme fixes 2016-05-06 17:06:17 +05:30
Sameer Naik f1199b0bbb upgrade to mariadb-10.1.13-5 (#7)
* upgrade to gcr.io/stacksmith-images/ubuntu:14.04-r06

* upgrade to mariadb-10.1.13-2

* create custom database with `MARIADB_DATABASE` env

* create custom user with `MARIADB_USER` env

* tests: Can create custom database with password for root

* can specify password for root with `MARIADB_ROOT_PASSWORD`

* upgrade to `mariadb-10.1.13-3`

* fixed test to create custom database with password for root

* organize dockerfile

* `chown` the volume only when `harpoon start` is the CMD

The `mysql` user is created when `harpoon initialize` is called. Until
that time we cannot use `mysql` user in `chown` commands.

* adds env vars to configure master/slave replication

* bump version to mariadb-10.1.13-4

* tests: added master/slave replication tests

* bump version to `mariadb-10.1.13-4`

* tests: fixed for changes in `mariadb-10.1.13-5`

Since `mariadb-10.1.13-5` the root user password can only be set using
the `MARIADB_ROOT_PASSWORD` environment variable.

* tests: added slave recovery test

* readme updated
2016-05-06 16:59:53 +05:30
Jorge Marin cef514ee0f Merge pull request #41 from bitnami/fix_bump_6.0.0
New installer to fix recent 6.0.0 release
2016-04-28 18:00:58 +02:00
Jorge Marin f46291cb47 New installer to fix recent 6.0.0 release 2016-04-28 15:31:31 +02:00
Jorge Marin c4ada734dc Merge pull request #40 from bitnami/6.0.0-0
bump version 6.0.0-0
2016-04-27 19:21:48 +02:00
Bitnami Container Builds 3e38bb3b4a bump version 6.0.0-0 2016-04-27 18:22:22 +02:00
juan131 6a99eb616b Merge pull request #5 from juan131/patch-1
Update Drupal to version 8.1.0-0
2016-04-27 14:17:49 +02:00
juan131 ae38074ac6 Update Drupal to version 8.1.0-0
Update Drupal to version 8.1.0-0
2016-04-27 13:44:13 +02:00
Jorge Marin d4f57c6274 Merge pull request #39 from bitnami/5.11.0-0
bump version 5.11.0-0
2016-04-25 19:22:00 +02:00
Bitnami Container Builds bd6fd91ad9 bump version 5.11.0-0 2016-04-25 19:06:07 +02:00
Jorge Marin 6b3e863d18 Merge pull request #32 from bitnami/1.9.15-1
bump version 1.9.15-1
2016-04-22 15:20:14 +02:00
Bitnami Container Builds e5c70feb32 bump version 1.9.15-1 2016-04-22 14:52:00 +02:00
Sameer Naik de66df2292 readme fixes 2016-04-19 22:13:56 +05:30
Sameer Naik 36128f6670 updated readme (#6) 2016-04-19 22:11:16 +05:30