#!/bin/sh cd "$(dirname "$0")" docker build -t webdna:ub12_apache Ubuntu_12.04_Apache/ docker build -t webdna:ub14_apache Ubuntu_14.04_Apache/ docker build -t webdna:deb7_apache Debian_7_Apache/ docker build -t webdna:c6_apache CentOS_7_Apache/ docker build -t webdna:c7_apache CentOS_7_Apache/ docker build -t webdna:ub12_server Ubuntu_12.04_Server/ docker build -t webdna:ub14_server Ubuntu_14.04_Server/ docker build -t webdna:deb7_server Debian_7_Server/ docker build -t webdna:c6_server CentOS_7_Server/ docker build -t webdna:c7_server CentOS_7_Server/ #ocker build -t webdna:ub12_build Ubuntu_12.04_Build/ #ocker build -t webdna:ub14_build Ubuntu_14.04_Build/ #ocker build -t webdna:deb7_build Debian_7_Build/ docker build -t webdna:c6_build CentOS_6_Build/ docker build -t webdna:c7_build CentOS_7_Build/ ## END ##