Justin Cormack
34c8ca5fb7
Merge pull request #475 from justincormack/novolume
...
Reduce number of volume mounts used in build
2016-09-07 01:00:04 +01:00
Justin Cormack
7b2d8ff227
Use docker and cat not compose and volumes for arm
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-07 00:22:21 +01:00
Justin Cormack
35acfcb3f5
Use docker and cat not compose and volumes for efi, bios
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-07 00:17:29 +01:00
Justin Cormack
106739fa02
Stop using volume and compose to build initrd
...
This makes remote builds work, and simplifies build.
See #469
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-06 23:59:38 +01:00
Justin Cormack
19ca61b8d2
Merge pull request #473 from justincormack/nodev
...
Do not create default devices
2016-09-06 23:58:14 +01:00
Justin Cormack
6268a1ace0
Merge pull request #468 from justincormack/alpine-iso
...
Use alpine to build bios
2016-09-06 23:57:49 +01:00
Justin Cormack
45ece4e9b8
Do not create default devices
...
They are created anyway at runtime, and this set is not very complete.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-06 23:08:12 +01:00
Justin Cormack
bf3751d80c
Merge pull request #466 from justincormack/more-repro
...
[WIP] closer to reproducible builds
2016-09-06 13:20:51 +01:00
Justin Cormack
3a2c28f352
Closer to reproducible builds
...
Make an alpine base image for C and Go builds.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-06 13:18:11 +01:00
Justin Cormack
9e149a245f
Merge pull request #471 from justincormack/less-context
...
Faster build via less context sent
2016-09-06 09:53:09 +01:00
Justin Cormack
5fe4445c88
Faster build via less context sent
...
See #470 . Still more to do.
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-09-06 09:45:37 +01:00
Justin Cormack
feb141d324
fix iso build
...
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-09-06 00:11:48 +01:00
Justin Cormack
3b46f9fcbe
Use alpine to build bios
...
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-09-05 23:58:12 +01:00
Justin Cormack
e71638ce1f
add delete on error to Makefile
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-05 15:10:00 +01:00
Justin Cormack
28d6e1717f
more specific golang alpine base package
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-05 15:05:52 +01:00
Justin Cormack
5b43cf266f
Merge pull request #438 from nathanleclaire/diagnosticserverrace
...
Fix race condition(s) in command collection code
2016-09-03 09:57:05 +01:00
Nathan LeClaire
173765ffce
Use additional parent (global) context
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-09-02 16:45:05 -07:00
Nathan LeClaire
d2ff4a06ff
Fix race condition(s) in command collection code
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-09-02 16:40:38 -07:00
Justin Cormack
d297c3b88d
Merge pull request #463 from justincormack/nodockerarm
...
remove old arm docker binary, now releases are available upstream
2016-09-02 16:54:05 +01:00
Justin Cormack
97ef6ccf2a
remove old arm docker binary, now releases are available upstream
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-02 16:50:35 +01:00
Justin Cormack
089eaf3306
Merge pull request #462 from justincormack/diagnosticsfix
...
diagnostics program fix up output
2016-09-02 16:31:43 +01:00
Justin Cormack
98e5532237
diagnostics program fix up output
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-02 16:30:37 +01:00
Justin Cormack
058f894190
Merge pull request #460 from djs55/iptables-syslog
...
Make the iptables wrapper use syslog
2016-09-01 11:49:30 +01:00
David Scott
2911fb6fe1
diagnostics: no need to collect /var/log/service-port-opener.log
...
This log file has been removed and the contents are now in /var/log/messages
which we already collect.
Signed-off-by: David Scott <dave.scott@docker.com>
2016-09-01 11:28:43 +01:00
David Scott
cd052f1fe0
iptables wrapper: write to syslog rather than /var/log/service-port-opener.log
...
This will enable proper log rotation and is simpler.
Signed-off-by: David Scott <dave.scott@docker.com>
2016-09-01 11:28:14 +01:00
Justin Cormack
0f1298e336
Merge pull request #458 from justincormack/cron
...
run crond for log rotation
2016-08-31 19:14:27 +01:00
Justin Cormack
19a90cbd71
run crond for log rotation
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 19:08:56 +01:00
Justin Cormack
c32627a296
Merge pull request #456 from justincormack/nodtb
...
remove arm dtb now we no longer build arm kernel
2016-08-31 18:56:54 +01:00
Justin Cormack
2848c13ed7
remove arm dtb now we no longer build arm kernel
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 16:51:03 +01:00
Justin Cormack
d0cf8f86f9
Merge pull request #453 from justincormack/noxhyve
...
Remove xhyve
2016-08-31 16:49:25 +01:00
Justin Cormack
37c4410a3b
Merge pull request #455 from justincormack/lessnoisy
...
quieter kernel build
2016-08-31 16:48:21 +01:00
Justin Cormack
069930f3a6
quieter kernel build
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 15:53:16 +01:00
Justin Cormack
9ab4a925c0
Merge pull request #452 from justincormack/nocrosskernel
...
Remove support for arm kernel build
2016-08-31 15:36:33 +01:00
Justin Cormack
783a88eb6e
Merge pull request #433 from djs55/search-domains
...
dhcp: request and use search domains (option 119)
2016-08-31 15:20:58 +01:00
Justin Cormack
31bf797cab
Merge pull request #454 from justincormack/noreq
...
Removed unused requirements directory
2016-08-31 14:37:32 +01:00
Justin Cormack
6b3e2de65b
Removed unused requirements directory
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 14:36:54 +01:00
Justin Cormack
5333a5c796
Remove xhyve
...
See #443
We now use qemu for testing, having a copy of xhyve in the tree is no
longer useful. Should add documentation for how to run in hyperkit instead.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 14:30:17 +01:00
Justin Cormack
c1e2418a16
Remove support for arm kernel build
...
See #449 . Plan is to use upstream Alpine kernel for Arm, as
does not need vsock, hvsock or aufs.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 14:23:40 +01:00
David Scott
dd761f9e04
dhcp: request search domains (DHCP option 119)
...
Signed-off-by: David Scott <dave.scott@docker.com>
2016-08-31 14:06:55 +01:00
Justin Cormack
d8feda4bb7
Merge pull request #451 from justincormack/debughandling
...
Run dockerd in debug mode if not overridden in config file
2016-08-31 13:56:34 +01:00
Justin Cormack
0dcd6641e1
Run dockerd in debug mode if not overridden in config file
...
Fix #448
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 12:29:23 +01:00
Justin Cormack
020d1aee24
Merge pull request #447 from justincormack/dhcp-search-domains
...
Update Alpine base with DNS search domain config
2016-08-31 09:53:15 +01:00
Justin Cormack
06da7ea7c4
Update Alpine base with DNS search domain config
...
See #433
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 09:52:01 +01:00
Justin Cormack
5a6d5597d4
Merge pull request #445 from justincormack/logrotate
...
Switch to ksyslogd to add log rotation
2016-08-31 09:48:38 +01:00
Justin Cormack
73914dd908
Switch to ksyslogd to add log rotation
...
See #441
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-30 11:37:30 +01:00
Justin Cormack
6bc1cf7e5b
Merge pull request #446 from justincormack/qemurng
...
Add random device for qemu
2016-08-30 11:35:39 +01:00
Justin Cormack
1900f382bb
Add random device for qemu
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-30 11:35:26 +01:00
Justin Cormack
31501d4f1b
Merge pull request #442 from justincormack/buildfix
...
Cleanup, move to mobylinux org
2016-08-30 10:45:39 +01:00
Justin Cormack
733eff1f86
switch to mobylinux hub org
...
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-08-30 10:43:50 +01:00
Justin Cormack
daea294c94
use build-base not alpine-sdk, it is smaller
...
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-08-30 10:43:34 +01:00