reports/2017-05-08.md
The eighth weekly development report. Feel free to send PRs if you want to add to these reports (or correct them).
Welcome everyone, looking forward to your contributions and working with you. Please open issues on GitHub if you need help, or ask on #linuxkit in the Docker community slack.
We added the linuxkit/rtf repo, containing regression testing code. When the tests are added, you will be able to do:
go get -u github.com/linuxkit/rtf
cd test
rtf -x run
LABELS: darwin, UNKNOWN, amd64, osx
ID: de502808-ac81-45fa-9368-bb03fd562cf2
[PASS ] linuxkit.examples.minimal 14.45s
[PASS ] linuxkit.examples.docker 90.24s
[PASS ] linuxkit.examples.sshd 48.12s
[PASS ] linuxkit.examples.redis 21.44s
[PASS ] linuxkit.examples.swap 33.42s
[PASS ] linuxkit.examples.exporter 30.40s
[SUMMARY ] LogDir: de502808-ac81-45fa-9368-bb03fd562cf2
[SUMMARY ] Version: UNKNOWN
[SUMMARY ] Passed: 5
[SUMMARY ] Failed: 1
[SUMMARY ] Cancelled: 0
[SUMMARY ] Skipped: 0
[SUMMARY ] Duration: 238.08s
linuxkit run options were unified to fix inconsistencies for specifying disk-size, disk and fw #1758 #1732 @rneugeba @fntlnz].kernel-dev.tar in the kernel build now has all the necessary headers and files to compile kernel modules against a specific kernel #1765 #1568 @rneugeba.dm and btrfs #1754 @justincormack.Makefile has been enhanced to gather all the build artefacts into one directory #1764 @dave-tucker.There is interest in converting Compose files into LinuxKit blueprints, but no firm approach yet #1690 @rneugeba @deitch @techninja1008.
Kernel module autoloading doesn't work properly at the moment, so investigating if udev is needed #1742 @rneugeba @justincormack.
Kubernetes packaging continues to be improved by debugging how to connect to the cluster from different environments #1767 @errordeveloper @mbruzek @rneugeba @ijc25 @justincormack.
There is a proposal to add a linuxkit push vmware command to push to remote ESXi datastores #1751 #1710 @ajeetraina @justincormack.
Baremetal support planned by adding iDRAC/iLOM media boot capabilities to linuxkit push #1752 @justincormack @thebsdbox @rneugeba @pandrew @ajeetraina]).
linuxkit run needs to be enhanced to handle power saving callbacks, and there is discussion about how to support this on all the targets #1773 @rneugeba @justincormack.
Currently a terminal is run on every tty, without access control; this needs to be imrpoved #1771 @deitch @justincormack @rneugeba.
Docker's LinuxKit by Jesse White
Work is starting on rebasing the Docker Editions on the open source version of LinuxKit, rather than the internal version. This will involve adding detailed blueprints for the platforms, porting over missing pieces, and adding testing for each platform. Making multiple architecture support work well, starting with Arm64 is also a priority.
There is ongoing rework on the moby tool, making it more modular and suitable for other use cases outside LinuxKit. It will be soon be merged into the moby/moby repo.