diff --git a/DOCKER.md b/DOCKER.md index 87426da..4868981 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -8,8 +8,9 @@ - [pluie/alpine-apache-php7][8] ( ~ 45 MB ) Apache/2.4.25 Php/7.0.16 - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) -- [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 -- [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 + - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] ### Networking @@ -194,3 +195,4 @@ docker run --name symfony --restart=always \ [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/README.md b/README.md index a9f4b27..35bd3f8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ various based images for Docker - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] ## Base Image Structure @@ -87,3 +88,4 @@ you can keep same __build__ script in any project [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/alpine-apache-fpm/README.md b/pluie/alpine-apache-fpm/README.md index 1b47da6..31b52d6 100644 --- a/pluie/alpine-apache-fpm/README.md +++ b/pluie/alpine-apache-fpm/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] Extend pluie/alpine with __apache 2.4.25__ and __php 5.6.30__ with FPM @@ -102,3 +103,4 @@ $ docker exec -it afpm "httpd -h" [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/alpine-apache-php7/README.md b/pluie/alpine-apache-php7/README.md index 64ff61d..bd20a6e 100644 --- a/pluie/alpine-apache-php7/README.md +++ b/pluie/alpine-apache-php7/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] Extend pluie/alpine with __apache 2.4.25__ and __php 7.0.16__ @@ -98,3 +99,4 @@ $ docker exec -it php7 "httpd -h" [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/alpine-apache/README.md b/pluie/alpine-apache/README.md index 3ef4ff4..f9063df 100644 --- a/pluie/alpine-apache/README.md +++ b/pluie/alpine-apache/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] Extend pluie/alpine with __apache 2.4.25__ and __php 5.6.30__ @@ -98,3 +99,4 @@ $ docker exec -it apache "httpd -h" [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/alpine-fpm-php7/README.md b/pluie/alpine-fpm-php7/README.md index 8c6a25f..32c6db2 100644 --- a/pluie/alpine-fpm-php7/README.md +++ b/pluie/alpine-fpm-php7/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 82 MB ) Symfony2.8 or 3.2 Php/7.0.15 - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] Extend pluie/alpine with __apache 2.4.25__ and __php 7.0.15__ @@ -98,3 +99,4 @@ $ docker exec -it php7 "httpd -h" [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/alpine-mysql/README.md b/pluie/alpine-mysql/README.md index 7b53b0a..6138a81 100644 --- a/pluie/alpine-mysql/README.md +++ b/pluie/alpine-mysql/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] Extend pluie/alpine with mysql (MariaDb/10.1.22) @@ -142,3 +143,4 @@ docker run --name mycontainer --link mysql:db ... [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/alpine-symfony-php7/README.md b/pluie/alpine-symfony-php7/README.md index c69a2f5..ef1f376 100644 --- a/pluie/alpine-symfony-php7/README.md +++ b/pluie/alpine-symfony-php7/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] Extend pluie/alpine-apache-php7. @@ -84,3 +85,4 @@ $ docker exec -it symfony php /app/bin/console --ansi [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/alpine-symfony/README.md b/pluie/alpine-symfony/README.md index 474c0d1..248cde5 100644 --- a/pluie/alpine-symfony/README.md +++ b/pluie/alpine-symfony/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] Extend pluie/alpine-apache-fpm. @@ -80,3 +81,4 @@ $ docker exec -it symfony php /app/bin/console --ansi [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/alpine/README.md b/pluie/alpine/README.md index d48424f..0816b44 100644 --- a/pluie/alpine/README.md +++ b/pluie/alpine/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] This Image provide a Linux Alpine distribution with : @@ -113,3 +114,4 @@ RUN bash /scripts/install.sh [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/libecho/README.md b/pluie/libecho/README.md index 83d5e10..52cb184 100644 --- a/pluie/libecho/README.md +++ b/pluie/libecho/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] demo image demonstrating libpluie-echo, a small vala shared library managing tracing, display formatting and ansi-extended colors on stdout & stderror. @@ -43,3 +44,4 @@ https://github.com/pluie-org/libpluie-echo [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/libyaml/README.md b/pluie/libyaml/README.md index eb7eb86..3a79aaa 100644 --- a/pluie/libyaml/README.md +++ b/pluie/libyaml/README.md @@ -9,7 +9,8 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 - - [pluie/libyaml][11] ( ~299 MB ) Vala 0.34.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] @@ -59,3 +60,4 @@ https://github.com/pluie-org/lib-yaml [9]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony-php7 [10]: https://github.com/pluie-org/docker-images/tree/master/pluie/libecho [11]: https://github.com/pluie-org/docker-images/tree/master/pluie/libyaml + [12]: https://github.com/pluie-org/docker-images/tree/master/pluie/ubuntu diff --git a/pluie/ubuntu/README.md b/pluie/ubuntu/README.md index 12c6e01..9daef56 100644 --- a/pluie/ubuntu/README.md +++ b/pluie/ubuntu/README.md @@ -1,4 +1,4 @@ -# pluie/alpine +# pluie/ubuntu - [index][1] - [pluie/alpine][2] ( ~ 9 MB ) Alpine/3.5 @@ -9,15 +9,11 @@ - [pluie/alpine-symfony-php7][9] ( ~ 77 MB ) Symfony2.8 or 3.2 Php/7.0.16 - [pluie/alpine-mysql][4] ( ~181 MB ) Mysql/5.6 ( MariaDB ) - [pluie/libecho][10] ( ~288 MB ) Vala 0.34.2 pluie-echo-0.2 -- [pluie/ubuntu][12] ( ~ 9 MB ) Ubuntu 18.04 - - [pluie/libyaml][11] ( ~535 MB ) Vala 0.36.2 pluie-yaml-0.4 +- [pluie/ubuntu][12] ( ~141 MB ) Ubuntu 18.04 + - [pluie/libyaml][11] ( ~538 MB ) Vala 0.40.4 pluie-yaml-0.4 - [docker tips][5] -This Image provide a Linux Ubuntu LTS distribution with : -- fully functionnal & colorized terminal -- bash -- curl -- nano as editor +This Image provide a Linux Ubuntu LTS distribution base image. Base image : [ubuntu](https://hub.docker.com/_/ubuntu/) @@ -25,7 +21,7 @@ This project come with a structure to facilitate further images (like pluie/liby ## Image Size -- very small image ~ 9 MB +- 141 MB ## Image Usage