Skip to content

Commit

Permalink
feat: New 10.x distributions from #12, fix Open Social v2
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorosploumis committed Nov 16, 2024
1 parent 13064fb commit 68d03f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/10x/open-social/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ RUN COMPOSER=composer.json composer install \
# Install Drupal
RUN bash /opt/install.sh

RUN drush en social_demo -y --quiet --no-ansi
RUN drush social-demo:add file user group topic event event_enrollment comment post like --quiet --no-ansi

WORKDIR /opt/drupal/
4 changes: 4 additions & 0 deletions images/10x/open-social/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"npm-asset"
],
"patches": {
"drupal/core": {
"https://dgo.to/2638686 | Correctly handle cache data instead of throwing an Exception in EarlyRenderingControllerWrapperSubscriber()": "https://git.drupalcode.org/project/drupal/-/commit/bd2add4c456275f7dc4201212e3a6b231c282279.patch",
"https://dgo.to/3400858 | Views, Argument #1 ($elements) must be of type array, null given": "https://www.drupal.org/files/issues/2023-11-10/FilterPluginBase.patch"
},
"goalgorilla/open_social": {
"https://dgo.to/3418029 | Using var in strings is deprecated": "https://git.drupalcode.org/project/social/-/merge_requests/67.patch",
"https://dgo.to/3068284 | Social groups requires the socialblue theme and breaks some functionalities with a cloned theme": "https://git.drupalcode.org/project/social/-/merge_requests/74.patch"
Expand Down

0 comments on commit 68d03f4

Please sign in to comment.