Code Review
/
oom
/
registrator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
567a23d
)
add timestamp for stagging docker
57/23757/1
author
HuabingZhao
<zhao.huabing@zte.com.cn>
Thu, 16 Nov 2017 04:02:02 +0000
(12:02 +0800)
committer
HuabingZhao
<zhao.huabing@zte.com.cn>
Thu, 16 Nov 2017 04:02:19 +0000
(12:02 +0800)
Issue-Id: MSB-95
Change-Id: I72d713811a9aeb0816d8edb5365597453dd405f1
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
build4docker.sh
patch
|
blob
|
history
diff --git
a/build4docker.sh
b/build4docker.sh
index
f112b5d
..
78205fe
100644
(file)
--- a/
build4docker.sh
+++ b/
build4docker.sh
@@
-30,6
+30,7
@@
DOCKER_IMAGE_NAME=kube2msb
DOCKER_LATEST_VERSION=latest
DOCKER_RELEASE_VERSION=1.0.0
DOCKER_REPOSITORY=nexus3.onap.org:10003
+TIMESTAMP=$(date +"%Y%m%dT%H%M%S")
rm -rf $RELEASE_DIR
mkdir $RELEASE_DIR -p