summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_app/create_images.sh
blob: 12b28a312682684abe0e69f7f90b07ce41800e8f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Build images
git clone --recursive https://github.com/Metaswitch/clearwater-docker.git
cd clearwater-docker
for i in base astaire cassandra chronos bono ellis homer homestead homestead-prov ralf sprout
do
    docker build -t clearwater/$i $i
done