Closed benhylau closed 6 years ago
The broken docker image was due to none of the sbot stuff being built. The build completed very quickly (< 5 min) without any of the sbot compiling, which generally takes about half an hour. It may have been due to temporary DNS failures since I was experiencing failures on the Raspberry Pi host, and now that I have changed to 8.8.8.8, master
is building again.
I am curious though why the docker build continued as if there weren't errors, and only at runtime sbot is missing.
@benhylau i know pibakery-blocks puts a "sleep 5 seconds and then try ping -c 8.8.8.8 until the network is up" before continuing, with a max of 2.5 minutes before bailing.
The current Dockerfile builds a container that fails to start:
Have you tested a full run since https://github.com/benhylau/ssbc-grants-scuttlemesh/pull/13/files or did you make changes to ssb-web-pi repo in ways that would break this?