Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.9.0, 3.0.0-alpha4, 2.8.2
-
Component/s: build
-
Labels:None
-
Hadoop Flags:Reviewed
Description
start-build-env.sh using the current user name to generate a docker image name. But the current user name can contains some not english characters and upper letters (after all this is usually the name/nickname of the owner). Both of them are not supported in docker image names, so the script will fail.