Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .
```