Commit Graph

217 Commits

Author SHA1 Message Date
Sameer Naik
58be033fc4 Merge branch 'revision-10.0.0-r2' 2016-09-07 14:19:40 +05:30
Sameer Naik
814f619a75 bump image version to revision-10.0.0-r2 2016-09-07 11:48:13 +05:30
Sameer Naik
4d50e1f7b2 Merge branch 'harpoon-nami' 2016-09-07 11:47:06 +05:30
Sameer Naik
a0a0587bb0 set default password to bitnami 2016-09-04 23:54:43 +05:30
Sameer Naik
7c01eabe3a entrypoint: load the module inputs.json file 2016-09-04 23:33:28 +05:30
Sameer Naik
26ae36d41e Dockerfile: java-1.8.0_101-0 module update` 2016-09-04 23:31:17 +05:30
Sameer Naik
808db1a56e harpoon has been renamed to nami 2016-09-04 23:31:09 +05:30
Adnan Abdulhussein
a736f6e5cb Merge pull request #20 from bitnami/prydonius-patch-1
Add Docker Hub automated build badge
2016-08-26 17:42:28 -07:00
Adnan Abdulhussein
55a089be46 Add Docker Hub automated build badge 2016-08-26 17:42:22 -07:00
Sameer Naik
9444469aa6 Merge pull request #19 from sameersbn/update-copyright-notice
license: updated copyright notice
2016-08-02 19:52:35 +05:30
Sameer Naik
b322f2b88c license: updated copyright notice 2016-08-02 18:00:55 +05:30
Sameer Naik
a8566c9771 Merge pull request #18 from sameersbn/bump-version
Bump version
2016-07-12 13:31:53 +05:30
Sameer Naik
7bc3fad5d5 bump version to 10.0.0-r1 2016-07-12 10:46:45 +05:30
Sameer Naik
708fe1194d update to gcr.io/stacksmith-images/ubuntu:14.04-r8 2016-07-12 10:46:32 +05:30
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
248d576411 Merge pull request #16 from bitnami/10.0.0-0
10.0.0 0
2016-03-04 11:38:30 +05:30
Sameer Naik
4d3c43b337 tests: sleep additional SLEEP_TIME in domain ode connect test 2016-03-04 11:15:39 +05:30
Jorge Marin
64c629c8eb bump version 10.0.0-0 2016-03-03 18:34:49 +01:00
Jorge Marin
c4f26b91d8 Fix tests for 10.x series 2016-03-03 18:19:24 +01:00
Sameer Naik
ad497f4658 Merge pull request #15 from sameersbn/bump-9.0.1-0-r03
bump version to 9.0.1-0-r03
2016-02-17 12:34:25 -08:00
Sameer Naik
c221857eb3 bump version to 9.0.1-0-r03 2016-02-17 11:32:02 -08:00
Sameer Naik
81c4b9e616 Merge pull request #14 from sameersbn/release-9.0.1-0-r02
bump version 9.0.1-0-r02
2016-01-21 22:27:24 +05:30
Sameer Naik
06d639dea6 bump version 9.0.1-0-r02 2016-01-21 22:09:11 +05:30
Sameer Naik
9065bd61ec Merge pull request #13 from sameersbn/raise-tests-sleep-time
bump tests SLEEP_TIME
2016-01-21 13:08:39 +05:30
Sameer Naik
1222f1206c bump tests SLEEP_TIME 2016-01-21 12:39:31 +05:30
Sameer Naik
b665fcf684 Merge pull request #12 from sameersbn/fix-tests
raising `SLEEP_TIME` to `20` to fix tests on jenkins
2016-01-21 00:58:25 +05:30
Sameer Naik
7581a40a50 raising SLEEP_TIME to 20 to fix tests on jenkins 2016-01-20 01:04:34 +05:30
Sameer Naik
0c5ac3f735 Merge pull request #11 from sameersbn/optimize-mem-usage
optimize memory usage during tests
2016-01-19 13:54:11 +05:30
Sameer Naik
d1380a9b0c optimize memory usage during tests
seggregated the standalone and domain mode tests into separate tests to
minimize system memory utilization.
2016-01-19 13:35:18 +05:30
Sameer Naik
631d840e99 Merge pull request #10 from sameersbn/fix-data-persistence
adds `data/` volume
2016-01-18 23:12:54 +05:30
Sameer Naik
e341b48844 For proper persistence of deployment data, the standalone/ and
`domain/` directories need to persist across container shutdown and
startup.

To achive this we mount a `data/` volume that is populated with the
`standalone/` and `domain/` directories at launch. Symlinks are setup in
the `post-install.sh` script to maintain the compatibility of wildfly
command-line tools such as `add-user.sh`. This commit removed the `/app`
volume.

Documentation has been updated to reflect these changes
2016-01-18 20:15:08 +05:30
Sameer Naik
a3786ce3a9 Merge pull request #9 from sameersbn/release-finalization
release finalization
2016-01-18 19:21:50 +05:30
Sameer Naik
e2180dd355 create empty /home/wildfly directory 2016-01-18 14:54:07 +05:30
Sameer Naik
6dcc389f01 moved password setting into set_manager_password function 2016-01-18 00:07:19 +05:30
Sameer Naik
940c2b0d49 renamed initialize_wildfly_deployments_directory to initialize_deployments_directory 2016-01-18 00:06:06 +05:30
Sameer Naik
074579ddbb Merge pull request #8 from sameersbn/tests-config-preserved
tests: Configuration changes are preserved after deletion
2015-11-28 09:40:46 +05:30
Sameer Naik
23c8ba2190 tests: Configuration changes are preserved after deletion 2015-11-28 09:40:30 +05:30
Sameer Naik
65bafd6879 Merge pull request #7 from sameersbn/9.0.1-0-r01
bump version 9.0.1-0-r01
2015-11-25 16:24:16 +05:30
Sameer Naik
db1951509e bump version 9.0.1-0-r01 2015-11-25 16:23:59 +05:30
Sameer Naik
57fff23dd3 Merge pull request #6 from sameersbn/update-test-helpers
update tests submodule
2015-11-25 16:16:46 +05:30
Sameer Naik
4f067afa89 update tests submodule 2015-11-25 16:16:20 +05:30
Sameer Naik
e250e140f1 Merge pull request #5 from sameersbn/submodule-tests
tests: helpers have been moved to bitnami/bitnami-docker-tests repo
2015-11-10 11:22:54 +05:30
Sameer Naik
c79b3161ca tests: helpers have been moved to bitnami/bitnami-docker-tests repo 2015-11-10 11:21:50 +05:30
Sameer Naik
fb44bf749a Merge pull request #4 from sameersbn/rewrite-tests
Rewrite tests
2015-11-09 23:16:33 +05:30
Sameer Naik
ca988fe21e tests: merge standalone and domain tests 2015-11-09 23:15:16 +05:30
Sameer Naik
e661dd457a tests: rewrite tests for better maintenance and readability
- Reuse docker_helper.bash script in tests
 - Speed up of tests
 - Better readability
2015-11-09 16:02:26 +05:30
Sameer Naik
7adb689285 Merge pull request #3 from sameersbn/fix-install-script-execution
Run install script as executable
2015-10-08 19:31:06 +05:30
Sameer Naik
cd31c73eb7 Run install script as executable 2015-10-08 19:30:25 +05:30
Sameer Naik
629387cc79 Merge pull request #2 from sameersbn/remove-app-volume
removed `/app` volume from dockerfile
2015-10-07 00:04:33 +05:30
Sameer Naik
281c71cb9b 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`.

One advantage of mounting/installing your application at `/app` is that
the image will automatically update the ownership of the
files/directories in `/app` so that it is accessible by the wildfly
server.
2015-10-06 23:57:58 +05:30