summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-03-23 05:23:36 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-03-23 05:23:36 +0100
commita32b2e8c49fda3b1b30350fc058e88db33bba35e (patch)
tree502291ea994bee62467a7cf222e5f9caedbb63c9
downloadscripts-master.tar.gz
scripts-master.tar.bz2
scripts-master.tar.xz
scripts-master.zip
Scripts to build and publish patched Docker repositoriesHEADmaster
-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