Commit Graph

52 Commits

Author SHA1 Message Date
Michael Stenta 098ed93722 Prepare for release of farmOS 7.x-1.0. 2019-03-20 14:20:59 -04:00
Michael Stenta 3076af44af Update Drush to 8.2.1 in Dockerfile. 2019-03-20 12:44:30 -04:00
Michael Stenta 7e7341f491 Update Drush to 8.1.18 in Dockerfile. 2019-01-16 15:58:56 -05:00
Michael Stenta 1ac5e98ca4 Prepare for release of farmOS 7.x-1.0-rc2. 2019-01-16 14:02:02 -05:00
Michael Stenta 91f05b0f38 Prepare for release of farmOS 7.x-1.0-rc1. 2018-11-14 12:47:08 -05:00
Michael Stenta 99ea81493b Reorganize Dockerfile. 2018-10-31 08:53:25 -04:00
Michael Stenta 45b31c8e71 Build Uploadprogress PHP extension from source to fix issue installing via PECL. 2018-10-31 08:53:25 -04:00
Michael Stenta 1f24c9df2f Inherit from the Drupal 7 image on Docker Hub. 2018-10-31 08:53:25 -04:00
Michael Stenta a763a17eeb Remove extra newline from bottom of root files. 2018-08-15 10:28:51 -04:00
Michael Stenta b455f85a6b Fix GEOS PHP extension installation in Dockerfile. 2018-08-15 10:27:26 -04:00
Michael Stenta 7d8fa2d2f5 Fix libpng-dev dependency in Dockerfile. 2018-08-14 18:24:41 -04:00
Michael Stenta 976c913305 Prepare for release of farmOS 7.x-1.0-beta18. 2018-05-18 10:34:54 -04:00
Michael Stenta 823a886ea9 Change all links to farmOS.org to https. 2018-05-05 22:56:47 -04:00
Michael Stenta 1f0fe066da Prepare for release of farmOS 7.x-1.0-beta17. 2018-04-11 12:23:21 -04:00
Michael Stenta a4b21c8620 Whitespace. 2018-04-11 12:23:10 -04:00
Michael Stenta b1b36d8b73 Make docker-entrypoint.sh executable only inside the container. 2018-04-07 12:07:53 -04:00
Michael Stenta 53455f101f Set recommended PHP settings for farmOS in Dockerfile. 2018-02-22 10:38:10 -05:00
Michael Stenta c29a79449c Update Drush installation in Dockerfile. 2018-02-22 10:22:12 -05:00
Michael Stenta 3be8ea9bd6 Restore the unzip program in the Dockerfile for use by Drush Make. 2018-01-19 08:28:07 -05:00
Michael Stenta 56d2e24acf Use libgeos-dev instead of php5-geos package in Dockerfile. Remove phpunit and unzip packages. 2018-01-02 13:10:57 -05:00
Michael Stenta 4be185f5b5 Prepare for release of farmOS 7.x-1.0-beta16. 2017-12-31 11:13:11 -05:00
Michael Stenta 693f8ba72c Prepare for release of farmOS 7.x-1.0-beta15. 2017-08-22 14:37:29 -04:00
Michael Stenta babc70888d Prepare for release of farmOS 7.x-1.0-beta14. 2017-08-10 12:41:38 -04:00
Michael Stenta 209dcc628e Move ENV commands to the top of Dockerfile. 2017-08-10 12:27:30 -04:00
Michael Stenta ca51539ce7 Remove extra whitespace from bottom of files. 2017-05-26 10:53:02 -04:00
Michael Stenta 44b56221c7 Prepare for release of farmOS 7.x-1.0-beta13. 2017-05-20 16:26:41 -04:00
Michael Stenta cde11c2d3b Fix filename of realpath_cache settings file. 2017-05-09 11:56:49 -04:00
Michael Stenta f2357005f9 Set recommended realpath_cache settings. 2017-05-09 11:39:34 -04:00
Michael Stenta c6c80dadf1 Add PHP BCMath. 2017-05-09 11:39:17 -04:00
Michael Stenta 5ec4c9f951 Increase opcache.max_accelerated_files to 50000 in Docker container. 2017-01-21 21:31:08 -05:00
Michael Stenta 986e899273 Replace tabs with spaces. 2016-10-21 21:05:00 -04:00
Michael Stenta 257e5eb1f8 Build and install the GEOS PHP extension. 2016-10-21 20:31:25 -04:00
Michael Stenta 13cf34d528 Install PECL Uploadprogress. 2016-10-20 19:23:40 -04:00
Michael Stenta eaf50148c4 Enable PHP opcache. 2016-10-17 22:11:28 -04:00
Michael Stenta e6529b7b4f Use packaged farmOS release by default. Provide environmental variable for development. 2016-10-17 20:06:02 -04:00
Michael Stenta b7dfc9747a Add an environment variable for the farmOS dev branch that will be cloned. 2016-10-17 19:10:08 -04:00
Michael Stenta a74225d124 Mount a volume at /var/www/html. 2016-10-17 19:10:08 -04:00
Michael Stenta de25e074ba Build the farmOS codebase in the entrypoint script, only if it does not already exist. 2016-10-17 19:10:08 -04:00
Michael Stenta 035413bbfc Add a simple pass-through entrypoint script. 2016-10-17 19:10:08 -04:00
Michael Stenta 98fa4054f7 Install the PHP extensions that Drupal needs. 2016-10-16 10:24:24 -04:00
Michael Stenta f86f80e222 Enable Apache rewrite module. 2016-10-16 10:24:24 -04:00
Michael Stenta c9bc224db4 Use PHP 5.6 Apache base image from Docker Hub. 2016-10-16 09:49:45 -04:00
Michael Stenta 5fe4c9414a Simplify Drush installation. 2016-10-12 01:15:14 -04:00
Michael Stenta 1a298707f3 Add Dockerfile comments. 2016-09-23 11:23:40 -04:00
Michael Stenta 5c00e4cb6b Use COPY instead of ADD per Dockerfile best practice. 2016-09-23 11:23:06 -04:00
Michael Stenta 39b28bc366 Break Dockerfile apt-get installs into multiple lines alphabetized, per Dockerfile best practices. 2016-09-23 11:14:51 -04:00
Michael Stenta e5cbe04a71 Remove "ENV DEBIAN_FRONTEND noninteractive..." per https://github.com/docker/docker/issues/4032. 2016-09-23 11:02:04 -04:00
Michael Stenta 36460dd14b Only ADD build-farm.make and drupal-org-core.make because Drush only needs that to build farmOS. 2016-09-22 15:27:41 -04:00
Michael Stenta 961fd1b3e5 Change /farmos to /farmOS. 2016-09-20 14:12:20 -04:00
Michael Stenta d473cce384 Whitespace. 2016-09-20 14:08:45 -04:00