repo.or.cz
/
gnu-stow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t/unstow.t: convert to use subtests
[gnu-stow.git]
/
build-docker.sh
blob
59010efe1db27d4c95337d2fa2c5530fd7f9f830
1
#!/usr/bin/env bash
2
3
set -eu
4
5
version
=
$
(
tools
/
get-version
)
6
imagename
=
stowtest
7
image
=
$imagename
:
$version
8
9
pushd
docker
10
echo
"Building Docker image
$image
..."
11
docker build
-t
$image
.
12
popd