https://github.com/libops/isle-drupal
https://github.com/libops/isle-drupal
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libops/isle-drupal
- Owner: libops
- License: mit
- Created: 2025-01-04T14:20:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T12:12:39.000Z (about 1 year ago)
- Last Synced: 2025-02-17T04:57:40.005Z (about 1 year ago)
- Language: Shell
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal
Base docker image for Islandora sites running on the LibOps platform. Used in [the LibOps starter site](https://github.com/LibOps/islandora-starter-site). All LibOps Islandora sites are based on that repo.
## Dependencies
This docker image requires [islandora/drupal] to build.
Additional config files, found in [rootfs](./rootfs), are then added to that image.
[/etc/s6-overlay](./rootfs/etc/s6-overlay) came from [islandora-devops/isle-site-template](https://github.com/Islandora-Devops/isle-site-template/tree/main/drupal/rootfs/etc/s6-overlay) and is built here to avoid maintaining this functionality across sites running on the LibOps platform.
Additional config files were modified from either [Islandora-Devops/isle-buildkit](https://github.com/islandora-devops/isle-buildkit) [Islandora-Devops/isle-site-template](https://github.com/islandora-devops/isle-site-template), or made from scratch.
## Building/tagging
This repo follows the same semver tagging schema as [islandora/drupal]. [islandora/drupal] images are found using [a bash script](./ci/find-tags.sh). Those tags are then used to create separate images for each isle-buildkit tag.
[islandora/drupal]: https://github.com/Islandora-Devops/isle-buildkit/tree/main/drupal