Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Invalid reference format: repository name must be in lowercase when running deploy-script (hdp 2.6.5)

New Contributor

Hi!

I have downloaded and unpacked the HDP deploy scripts for HDP 2.6.5. I get the following error when running it with Docker for Windows (using git bash):

+ sed -i -e 's/\( \/[a-z]\)/\U\1:/g' sandbox/proxy/proxy-deploy.sh
+ chmod +x sandbox/proxy/proxy-deploy.sh + sandbox/proxy/proxy-deploy.sh C:\Program Files\Docker\Docker\Resources\bin\docker.exe: invalid reference format: repository name must be lowercase.

Best Regards

Kristian

2 REPLIES 2

New Contributor

Some more information:

I have no spaces in my path. This is the content of the generated file proxy-deploy.sh:

#!/usr/bin/env bash
docker rm -f sandbox-proxy 2>/dev/null
docker run --name sandbox-proxy --network=cda \
-v /E:/InstallationPackages/Hadoop/hdp265/assets/nginx.conf:/etc/nginx/nginx.conf \
-v /E:/InstallationPackages/Hadoop/hdp265/sandbox/proxy/conf.d:/etc/nginx/conf.d \
-v /E:/InstallationPackages/Hadoop/hdp265/sandbox/proxy/conf.stream.d:/etc/nginx/conf.stream.d \
-p 1080:1080 \
-p 4200:4200 \
-p 7777:7777 \
......

I am running docker 18.06.0

Explorer

Is anyone answering this at all....???

 

Thanks

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.