> 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.
Turns out Docker Hub Automated Builds allows linked repos. So I can get rumprun-pkgbuild-x86_64-rumprun-netbsd-hw to build when rumprun-toolchain-x86_64-rumprun-netbsd-hw is updated. It can also version the images based on repo tags. So I just need to figure out a better way than using a submodule to get the toolchain image to rebuild.
