Justin Cormack
2db93ebbc7
Linux 4.8.4
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-22 17:05:20 +01:00
Justin Cormack
5799714117
Merge pull request #627 from justincormack/go-fmt
...
go fmt
2016-10-21 15:46:46 +01:00
Justin Cormack
142d621c06
go fmt
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-21 15:35:10 +01:00
Justin Cormack
ceff8a15d8
Merge pull request #626 from rneugeba/doc
...
doc: update document about kernel patches
2016-10-21 15:04:36 +01:00
Rolf Neugebauer
774255e173
doc: update document about kernel patches
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-10-21 15:00:50 +01:00
Justin Cormack
96b84cc975
Merge pull request #624 from justincormack/dirty-cow
...
Update Linux kernel to 4.8.3
2016-10-21 09:56:50 +01:00
Justin Cormack
2f985f8306
Update Linux kernel to 4.8.3
...
Fix Dirty COW.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-21 09:35:09 +01:00
Justin Cormack
8f3714bd95
Merge pull request #623 from justincormack/baseup
...
Base image update
2016-10-20 14:22:54 +01:00
Justin Cormack
29196a5872
update C build base images for Musl update
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-20 13:23:12 +01:00
Justin Cormack
23ba083b79
Update base image with Musl bugfix
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-20 13:20:00 +01:00
Justin Cormack
9059240d47
Update to Go 1.7.3
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-20 13:17:16 +01:00
Justin Cormack
e7f4600956
Merge pull request #621 from rneugeba/4.8-up
...
kernel: update to 4.8.2
2016-10-19 13:32:40 +01:00
Rolf Neugebauer
0808e359df
kernel: update to 4.8.2
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-10-18 16:23:33 +01:00
Justin Cormack
d5906fccfc
Merge pull request #605 from rneugeba/patches-doc
...
docs: document how to work with Linux kernel patches
2016-10-17 11:10:25 +01:00
Justin Cormack
867557a6b2
Merge pull request #614 from justincormack/git-go
...
Add git to Go build package
2016-10-17 09:49:52 +01:00
Justin Cormack
24eef87c31
Merge pull request #615 from justincormack/kernelup
...
update to Linux 4.4.25
2016-10-17 09:49:37 +01:00
Justin Cormack
21bf60d10f
Merge pull request #607 from justincormack/curly
...
remove temporary force curl before hub updated
2016-10-16 23:14:29 +01:00
Justin Cormack
4caffb567d
update to Linux 4.4.25
...
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-10-16 22:19:37 +01:00
Justin Cormack
2c2f600995
add git to Go build package
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-16 13:49:28 +01:00
Justin Cormack
df70fe328c
fix hash calculation for Go build container
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-16 13:42:55 +01:00
Justin Cormack
0b41443ae3
remove temporary force curl before hub updated
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-14 21:58:30 +01:00
Justin Cormack
cab1f3403f
Merge pull request #611 from justincormack/varnish-the-limits
...
Increase default memlock ulimit
2016-10-14 11:34:04 +01:00
Justin Cormack
310a0af538
Increase default memlock ulimit
...
Fix #610
Users can override, but the default is low.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-14 11:27:45 +01:00
Justin Cormack
6f8e6ff55a
Merge pull request #606 from justincormack/overlay2-default
...
Default to overlay2
2016-10-13 16:34:43 +01:00
Justin Cormack
1d5f679746
Default to overlay2
...
If there is no storage-driver set in daemon.json and no
aufs directory in the docker directory, use overlay2 as the storage
driver.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-13 16:08:20 +01:00
Justin Cormack
01519d4008
Merge pull request #599 from justincormack/dockerup
...
Update Docker to 1.12.2
2016-10-12 00:51:33 +01:00
Justin Cormack
be7fcd72f4
temporarily force curl as image not yet available
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-12 00:48:18 +01:00
Rolf Neugebauer
54a4a6f1b0
docs: document how to work with Linux kernel patches
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-10-11 20:13:03 +01:00
Justin Cormack
71ec0982ce
Update Docker to 1.12.2
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-11 19:26:45 +01:00
Justin Cormack
8106f7a174
Make the Docker download more robust to pipefail errors
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-11 19:26:45 +01:00
Justin Cormack
182e483d0a
Merge pull request #604 from rneugeba/kern-doc
...
doc: add a note on building debug kernels
2016-10-11 19:26:01 +01:00
Rolf Neugebauer
c5ff18ff94
doc: add a note on building debug kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-10-11 18:16:06 +01:00
Justin Cormack
36cb26b9d1
Merge pull request #603 from justincormack/minus-j
...
set -j on kernel build again
2016-10-11 17:27:17 +01:00
Justin Cormack
214f8f6440
set -j on kernel build again
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-11 16:27:55 +01:00
Justin Cormack
2587974a7d
Merge pull request #601 from justincormack/ipsec
...
Add more network and crypto modules including enough for ipsec
2016-10-11 16:26:04 +01:00
Justin Cormack
d05f5905be
Merge pull request #602 from justincormack/no-no-prune
...
do not remove build containers
2016-10-11 16:21:34 +01:00
Justin Cormack
47124e8282
do not remove build containers
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-11 16:12:40 +01:00
Justin Cormack
ee611252c9
Add more network and crypto modules including enough for ipsec
...
CRYPTO_ECHAINIV took the longest to find, which is needed.
Fix #598
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-11 16:04:05 +01:00
Justin Cormack
23ef753e41
Merge pull request #596 from justincormack/automount-sort
...
Sort block devices
2016-10-10 15:17:12 +01:00
Justin Cormack
864a34759a
Sort block devices
...
See #589 for discussion.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-10 15:09:54 +01:00
Justin Cormack
7ed9a36ba9
Merge pull request #589 from nathanleclaire/azure_recent_fixes
...
Fixes for Azure hostname and swap disk
2016-10-10 15:08:30 +01:00
Justin Cormack
5b19559207
Merge pull request #595 from justincormack/nolatest
...
Do not create latest tags for base images
2016-10-10 15:07:02 +01:00
Justin Cormack
588798404f
Do not create latest tags for base images
...
As we never use these, do not create them.
Also update images where applicable.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-10 14:55:48 +01:00
Justin Cormack
bab99c7c4d
Merge pull request #593 from justincormack/kernelup
...
Update Linux to 4.4.24
2016-10-10 14:30:06 +01:00
Justin Cormack
20250e5f41
Update Linux to 4.4.24
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-08 13:48:29 +02:00
Justin Cormack
9278a8fba2
Merge pull request #591 from justincormack/dockerup
...
Update docker to 1.12.2-rc3
2016-10-08 13:46:44 +02:00
Justin Cormack
64fd8d7a5c
Update docker to 1.12.2-rc3
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-08 13:00:15 +02:00
Nathan LeClaire
744fab2941
Fixes for Azure hostname and swap disk
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-10-06 14:40:11 -07:00
Justin Cormack
a6a5c40bba
Merge pull request #586 from justincormack/overcommit
...
Support memory overcommit
2016-10-05 12:54:35 +02:00
Justin Cormack
5c67f9b644
Merge pull request #585 from justincormack/kernelup
...
update kernel to 4.4.23
2016-10-05 11:47:38 +02:00