Hi all,
Looking for some help please!
I’ve used Screenly OSE on pi’s for a while and it works well but I have been reading about Balena and the ability to remotely update my signage without having to physically visit is very appealing.
However I’m getting stuck, I’m trying to follow the instructions here:
https://www.balena.io/blog/deploy-a-digital-signage-application-with-screenly-and-resin/
and all seems to work well until I start to build and then I get errors:
[main] W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-armhf/Packages 404 Not Found
[main] E: Some index files failed to download. They have been ignored, or old ones used instead.
[main]
[main] Removing intermediate container 064ceac91bbd
[main] The command ‘/bin/sh -c apt-get update && apt-get -y install build-essential curl git-core libffi-dev libssl-dev matchbox net-tools nginx-light omxplayer psmisc python-dev python-imaging python-netifaces python-simplejson libraspberrypi0 ifupdown sqlite3 uzbl x11-xserver-utils xserver-xorg && apt-get clean’ returned a non-zero code: 100
[Info] Uploading images
[Success] Successfully uploaded images
[Error] Some services failed to build:
[Error] Service: main
[Error] Error: The command ‘/bin/sh -c apt-get update && apt-get -y install build-essential curl git-core libffi-dev libssl-dev matchbox net-tools nginx-light omxplayer psmisc python-dev python-imaging python-netifaces python-simplejson libraspberrypi0 ifupdown sqlite3 uzbl x11-xserver-utils xserver-xorg && apt-get clean’ returned a non-zero code: 100
[Error] Not deploying release.
remote: error: hook declined to update refs/heads/master
I’m wondering if it’s crashing out because it’s looking for Jessie but I’m not sure where I’m going from here - any help?
Paul