2017-04-14 90 views
0

我正在尝试为Docker开源开发制作开发环境图像,但我面临以下错误。 我已经从他们的git页面克隆了存储库并在centos上运行它。无法为Docker开源开发制作开发环境图像

我在一家公司工作,并在Dockerfile中将代理设置为环境变量。

这是我得到的错误 -

Ign http://deb.debian.org jessie InRelease 
Ign http://ppa.launchpad.net trusty InRelease 
Ign http://deb.debian.org jessie-updates InRelease 
Err http://deb.debian.org jessie Release.gpg 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 
Err http://ppa.launchpad.net trusty Release.gpg 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 
Ign http://security.debian.org jessie/updates InRelease 
Err http://deb.debian.org jessie-updates Release.gpg 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 
Err http://security.debian.org jessie/updates Release.gpg 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 
Ign http://ppa.launchpad.net trusty Release 
Ign http://security.debian.org jessie/updates Release 
Err http://ppa.launchpad.net trusty/main amd64 Packages 

Err http://security.debian.org jessie/updates/main amd64 Packages 

Err http://ppa.launchpad.net trusty/main amd64 Packages 

Ign http://deb.debian.org jessie Release 
Err http://security.debian.org jessie/updates/main amd64 Packages 

Err http://ppa.launchpad.net trusty/main amd64 Packages 

Err http://ppa.launchpad.net trusty/main amd64 Packages 

Ign http://deb.debian.org jessie-updates Release 
Err http://security.debian.org jessie/updates/main amd64 Packages 

Err http://security.debian.org jessie/updates/main amd64 Packages 

Err http://ppa.launchpad.net trusty/main amd64 Packages 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 
Err http://security.debian.org jessie/updates/main amd64 Packages 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 
Err http://deb.debian.org jessie/main amd64 Packages 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 
Err http://deb.debian.org jessie-updates/main amd64 Packages 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 
W: Failed to fetch http://deb.debian.org/debian/dists/jessie/Release.gpg 
Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 

W: Failed to fetch http://ppa.launchpad.net/zfs-native/stable/ubuntu/dists/trusty/Release.gpg Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 

W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/Release.gpg Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 

W: Failed to fetch http://security.debian.org/dists/jessie/updates/Release.gpg Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 

W: Failed to fetch http://ppa.launchpad.net/zfs-native/stable/ubuntu/dists/trusty/main/binary-amd64/Packages Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 

W: Failed to fetch http://security.debian.org/dists/jessie/updates/main/binary-amd64/Packages Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 

W: Failed to fetch http://deb.debian.org/debian/dists/jessie/main/binary-amd64/Packages Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 

W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages Cannot initiate the connection to 8080:80 (0.0.31.144). - connect (22: Invalid argument) 

E: Some index files failed to download. They have been ignored, or old ones used instead. 

回答

0

很难调试这个没有更多的细节。从您收到的消息看,它看起来像代理设置或apt源列表格式不正确。

0

当在代理之后进行构建时,请确保您设置了在环境变量中添加http。

ENV HTTP_PROXY ** HTTP://**your.company.com:8080

ENV https_proxy **的https://**your.company.com:8080