The Docker-based builds on https://github.com/davedoesdev/rumprun-packages have been working fine for a while. I just need to figure out how to get the toolchain images to be updated automatically. I'm currently doing this by having the rumprun repo as a submodule in https://github.com/davedoesdev/rumprun-toolchain-x86_64-rumprun-netbsd-hw and then updating it manually from time-to-time. This then kicks off a Docker Hub automated build. Without a Dockerfile in the main rumprun repo, I can't think of another way of doing it. Another issue is how to get the Docker Hub automated builds also to rebuild an image's descendants when it's updated. I was hoping for some input/help here. Is there any appetite to take this stuff into the main rumprun-packages repo?
Regarding publishing build artifacts, I now have this working on the 'publish' branch of https://github.com/davedoesdev/rumprun-packages. I decided just to deploy to github releases from Travis. Only node and ghost artifacts are published currently at https://github.com/davedoesdev/rumprun-packages/releases. (I intend to do the dtuf publishing separately). Hope this is useful to someone other than me.
