Skip to content

Commit

Permalink
new druapl 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnsrk committed Dec 19, 2024
1 parent f7f7c5e commit ef46bac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
15 changes: 0 additions & 15 deletions ConfigConfigurator.patch

This file was deleted.

4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM drupal:11.0.5-php8.3-apache-bookworm
FROM drupal:11.1.0-rc1-php8.3-apache-bookworm

LABEL org.opencontainers.image.source=https://github.com/soda-collections-objects-data-literacy/wisski-base-image.git
LABEL org.opencontainers.image.description="Plain Drupal with preinstalled Site and basic WissKI environment with only core components with connection to triplestore provided by env variables."
Expand Down Expand Up @@ -75,8 +75,6 @@ RUN ln -s /opt/drupal/vendor/bin/drush /usr/local/bin/drush
# Change ownerships
RUN chown -R www-data:www-data /var/www/html

# Add Recipes stuff
COPY ConfigConfigurator.patch /opt/drupal/ConfigConfigurator.patch
# Add entrypoint
COPY entrypoint.sh /entrypoint.sh

Expand Down
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ else
} 1> /dev/null
echo -e "\033[0;32mRECIPE COMPOSER PLUGIN INSTALLED.\033[0m\n"

echo -e "\033[0;33mAPPLY RECIPE PATCH.\033[0m"
patch -p0 -i /opt/drupal/ConfigConfigurator.patch /opt/drupal/web/core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
echo -e "\033[0;32mRECIPE PATCH APPLIED.\033[0m\n"

# Apply WissKI Base recipe
echo -e "\033[0;33mAPPLY WISSKI BASE ENVIRONMENT RECIPE.\033[0m"
composer unpack soda-collection-objects-data-literacy/wisski_grain_yeast_water
Expand Down

0 comments on commit ef46bac

Please sign in to comment.