summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
Diffstat (limited to 'Services')
-rw-r--r--Services/mariadb/Dockerfile8
-rw-r--r--Services/mysql/Dockerfile5
-rw-r--r--Services/ooconv/Dockerfile5
-rw-r--r--Services/php/Dockerfile5
4 files changed, 23 insertions, 0 deletions
diff --git a/Services/mariadb/Dockerfile b/Services/mariadb/Dockerfile
new file mode 100644
index 0000000..3803812
--- /dev/null
+++ b/Services/mariadb/Dockerfile
@@ -0,0 +1,8 @@
+
+
+FROM openshift/fedora-mariadb:latest
+MAINTAINER startx dev@startx.fr
+
+# test creation a partir d'une autre image
+RUN echo 'post install de mariadb' > /tmp/post
+
diff --git a/Services/mysql/Dockerfile b/Services/mysql/Dockerfile
new file mode 100644
index 0000000..0ab5bd6
--- /dev/null
+++ b/Services/mysql/Dockerfile
@@ -0,0 +1,5 @@
+
+
+FROM softinnov/mysql:latest
+MAINTAINER startx dev@startx.fr
+
diff --git a/Services/ooconv/Dockerfile b/Services/ooconv/Dockerfile
new file mode 100644
index 0000000..9bde713
--- /dev/null
+++ b/Services/ooconv/Dockerfile
@@ -0,0 +1,5 @@
+
+
+FROM maxexcloo/phpmyadmin:latest
+MAINTAINER startx dev@startx.fr
+
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile
new file mode 100644
index 0000000..6a87d06
--- /dev/null
+++ b/Services/php/Dockerfile
@@ -0,0 +1,5 @@
+
+
+FROM maxexcloo/nginx-php:latest
+MAINTAINER startx dev@startx.fr
+