Rolf Neugebauer
dbe3d0d16c
base: update manifest
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-23 11:11:07 +01:00
Rolf Neugebauer
5f9ace13b0
packages: add hvtools from edge/testing
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-23 11:03:40 +01:00
Rolf Neugebauer
93490ac710
packages: remove hvtools
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-23 11:03:40 +01:00
Justin Cormack
9c5381e5a8
Merge pull request #546 from rneugeba/if-clean
...
Clean up network interface
2016-09-23 10:41:15 +01:00
Justin Cormack
9bb91aad49
Merge pull request #547 from docker/build-vhd
...
initial how-to build vhd
2016-09-23 10:37:06 +01:00
French Ben
b82d902a6a
initial how-to build vhd
2016-09-22 16:24:58 -07:00
Rolf Neugebauer
aceebda3db
net: consolidate DHCP onto eth0 only
...
- rename DfW main interface eth0
- remove eth1 DHCP config
- create tap device in init script not interfaces file
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-22 18:12:45 +01:00
Justin Cormack
a246a8dd8d
Merge pull request #545 from justincormack/update-alpine-add-more
...
Update base image
2016-09-22 18:09:14 +01:00
Justin Cormack
2d89eeeae9
Merge pull request #544 from justincormack/noswap
...
Do not fail if disk is partitioned but has no swap
2016-09-22 17:25:26 +01:00
Justin Cormack
ca6a7211b0
Update base image
...
- fix `df` failing with overlay
- four more openssl CVEs
- add dhcpcd (unused)
- add openssh server (unused)
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-22 16:42:06 +01:00
Justin Cormack
30991d26d4
Do not fail if disk is partitioned but has no swap
...
Fix #543
Also clean up quoting and unused parts a little.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-22 16:30:28 +01:00
Rolf Neugebauer
a0632f1e78
net: rename Hyper-V internal network to hvint0 and configure it
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-22 16:17:26 +01:00
Justin Cormack
d613f87895
Merge pull request #540 from justincormack/local
...
Enable local service
2016-09-22 16:05:39 +01:00
Justin Cormack
a992ca9723
Merge pull request #541 from justincormack/sorted-packages
...
Sort list of packages
2016-09-22 16:05:22 +01:00
Justin Cormack
0978881a09
Sort list of packages
...
fix #537
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-22 13:42:09 +01:00
Justin Cormack
c2d027d12a
Enable local service
...
Files in `/etc/local.d/` will be executed:
If a file in this directory is executable and it has a .start extension,
it will be run when the local service is started. If a file is
executable and it has a .stop extension, it will be run when the local
service is stopped.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-22 13:39:10 +01:00
Justin Cormack
957df9176f
Merge pull request #538 from justincormack/iso-rework
...
Standalone make iso image, rather than build+run
2016-09-22 13:26:24 +01:00
Justin Cormack
af676ac5e1
Standalone make iso image, rather than build+run
...
Simpler to have an image that takes the kernel and initrd as input,
rather than building them into the image.
The rest need converting.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-22 13:12:23 +01:00
Justin Cormack
245ae84937
Merge pull request #534 from kencochrane/fix_makefile_ami_build
...
Added missing ENV variables to AMI build
2016-09-21 09:57:11 +01:00
Ken Cochrane
2aa6ec954b
Added missing ENV variables to AMI build
...
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2016-09-20 19:09:09 -04:00
Justin Cormack
8798d4b76a
Merge pull request #530 from justincormack/base-image-docs
...
More docs on Hub images
2016-09-20 23:02:31 +01:00
Justin Cormack
6a425feeff
Merge pull request #532 from kencochrane/aws_nightly
...
Added more tagging to AMI builds for AWS
2016-09-20 20:33:53 +01:00
Ken Cochrane
2735f7914b
Added changes to support nightly builds for AWS
2016-09-20 15:20:09 -04:00
Justin Cormack
1687e8337a
More docs on Hub images
...
See #529
Could be expanded further.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-20 18:10:21 +01:00
Justin Cormack
561075f38e
Merge pull request #528 from justincormack/manifest
...
Add package manifest for base image
2016-09-20 13:08:52 +01:00
Justin Cormack
31b4b6a61b
Add package manifest for base image
...
See #527
Easy to see what has been updated via diffs.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-20 12:48:34 +01:00
Justin Cormack
a2de598734
Merge pull request #526 from justincormack/update-base
...
update base image
2016-09-20 12:18:08 +01:00
Justin Cormack
fd5ff07515
update base image
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-20 09:49:43 +01:00
Justin Cormack
c9710843eb
Merge pull request #525 from justincormack/more-aio
...
Increase default fs.aio-max-nr
2016-09-20 00:17:03 +01:00
Justin Cormack
0847d0419e
Increase default fs.aio-max-nr
...
As recommended by Oracle for MySQL.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-19 23:38:26 +01:00
Justin Cormack
f79da55ef7
Merge pull request #524 from rneugeba/kern-up
...
linux: update kernel to 4.4.21
2016-09-19 19:58:31 +01:00
Rolf Neugebauer
de993ec0d9
linux: update kernel to 4.4.21
...
- removed some Hyper-V patches which were picked up
between 4.4.20 and 4.4.21
- udate aufs
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-19 18:20:28 +01:00
Justin Cormack
fad65eb40b
Merge pull request #523 from justincormack/etcfiles
...
better dependency checking for etc
2016-09-16 17:58:36 +01:00
Justin Cormack
d78f86feb2
better dependency checking for etc
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-16 17:02:53 +01:00
Justin Cormack
8fcea65bea
Merge pull request #522 from justincormack/rngd
...
Add rngd
2016-09-16 16:03:48 +01:00
Justin Cormack
1aef768a33
Add rngd
...
Tweak the config to use RDSEED or (fallback) RDRAND. Makes sure
we have initial random seed in cases where there is no other
random source if these are supported.
The default config in Alpine currently disables these, which makes
it pretty useless, as there is no motherboard rng support any more.
Replaces #517
Fix #514
Fix #183
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-16 15:32:56 +01:00
Justin Cormack
7787e3622c
Merge pull request #465 from rneugeba/c-style
...
Unify C coding style to the Linux kernel coding style (mostly)
2016-09-16 13:18:36 +01:00
Justin Cormack
c1e0c731d1
Merge pull request #521 from justincormack/curl
...
Add curl to base
2016-09-16 13:18:19 +01:00
Justin Cormack
519921279c
Add curl to base
...
We need this to self host if you specify a custom version of Docker.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-16 12:54:03 +01:00
Justin Cormack
a3fbee70e7
Merge pull request #520 from justincormack/no-community
...
Explicitly set the apk repositories we use
2016-09-16 12:48:42 +01:00
Rolf Neugebauer
8d8c735c09
docs: add a short document about coding style recommendation
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-16 11:02:30 +01:00
Rolf Neugebauer
eee8a92d03
tap-vsockd: better error handling
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-16 11:02:29 +01:00
Rolf Neugebauer
082a66d1ea
9pmount: Don't init variables if they are unconditionally assigned later
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-16 11:02:29 +01:00
Rolf Neugebauer
31430016b2
transfused: Use Linux coding style (mostly)
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-16 11:02:29 +01:00
Rolf Neugebauer
afb6b0b830
tap-vsockd: Use Linux coding style (mostly)
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-16 11:02:29 +01:00
Rolf Neugebauer
3f63cfb3b7
9pmount: Use Linux coding style (mostly)
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-09-16 11:02:29 +01:00
Justin Cormack
7100477e54
Explicitly set the apk repositories we use
...
Previously we used the defaults (main and community) but we
currently only need main, but are likely to need some packages
from edge soon.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-16 10:58:54 +01:00
Justin Cormack
d397dad1bd
Merge pull request #477 from nathanleclaire/there_is_no_volume_only_tar
...
Build without bind mounts for cloud editions
2016-09-15 16:06:49 +01:00
Justin Cormack
e497aea7b8
Merge pull request #516 from justincormack/random-seed-key
...
add random-seed database key
2016-09-15 16:01:58 +01:00
Justin Cormack
365883b887
add random-seed database key
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-15 13:16:51 +01:00