summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-05-19 22:12:46 -0400
committerDave Henderson <dhenderson@gmail.com>2017-05-19 22:12:46 -0400
commit7f60597fdf8a2dce653eea2c1ff6d4d3e1f4c77c (patch)
treeba5dbd6cf2931dd414325025c66655e3a66f9b5e /hooks
parent8a45646d4edf0171afecb654a9cd5b5822147be1 (diff)
see what version the dockerhub automated build is on...
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/hooks/build b/hooks/build
index 1011fa0a..185f1c82 100755
--- a/hooks/build
+++ b/hooks/build
@@ -2,6 +2,8 @@
# $IMAGE_NAME var is injected into the build so the tag is correct.
+docker version
+
echo "Build hook running"
docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=`git rev-parse --short HEAD` \