mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-03-19 21:12:10 +00:00
7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
REPO=coreos/bootcfg
|
|
GIT_SHA=$(./git-version)
|
|
|
|
docker build -q --rm=true -t $REPO:$GIT_SHA .
|
|
docker tag -f $REPO:$GIT_SHA $REPO:latest |