summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
-rwxr-xr-xpublish.sh3
2 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..0f51d3e
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,2 @@
+docker build --tag chsa/gluster-centos:312 gluster-containers/CentOS
+docker build --tag chsa/phpmyadmin-centos:4 startxfr/Applications/phpmyadmin
diff --git a/publish.sh b/publish.sh
new file mode 100755
index 0000000..88e563e
--- /dev/null
+++ b/publish.sh
@@ -0,0 +1,3 @@
+docker login --username=chsa
+docker push chsa/gluster-centos:312
+docker push chsa/phpmyadmin-centos:4