From c854e859eb9d2348ab2f3d516c81deca479c2949 Mon Sep 17 00:00:00 2001 From: Daniel Templeton Date: Sat, 4 Mar 2017 11:00:03 -0800 Subject: [PATCH] =?UTF-8?q?HADOOP-14026.=20start-build-env.sh:=20invalid?= =?UTF-8?q?=20docker=20image=20name=20(Contributed=20by=20Gerg=C5=91=20P?= =?UTF-8?q?=C3=A1sztor=20via=20Daniel=20Templeton)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start-build-env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start-build-env.sh b/start-build-env.sh index 1fa084f7796..18e3a8c38c4 100755 --- a/start-build-env.sh +++ b/start-build-env.sh @@ -31,7 +31,7 @@ else # boot2docker uid and gid GROUP_ID=50 fi -docker build -t "hadoop-build-${USER_NAME}" - <