Commit Graph

59 Commits

Author SHA1 Message Date
Jorge Marin
ab8c5ea13a Bump revision to 2.4.23-1 2016-08-03 16:19:36 +02:00
Sameer Naik
21afab6406 license: updated copyright years 2016-08-02 15:42:42 +05:30
Tomas
835ecdbd6d New Apache 2.4.23 version 2016-07-22 15:06:13 +02:00
Sameer Naik
60e890cf24 bump version to 2.4.20-r1 2016-07-12 10:15:26 +05:30
Sameer Naik
0a25166bc9 update to gcr.io/stacksmith-images/ubuntu:14.04-r8 2016-07-12 10:15:04 +05:30
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
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
Bitnami Container Builds
b87d34c5b4 bump version 2.4.18-0 2016-03-02 22:48:19 +01:00
Sameer Naik
f7daeb475e bump version to 2.4.17-1-r03 2016-02-17 11:03:15 -08:00
Sameer Naik
cd32c29679 fixed installation of example vhost configurations 2016-01-26 23:57:56 +05:30
Sameer Naik
c271cb48dd tests: make sed a little resilient to whitespaces 2015-11-28 10:06:22 +05:30
Sameer Naik
7567ec54fa tests: Configuration changes are preserved after restart 2015-11-27 20:10:42 +05:30
Sameer Naik
f47cf98e69 update tests submodule 2015-11-25 11:49:04 +05:30
Sameer Naik
e2d884ed57 bump version to 2.4.17-1-r02
- bumped to include the `cp || true` fix from `bitnami/base-ubuntu:14.04`
2015-11-25 10:10:09 +05:30
Sameer Naik
5451fbf4b7 bump version 2.4.17-1-r01 2015-11-25 00:56:26 +05:30
Adnan Abdulhussein
39fa3ce82e Update to 2.4.17-1 2015-11-23 18:06:47 -08:00
Sameer Naik
75df7c12b5 tests: helpers have been moved to https://github.com/bitnami/bitnami-docker-tests.git 2015-11-10 11:07:37 +05:30
Sameer Naik
1ee0dbfdf5 tests: rewrite tests for better maintenance and readability
- Reuse docker_helper.bash script in tests
 - Speed up of tests
 - Better readability
2015-11-09 21:12:51 +05:30
Sameer Naik
f58ec6bc0f bump version 2.4.17-0 2015-10-14 23:49:05 +05:30
Adnan Abdulhussein
23c5b9b16d Run install script as executable 2015-10-08 12:41:04 +01:00
Sameer Naik
de94161fc3 bump version 2.4.12-4-r01 2015-10-05 22:53:30 +05:30
Sameer Naik
caf6501f1c chown the /app directory at boot 2015-10-05 22:07:30 +05:30
Sameer Naik
8fbe1b088e 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 resuly if
you want to mount your php application into the container, mount your
applucation 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 `php-fpm`
process.
2015-10-05 22:06:30 +05:30
Sameer Naik
cff322167c use the entrypoint.sh script from the base image 2015-10-04 14:10:11 +05:30
Sameer Naik
78025ad8b8 the base image prints the welcome page by default 2015-10-04 14:09:38 +05:30
Sameer Naik
3d3ad8fe62 tests: add --noproxy apache argument to curl 2015-09-30 21:39:03 +05:30
Sameer Naik
10b77e2c02 added circuit breaker logic for frequent and repeated failures 2015-09-30 21:37:44 +05:30
Sameer Naik
b6d6568e8d allow users to pass arguments to httpd 2015-09-30 21:31:29 +05:30
Sameer Naik
720912dab1 do not start apache if user specifies a command 2015-09-30 21:30:02 +05:30
Sameer Naik
228c72eea6 configure apache to start as a s6 service 2015-09-30 20:57:51 +05:30
Sameer Naik
c17e1d820d created rootfs/ directory structure 2015-09-30 20:51:31 +05:30
Sameer Naik
8fbf016685 fix installer.run.sha256 with busybox sha256sum applet 2015-09-15 15:12:25 +05:30
Sameer Naik
191221caa9 fix links to hub.docker.com 2015-08-08 12:00:10 +05:30
Adnan Abdulhussein
2663fb49b3 Update to version with patched openssl 2015-07-10 13:27:19 -07:00
Miguel Martinez
1ab37b5b68 Apache v-2.4.12-3, event mode 2015-06-25 18:20:44 -07:00
Miguel Martinez
d91e1da80b Adding badge 2015-06-19 18:06:13 -07:00
Miguel Martinez
6084cff4ea Adding vhosts to Apache 2015-06-19 17:58:00 -07:00
Mustafa Jamil
a99da51f2f Made minor copy edits 2015-06-19 17:05:26 -07:00
Adnan Abdulhussein
04df6c21fe Add testing section to README 2015-06-19 16:21:33 -07:00
Adnan Abdulhussein
67f417c503 Documentation changes
- link to project
  - use same volume paths in docker run and compose
  - always recommend backing up
2015-06-19 14:07:12 -07:00
Adnan Abdulhussein
848ab0398b Merge branch 'master' of github.com:Bitnami/bitnami-docker-apache 2015-06-19 11:46:19 -07:00
Adnan Abdulhussein
d717fb4d7e Add Apache 2.0 License 2015-06-19 11:46:07 -07:00
Miguel Martinez
6b0ab46fa5 Tests cleanup 2015-06-19 11:19:03 -07:00
Sameer Naik
4b47b7fab6 readme: added note on reload apache configuration using docker kill 2015-06-19 16:25:57 +05:30
Sameer Naik
dfb63fdfec readme: link to the bitnami/apache dockerhub page 2015-06-19 16:20:34 +05:30
Sameer Naik
87c3078079 readme: fix typos 2015-06-19 09:09:03 +05:30
Adnan Abdulhussein
000da64329 Add tests 2015-06-18 14:33:58 -07:00
Sameer Naik
2fce031952 readme: fix build instructions 2015-06-18 20:45:23 +05:30
Adnan Abdulhussein
8224bb3317 Fix README for Docker Hub Compatibility 2015-06-17 19:02:45 -07:00
Adnan Abdulhussein
e7860ab3e7 Improve README 2015-06-16 22:16:54 -07:00