#!/bin/bash -e REPO=coreos/bootcfg GIT_SHA=$(./git-version) docker build -q --rm=true -t $REPO:$GIT_SHA . docker tag $REPO:$GIT_SHA $REPO:latest