diff options
| author | startxfr <clarue@startx.fr> | 2016-10-30 19:59:10 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2016-10-30 19:59:10 +0100 | 
| commit | 7787f6f2a924292d8ccb1e7fd81619ac33442582 (patch) | |
| tree | 89e9a6467e2b49a770e61bdbf4a9e6b5f79a57f9 | |
| parent | 08cf9e3266266f8149b2f33e1dbabc9a64d83a18 (diff) | |
change travis badge
| -rw-r--r-- | Applications/README.md | 2 | ||||
| -rw-r--r-- | OS/README.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | Services/README.md | 2 | ||||
| -rw-r--r-- | Services/apache/README.md | 2 | ||||
| -rw-r--r-- | Services/couchbase/README.md | 2 | ||||
| -rw-r--r-- | Services/mariadb/README.md | 2 | ||||
| -rw-r--r-- | Services/memcache/README.md | 2 | ||||
| -rw-r--r-- | Services/mongo/README.md | 2 | ||||
| -rw-r--r-- | Services/nodejs/README.md | 2 | ||||
| -rw-r--r-- | Services/ooconv/README.md | 2 | ||||
| -rw-r--r-- | Services/php/README.md | 2 | ||||
| -rw-r--r-- | Services/postgres/README.md | 2 | 
13 files changed, 13 insertions, 13 deletions
| diff --git a/Applications/README.md b/Applications/README.md index 309cda8..bbd9658 100644 --- a/Applications/README.md +++ b/Applications/README.md @@ -14,7 +14,7 @@ OS, applications and application you will find here will be closer to your favor  Please **read each container manual** for more information on how you can use it in   your project and start using stable or experimental applications in your applications -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx) | [Sources](https://github.com/startxfr/docker-images/)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx) | [Sources](https://github.com/startxfr/docker-images/)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------|  ## Available applications diff --git a/OS/README.md b/OS/README.md index 6bbe60d..d776462 100644 --- a/OS/README.md +++ b/OS/README.md @@ -3,7 +3,7 @@  Simple container used for all startx based services and applications published in [Dockerhub registry](https://github.com/startxfr/docker-images).   This container contain updated core OS rpm (kernel, libs,...) as well as usefull tools like pwgen, tar, zip, psmisc, procps, coreutils, findutils, wget -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/fedora) | [Sources](https://github.com/startxfr/docker-images/OS/)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/fedora) | [Sources](https://github.com/startxfr/docker-images/OS/)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|----------------------------------------------------------------------|-----------------------------------------------| @@ -14,7 +14,7 @@ OS, services and application you will find here will be closer to your favorite  Please **read each container manual** for more information on how you can use it in   your project and start using stable or experimental services in your applications -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx) | [Sources](https://github.com/startxfr/docker-images/)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx) | [Sources](https://github.com/startxfr/docker-images/)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------|  ## OS, Services and Applications guidelines diff --git a/Services/README.md b/Services/README.md index 6e80c53..da763d7 100644 --- a/Services/README.md +++ b/Services/README.md @@ -14,7 +14,7 @@ OS, services and application you will find here will be closer to your favorite  Please **read each container manual** for more information on how you can use it in   your project and start using stable or experimental services in your applications -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx) | [Sources](https://github.com/startxfr/docker-images/)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx) | [Sources](https://github.com/startxfr/docker-images/)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------|  ## Available services diff --git a/Services/apache/README.md b/Services/apache/README.md index c1ae1a2..e4f3aa2 100644 --- a/Services/apache/README.md +++ b/Services/apache/README.md @@ -4,7 +4,7 @@ Simple container used to deliver static http content include all apache's module  Run [apache httpd daemon](https://httpd.apache.org/) under a container   based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-apache/) | [Sources](https://github.com/startxfr/docker-images/Services/apache)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-apache/) | [Sources](https://github.com/startxfr/docker-images/Services/apache)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours diff --git a/Services/couchbase/README.md b/Services/couchbase/README.md index 5f97eec..49efcbc 100644 --- a/Services/couchbase/README.md +++ b/Services/couchbase/README.md @@ -4,7 +4,7 @@ Simple container used to deliver distributed and low latency document oriented d  Run [couchbase daemon](https://www.couchbase.org/) under a container   based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-couchbase/) | [Sources](https://github.com/startxfr/docker-images/Services/couchbase)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-couchbase/) | [Sources](https://github.com/startxfr/docker-images/Services/couchbase)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|------------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md index 454d004..de68070 100644 --- a/Services/mariadb/README.md +++ b/Services/mariadb/README.md @@ -4,7 +4,7 @@ Simple container used to deliver simple and easy to use transactional database u  Run [mariadb daemon](https://mariadb.org/) under a container   based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-mariadb/) | [Sources](https://github.com/startxfr/docker-images/Services/mariadb)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-mariadb/) | [Sources](https://github.com/startxfr/docker-images/Services/mariadb)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours diff --git a/Services/memcache/README.md b/Services/memcache/README.md index 8f88de3..33d889a 100644 --- a/Services/memcache/README.md +++ b/Services/memcache/README.md @@ -4,7 +4,7 @@ Simple container used to deliver distributed memory object caching system  Run [memcached daemon](https://www.memcached.org/) under a container   based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-memcache/) | [Sources](https://github.com/startxfr/docker-images/Services/memcache)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-memcache/) | [Sources](https://github.com/startxfr/docker-images/Services/memcache)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|------------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours diff --git a/Services/mongo/README.md b/Services/mongo/README.md index 194c2e7..5299f8a 100644 --- a/Services/mongo/README.md +++ b/Services/mongo/README.md @@ -4,7 +4,7 @@ Simple container used to deliver document-oriented database  Run [mongodb daemon](https://www.mongodb.org/) under a container   based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-mongo/) | [Sources](https://github.com/startxfr/docker-images/Services/mongo)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-mongo/) | [Sources](https://github.com/startxfr/docker-images/Services/mongo)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours diff --git a/Services/nodejs/README.md b/Services/nodejs/README.md index 42e97bd..7b02696 100644 --- a/Services/nodejs/README.md +++ b/Services/nodejs/README.md @@ -5,7 +5,7 @@ Run [nodejs main app.js](https://www.nodejs.org/) under a container  based on [startx/fedora container](https://hub.docker.com/r/startx/fedora).   Could use various network protocol (like http, websocket, smtp, telnet) according to the content of the running app. -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-nodejs/) | [Sources](https://github.com/startxfr/docker-images/Services/nodejs)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-nodejs/) | [Sources](https://github.com/startxfr/docker-images/Services/nodejs)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours diff --git a/Services/ooconv/README.md b/Services/ooconv/README.md index ef81641..4c7bb5e 100644 --- a/Services/ooconv/README.md +++ b/Services/ooconv/README.md @@ -4,7 +4,7 @@ Simple container used to document convertion and manipulation tools  Run [libreoffice](https://www.libreoffice.org/) as a daemon using [dagwieers unoconv](https://github.com/dagwieers/unoconv) under a container   based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-ooconv/) | [Sources](https://github.com/startxfr/docker-images/Services/ooconv)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-ooconv/) | [Sources](https://github.com/startxfr/docker-images/Services/ooconv)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours diff --git a/Services/php/README.md b/Services/php/README.md index 947d102..b3970b5 100644 --- a/Services/php/README.md +++ b/Services/php/README.md @@ -4,7 +4,7 @@ Simple container used to deliver dynamic http content using apache associated wi  Run [PHP engine](https://www.php.net) under a container   based on [startx/sv-apache container](https://hub.docker.com/r/startx/sv-apache) -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-php/) | [Sources](https://github.com/startxfr/docker-images/Services/php)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-php/) | [Sources](https://github.com/startxfr/docker-images/Services/php)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------|-------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours diff --git a/Services/postgres/README.md b/Services/postgres/README.md index 47eba27..974e88a 100644 --- a/Services/postgres/README.md +++ b/Services/postgres/README.md @@ -4,7 +4,7 @@ Simple container used to deliver highly reliable and configurable transactional  Run [postgres daemon](http://www.postgresql.org/) under a container   based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) -| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-postgres/) | [Sources](https://github.com/startxfr/docker-images/Services/postgres)             | [STARTX Profile](https://github.com/startxfr) |  +| [](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-postgres/) | [Sources](https://github.com/startxfr/docker-images/Services/postgres)             | [STARTX Profile](https://github.com/startxfr) |   |-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------|  ## Available flavours | 
