summaryrefslogtreecommitdiffstats
path: root/newton/docker/build-image.sh
blob: 8d5fe47957889cbd519d49bf7e1606421db02fbc (plain)
1
2
3
4
5
6
#!/bin/bash

IMAGE="multicloud-openstack-newton"
VERSION="latest"

docker build -t ${IMAGE}:${VERSION} .