Re: Gitlab CI has problems with downloading packages from the internet.

2016-11-22 Thread Aleksey Tsalolikhin
Exactly. You can start a container in interactive mode to troubleshoot: docker run -ti See also: https://norasky.wordpress.com/2015/06/09/docker-tips/ Best, Aleksey -- Need training on GitLab? Email train...@verticalsysadmin.com. On Tue, Nov 22, 2016 at 7:17 AM, Pavithra Murari wrote: >

Re: Gitlab CI has problems with downloading packages from the internet.

2016-11-22 Thread Pavithra Murari
It ends up with 0 byte files and suspect connectivity issue. On Tuesday, November 22, 2016 at 7:23:37 PM UTC+5:30, Aleksey Tsalolikhin wrote: > > Does this happen every time? > > What are the URLs of the files you are trying to download? If you included > URLs in your original email, they di

Re: Gitlab CI has problems with downloading packages from the internet.

2016-11-22 Thread Aleksey Tsalolikhin
Does this happen every time? What are the URLs of the files you are trying to download? If you included URLs in your original email, they did not come across. Is NPM actually downloading anything or is it ending up with 0 byte files? On Tue, Nov 22, 2016 at 5:37 AM, Pavithra Murari wrote: > N

Gitlab CI has problems with downloading packages from the internet.

2016-11-22 Thread Pavithra Murari
Npm, our package manager, tries to download the dependencies. These files that I linked are downloaded corrupted as their checksum differs from the expected checksum. I downloaded the packages manually to an instance in Cloud and they were downloaded successfully with the expected checksum.