From a32b2e8c49fda3b1b30350fc058e88db33bba35e Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Fri, 23 Mar 2018 05:23:36 +0100
Subject: Scripts to build and publish patched Docker repositories

---
 build.sh   | 2 ++
 publish.sh | 3 +++
 2 files changed, 5 insertions(+)
 create mode 100755 build.sh
 create mode 100755 publish.sh

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 
-- 
cgit v1.2.3