diff --git a/README.md b/README.md
index 3c133f7..207f276 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,15 @@
[](https://microbadger.com/images/dalee/baseimage "Get your own version badge on microbadger.com")
> `baseimage` is inspired by [phusion/baseimage-docker](https://github.com/phusion/baseimage-docker).
-It uses same directory layout for defining services, therefore it compatible with original one.
+It uses same directory layout for defining services, therefore it compatible with original one.
* Ubuntu 16.04 LTS
* Tiny size and low memory footprint
* Painless deploy
+* Prebuilt images:
+ * PHP 5.6
+ * PHP 7.1
+ * Node JS v6
### Integrated services
@@ -146,6 +150,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
> Do not use `daemon off`, [run script](system/service.available/nginx/nginx/run) will provide
this option by default.
+
## Node.JS 6
[](https://microbadger.com/images/dalee/nodejs-6 "Get your own image badge on microbadger.com")
@@ -158,7 +163,8 @@ this option by default.
`docker pull dalee/nodejs-6`
-## PHP 5.6 image
+
+## PHP 5.6
[](https://microbadger.com/images/dalee/php-5.6 "Get your own image badge on microbadger.com")
[](https://microbadger.com/images/dalee/php-5.6 "Get your own version badge on microbadger.com")
@@ -175,3 +181,23 @@ this option by default.
* `latest` — represent latest `master` branch
* `X.Y.Z` — represent tagged release
+
+
+
+## PHP 7
+
+[](https://microbadger.com/images/dalee/php-7 "Get your own image badge on microbadger.com")
+[](https://microbadger.com/images/dalee/php-7 "Get your own version badge on microbadger.com")
+
+> Image is squashed, so actually it contains only two layers.
+
+* PHP 7.1
+* Composer
+* XDebug extension (disabled by default)
+
+`docker pull dalee/php-7`
+
+## Releases
+
+* `latest` — represent latest `master` branch
+* `X.Y.Z` — represent tagged release