Commit Graph

1389 Commits

Author SHA1 Message Date
Justin Cormack
5133c11a27 Use alpine to build bios
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-09-05 23:58:12 +01:00
Justin Cormack
6ba5c7c8c0 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
30d4cf9675 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
655c3dae30 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
0a7634fbd3 Use additional parent (global) context
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-09-02 16:45:05 -07:00
Nathan LeClaire
5d4b7a6f86 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
9586c90823 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
0fe0d2a39b 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
b7e90634ed Merge pull request #462 from justincormack/diagnosticsfix
diagnostics program fix up output
2016-09-02 16:31:43 +01:00
Justin Cormack
bf397574cc diagnostics program fix up output
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-02 16:30:37 +01:00
Justin Cormack
1dd34f6557 Merge pull request #460 from djs55/iptables-syslog
Make the iptables wrapper use syslog
2016-09-01 11:49:30 +01:00
David Scott
7e58c70929 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
710cd1aebb 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
72a895a03f Merge pull request #458 from justincormack/cron
run crond for log rotation
2016-08-31 19:14:27 +01:00
Justin Cormack
0978a92262 run crond for log rotation
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 19:08:56 +01:00
Justin Cormack
1b87cec67c 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
4b4f133620 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
54ce5cae51 Merge pull request #453 from justincormack/noxhyve
Remove xhyve
2016-08-31 16:49:25 +01:00
Justin Cormack
a500702e21 Merge pull request #455 from justincormack/lessnoisy
quieter kernel build
2016-08-31 16:48:21 +01:00
Justin Cormack
07bf4888c1 quieter kernel build
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 15:53:16 +01:00
Justin Cormack
ad7b35e457 Merge pull request #452 from justincormack/nocrosskernel
Remove support for arm kernel build
2016-08-31 15:36:33 +01:00
Justin Cormack
068c97390f 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
de593f5ba3 Merge pull request #454 from justincormack/noreq
Removed unused requirements directory
2016-08-31 14:37:32 +01:00
Justin Cormack
f28f446844 Removed unused requirements directory
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 14:36:54 +01:00
Justin Cormack
210aef2a50 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
69f290d28f 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
8f92071848 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
4ac99b09fb 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
b0f3012993 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
847edf1ff6 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
15861d87f9 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
f60a9028c7 Merge pull request #445 from justincormack/logrotate
Switch to ksyslogd to add log rotation
2016-08-31 09:48:38 +01:00
Justin Cormack
80bba73349 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
60d635f870 Merge pull request #446 from justincormack/qemurng
Add random device for qemu
2016-08-30 11:35:39 +01:00
Justin Cormack
a2677b6add Add random device for qemu
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-30 11:35:26 +01:00
Justin Cormack
d388b40d07 Merge pull request #442 from justincormack/buildfix
Cleanup, move to mobylinux org
2016-08-30 10:45:39 +01:00
Justin Cormack
e03695bfa4 switch to mobylinux hub org
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-08-30 10:43:50 +01:00
Justin Cormack
d52c2b8a44 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
Justin Cormack
b0d5b82882 Merge pull request #440 from nathanleclaire/cmd_capture_revise
Add a few command capture tweaks
2016-08-30 10:30:21 +01:00
Nathan LeClaire
d7c2f7aed5 Add a few command capture tweaks
- Human readable df output
- Dramatically more history from Docker and syslog
- brctl doesn't output anything without 'show'

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-08-29 16:10:31 -07:00
Nathan LeClaire
970bc31977 Add ability to upload diagnostics to S3
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-08-29 16:03:27 -07:00
Justin Cormack
2121afb71d Merge pull request #436 from justincormack/fixproxy
Always copy in docker-proxy
2016-08-26 09:19:37 +01:00
Justin Cormack
7981157503 Always copy in docker-proxy
Fix #434

Stupid mistake, sorry!

Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-08-26 09:18:15 +01:00
Justin Cormack
aafe404e60 Merge pull request #432 from justincormack/maxcpu
Unlimit max CPU cores in config
2016-08-25 09:33:18 +01:00
Justin Cormack
e643a4b758 Unlimit max CPU cores in config
See https://github.com/docker/for-win/issues/59

Even on desktop we have users with more than 8 cores!

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-25 09:32:23 +01:00
Justin Cormack
259c7adbfe Merge pull request #431 from justincormack/noshutdownhack
Remove hacky code for fast shutdown
2016-08-24 10:13:53 +01:00
Justin Cormack
2ed6616195 Remove hacky code for fast shutdown
Shutdown without this still seems pretty quick, and we are no longer
shutting down frequently for state changes, so I think this is a
reasonable change.

See #430

Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-08-24 00:24:02 +01:00
Justin Cormack
2ce23d58a7 Merge pull request #428 from justincormack/ubuntuup
Update build containers to Ubuntu 16.10
2016-08-23 23:24:20 +01:00
Justin Cormack
3628e60d54 Update build containers to Ubuntu 16.10
Should update to Alpine in future.

Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-08-23 19:53:11 +01:00
Justin Cormack
0fd04d67ac Merge pull request #426 from justincormack/shared-run
Resolved how to get busybox to created shared mounts
2016-08-23 00:19:16 +01:00