drupal
drupal copied to clipboard
Docker Official Image packaging for Drupal
[Link to security issue description](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813) [Also, there could be other issues with the composer e.t.c](https://www.debian.org/News/2022/20220910) I would propose adding to Dockerfile additional instructions to fetch the proper version not less...
Hi, Drupals power comes from it's large library of modules, but there is no description of how to install a module. Only how to mount a folder with modules, and...
Hi, I just tried to update the docker version of my Drupal site from 9.4.5 to the latest version 9.4.8. But it seems that Drupal fails to serve a page...
Hello, i use this docker image to run a container from: https://hub.docker.com/_/drupal i have then run this command: docker run --rm drupal tar -cC /var/www/html/sites . | tar -xC /path/on/host/sites...
How can I manage composer.json and composer.lock files that hosting under /opt/drupal that I can't use volume mount these files without creating exact one in host machine (or at least...
Drupal would require some local storage for images and the like, right? So in order for the container to be persistent wouldn't I need to include a volume as well...
**What I like to do?** Be able to use the community drupal image to install a drupal-distribution (like thunder or varbase). **Problem I like to solve?** Taking thunder as an...
Drupal.org's official documentation recommends overriding PHP's default `realpath-cache-size` and `realpath-cache-ttl` to "noticeably decrease Drupal's initial page generation times." https://www.drupal.org/docs/7/managing-site-performance/tuning-phpini-for-drupal I am currently adding the following lines to my Dockerfile that...
Drupal 8 use Symfony. The symfony documentation recommended change the OPcache configure values memory_consumption and max_accelerated_file for Maximum Performance: https://symfony.com/doc/current/performance.html#configure-opcache-for-maximum-performance ``` ; php.ini ; maximum memory that OPcache can use...
Drupal kubernates Pod is crashing when we enable Read only file system as True without error. As part of pen test, it has been identified to enabled the flag ,...