android mosh/Android build VM To Download the VM image: docker pull ddrown/mosh-build To build mosh binaries: OUTPUTDIR=~/target mkdir $OUTPUTDIR docker run -v $OUTPUTDIR:/target ddrown/mosh-build This will create 6 binaries in $OUTPUTDIR/bin: mosh-client.
android Busybox/Android build VM I took the Android Cross Compile VM [https://blog.dan.drown.org/android-cross-compile-environment/] and created a docker VM image for just building busybox. To Download the VM image: docker pull ddrown/busybox-build To
android Updated busybox builds I rebuilt busybox and upgraded to 1.22.1. The new Android L developer preview requires binaries built with PIE [http://en.wikipedia.org/wiki/Position-independent_code]. Android 4.1 is the oldest
android Android Cross Compile environment I took my Android ports build environment and turned it into a docker image. To download it (should be around 2.3GB), install docker on Linux and then run: # docker pull ddrown/android-cross-compile