https://github.com/unic/drupal-php
Drupal PHP base image with some useful additions
https://github.com/unic/drupal-php
Last synced: 3 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 (over 3 years ago)
- Default Branch: release/8.1
- Last Pushed: 2025-06-24T11:32:00.000Z (11 months ago)
- Last Synced: 2026-01-15T17:11:21.026Z (5 months ago)
- Language: Dockerfile
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- 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
### Local
You can use your local Docker daemon to build the image. There are no depencencies:
```bash
docker build -t unicdocker/drupal-php:latest .
```