Webdevops Dockerfile Versions Save

:package: Dockerfiles from WebDevOps for PHP, Apache and Nginx

1.6.0

7 years ago
  • Refactored and reduced size of all images (on-demand installation, removed not needed packages, improved ENVs/LABELs to reduce numbers of layers)
  • Cleanup images
  • Add new on-demand installation and provisioning of services (eg. postfix, ssh...)
  • Improved python console handling and output, also fixes dependency detection
  • Renamed alpine-3 to alpine (symlink to keep backward compatibility)
  • Add webdevops/php-official and also to webdevops/php and other images
  • Introduce docker-image-info for gathering information about current used image (family, distribution, version ...)
  • Introduce docker-service-enable and docker-service-disable to enable and disable services (eg. postfix, ssh ...)
  • Introduce docker-provision (use instead of /opt/docker/bin/provision)
  • Fix supervisord message about passwordless http server (unix socket)
  • Fix and improve tests (eg. in ipv6 environments)
  • Add go-replace to replace sed/awk stuff
  • Add webdevops/liquisoap
  • Add environment variable LOG_STDOUT and LOG_STDERR (redirect docker output, also possible to prevent output using /dev/null)
  • Set nginx log level to warn in production and info in nginx-dev images
  • Move ansible to webdevops/base

1.4.1

7 years ago
  • Add webdevops/typo3-solr:3.1
  • Add webdevops/typo3-solr:4.0
  • Add webdevops/typo3-solr:5.0
  • Fix minor issues in bin/console script

1.4.0

7 years ago
  • Add webdevops/typo3-solr:6.0
  • Improve testsuite and fixed minor issues

1.3.5

7 years ago
  • Improve and fix parallel run of serverspec
  • Reduced python subprocess wait loop cpu time

1.3.4

7 years ago
  • Add serverspec wrapper (do not run tests if Dockerfile isn't set or available)

1.3.3

7 years ago
  • Improve logging (no output of environment variables, eg. php)
  • Add xdebug profiler environment variables
  • Fix docker installation for samson

1.3.2

7 years ago
  • Fix new package names for debian-9

1.3.1

7 years ago
  • Introduce /entrypoint.d and /entrypoint.cmd
  • Switch to endless tail in noop cmd (entrypoint cmd)
  • Improve syslog (eg. configuration improvements; switch to file/pipe based if tty is available or not; fixes warning)
  • Improved serverspec run (missing fsync after creation of Dockerfile)
  • Remove Makefile target dist-upgrade (not needed anymore)
  • Merge setup and requiements target
  • Introduce RETRY env var, set default to 1
  • Smaller bugfixes

1.3.0

7 years ago
  • Enabled docker --user support
  • Added service <service> check for checking if a service is running
  • Added test to check if the services are staying up (see service <service> check)
  • Implemented rspec-retry
  • Disabeld php-fpm access logging for production images (default; high log load)
  • Introduced /entrypoit.d (symlink)

1.2.4

7 years ago
  • Enable sshd for php-dev images
  • Set root and application password of php-dev images to "dev"
  • Fixed syslog-ng error message about log file destination (use pipe instead of file)
  • Fixed test of debian-9 (distribution version is now "9", was "testing" before; upstream)