Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unic/drupal-php
Drupal PHP base image with some useful additions
https://github.com/unic/drupal-php
Last synced: about 2 months ago
JSON representation
Drupal PHP base image with some useful additions
- Host: GitHub
- URL: https://github.com/unic/drupal-php
- Owner: unic
- License: gpl-3.0
- Created: 2023-02-15T20:06:24.000Z (almost 2 years ago)
- Default Branch: release/8.1
- Last Pushed: 2024-06-21T12:43:25.000Z (6 months ago)
- Last Synced: 2024-06-22T05:24:19.115Z (6 months ago)
- Language: Dockerfile
- Size: 28.3 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unic Drupal PHP Base
Drupal PHP base image with some useful additions.
## Versions
| PHP | Branch | Notes |
|---|---|---|
| 7.4 | main | _EOL_ |
| 8.1 | release/8.1 | |
| 8.2 | | tbd |## Build
### LocalYou can use your local Docker daemon to build the image. There are no depencencies:
```bash
docker build -t unicdocker/drupal-php:latest .
```