Commit Graph

94 Commits

Author SHA1 Message Date
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
55a089be46 Add Docker Hub automated build badge 2016-08-26 17:42:22 -07:00
Sameer Naik
b322f2b88c license: updated copyright notice 2016-08-02 18:00:55 +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
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
c221857eb3 bump version to 9.0.1-0-r03 2016-02-17 11:32:02 -08:00
Sameer Naik
06d639dea6 bump version 9.0.1-0-r02 2016-01-21 22:09:11 +05:30
Sameer Naik
1222f1206c bump tests SLEEP_TIME 2016-01-21 12:39:31 +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
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
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
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
23c8ba2190 tests: Configuration changes are preserved after deletion 2015-11-28 09:40:30 +05:30
Sameer Naik
db1951509e bump version 9.0.1-0-r01 2015-11-25 16:23:59 +05:30
Sameer Naik
4f067afa89 update tests submodule 2015-11-25 16:16:20 +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
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
cd31c73eb7 Run install script as executable 2015-10-08 19:30:25 +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
Sameer Naik
1abda43eeb tests: added jboss_client function 2015-10-04 15:46:38 +05:30
Sameer Naik
809c81edbf tests: added curl_client function 2015-10-04 15:41:58 +05:30
Sameer Naik
0f3ae2f2a5 tests: speed 'em up 2015-10-04 15:18:22 +05:30
Sameer Naik
c4f0305438 tests: added --retry 5 to curl args 2015-10-04 14:57:12 +05:30
Sameer Naik
4a8542d03a use the entrypoint.sh script from the base image 2015-10-04 14:37:13 +05:30
Sameer Naik
60d195872c the base image prints the welcome page by default 2015-10-04 14:36:50 +05:30
Sameer Naik
989221b3f7 added circuit breaker logic for frequent and repeated failures 2015-10-02 23:39:00 +05:30
Sameer Naik
508e130cd8 do not start wildfly service if user specifies a command 2015-10-02 23:38:39 +05:30
Sameer Naik
9a999e8359 configure wildfly as a s6 service 2015-10-02 23:38:38 +05:30
Sameer Naik
a223a2afbb created rootfs/ directory structure 2015-10-02 14:32:38 +05:30
Sameer Naik
6a1c49950f fix installer.run.sha256 with busybox sha256sum applet 2015-09-15 15:06:06 +05:30
Sameer Naik
028475adad tests: jboss-cli.sh can't access Wildfly server without password 2015-09-01 20:20:35 +05:30
Sameer Naik
83da382139 tests: reordered the tests 2015-09-01 20:08:49 +05:30
Sameer Naik
44e110666d tests: jboss-cli.sh can connect to Wildfly server 2015-09-01 19:48:14 +05:30
Sameer Naik
9e94beda2f tests: add --noproxy wildfly argument to curl 2015-09-01 18:42:44 +05:30
Sameer Naik
73c5fdaf99 tests: cleanups 2015-09-01 18:42:00 +05:30
Sameer Naik
a344e3549b readme: general fix 2015-09-01 18:31:25 +05:30
Sameer Naik
4071d0294e tests: duplicate tests in managed domain boot mode 2015-09-01 18:29:58 +05:30
Sameer Naik
c8728862ec tests: removed create_full_container function 2015-09-01 18:23:03 +05:30
Sameer Naik
ee2c1a4969 readme: added Testing section 2015-09-01 18:16:06 +05:30
Sameer Naik
ef1ae28fa4 test: duplicate tests in domain mode 2015-09-01 18:15:44 +05:30