We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb14ffa commit e3e3ecaCopy full SHA for e3e3eca
1 file changed
README.md
@@ -1,2 +1,20 @@
1
-# drupal-php
2
-Drupal PHP base image with some useful additions
+# Unic Drupal PHP Base
+
3
+Drupal PHP base image with some useful additions.
4
5
+## Versions
6
7
+| PHP | Branch | Notes |
8
+|---|---|---|
9
+| 7.4 | main | _EOL_ |
10
+| 8.1 | release/8.1 | |
11
+| 8.2 | | tbd |
12
13
+## Build
14
+### Local
15
16
+You can use your local Docker daemon to build the image. There are no depencencies:
17
18
+```bash
19
+docker build -t unicdocker/drupal-php:latest .
20
+```
0 commit comments