Hi there,
After pushing my latest code, I now get this error on resin:
Failed to download application ‘registry.resin.io/nameofapp/gittag’ due to ‘Failed to get image download size of 303b5307a77886b50c9e27ef0301fdb48b5d0xxxx from registry.resin.io. Status code: 400’
This usually signifies problems with the connection, resulting in an early termination of the image and is usually caused by network connectivity issues. Did you retry again? Does this issue persist?
When you update your application, do you also require new dependencies to be installed? This usually has to do when trying to install new dependencies, but the installation is aborted. For instance, if you install dependencies via apt-get install, you can add ‘-y’ in order to assume “yes” when confirmation needed. Is this your case?
RUN apt-get -y update && apt-get -y install arduino cron procmail unzip g++ gcc usbutils make node-gyp
COPY . /src
NPM Install
RUN cd /src; npm install;
But it already hangs when trying to load the cache:
Robins-MacBook-Air:analog_rpi robinreumers$ git push resin master
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 2.28 KiB | 0 bytes/s, done.
Total 9 (delta 4), reused 0 (delta 0)
Starting build for fb_robin_reumers/analogconsole, user fb_robin_reumers
Building on 'local’
Pulling old image for caching purposes
Still working…
Error: Builder disconnected
Also, at this point, I cannot ping git.resin.io. Is that normal?
the fact that you cannot ping git.resin.io is normal. This is not the problem.
Let me forward your issue to the team please and get back to you.
Thank you for your patience.
Hi Ilias, thanks. I tried a new git init, also tried a new application. Haven’t been able to make it work. Always disconnects after “Pulling old image for caching purposes”.