Kyle Manna
Kyle Manna
Investigate the `--device` idea available in [Docker 1.2](http://blog.docker.com/2014/08/announcing-docker-1-2-0/) Idea from stucki/docker-cyanogenmod#7 The design philosophy of docker-aosp is to only do the building in the container and the USB device is...
Support Ubuntu 16.04 with systemd init script.
Considering migrating to Alpine Linux so that the image is much smaller and leaner. The Bitcoin [package is native to Alpine Linux](https://pkgs.alpinelinux.org/package/edge/community/x86_64/bitcoin) and won't require the PPA to get up...
Add support for the OpenVPN management interface either by port forwarding or running `docker-enter`/`nsenter`. Drop the status file which is mostly unreadable now
Build fails on my Arch Linux system with gcc-5.2.0 and clang-3.6.2. Fixes: - Obvious signedness issues - Less obvious signedness issues - Gtest is no longer a semi-integrated monolith (and...
## Issue The `uu-install` implementation handles the argument combination of `-Dm644` which is commonly use in C/C++ install tools differently then `coreutils`. The `uu-install` implementation sets the `-m644` permissions on...
## Issue The `uu-install` implementation handles the argument combination of `-o $uid -g $gid -d a/b/c` differently then `coreutils`. Running `install -o $UID -g $GID -d dir/a/b` fails to set...
* Correct bug that set the last directory to the mode the file should have been set to. * Add unit test to verify correct functionality. * Fixes #4360
* Re-factor the copy function `chown` into a function that can be re-used. * Fix bug where the group overwrote the user. * Add `chown` compatibility to follow GNU coreutils....
Hi, I was surprised to learn that this image loads the main body from `http://openspeedtest.com/ost-self-hosted.php`. Why is this? I'd expect this be hosted locally and work offline. Appears this is...