Files
matchbox/build-docker
Dalton Hubble 3073e1ed22 Rename bootcfg to matchbox in development scripts
* Build and cross-compile binary named matchbox
* Use matchbox binary in container images
2017-01-09 02:15:30 -08:00

8 lines
145 B
Bash
Executable File

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