French Ben
8a7d68b7c1
Removed extra init packages
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-03-02 13:50:01 -08:00
Justin Cormack
a4810aeab6
Default to non experimental mode
...
Editions should set experimental in `daemon.json` if they want to
have it set.
See #1076 and https://github.com/docker/pinata/issues/6424
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-03-01 17:35:14 -08:00
Justin Cormack
eed645d7e0
Remove ability to pull docker from hub
...
We never used this as updates too slow and out of our control.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-28 14:22:30 -08:00
Justin Cormack
4cbb9f27d6
Merge pull request #1217 from FrenchBen/handle-bundles
...
Added support for bundles generated from CI
2017-02-28 13:37:47 -08:00
Justin Cormack
61291f0685
Upgrade to Docker 17.03.0-ce
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-28 12:59:52 -08:00
French Ben
b15b5326b4
Fixed docker version
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-02-27 17:01:58 -08:00
French Ben
a9849e776a
Added bundle detection
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-02-27 16:19:29 -08:00
French Ben
924c0da2d2
Removed extra line
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-02-27 15:45:15 -08:00
French Ben
0263896388
Removed unneeded var
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-02-27 14:26:44 -08:00
French Ben
57c609f700
Flexible docker version
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-02-27 14:25:43 -08:00
French Ben
269e2c8157
Added support for bundles generated from CI
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-02-27 14:25:43 -08:00
Robb Kistler
e0269e0978
Allow docker engine to be pulled from s3 bucket
...
Use aws cli to pull docker engine binaries from s3 bucket. Conditional and
happens if DOCKER_BIN_URL begins with 's3://'
Example usage:
```
export AWS_ACCESS_KEY_ID=key
export AWS_SECRET_ACCESS_KEY=secret
make DOCKER_BIN_URL=s3://path-to-engine-binaries
```
Signed-off-by: Robb Kistler <robb.kistler@docker.com >
Signed-off-by: Robb Kistler <robb.kistler@docker.com >
2017-02-23 20:32:00 -08:00
French Ben
816ce62ad5
Added quotes for curling
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-02-23 15:15:28 -08:00
Justin Cormack
e0db9f1074
Update Docker to 17.03.0-ce-rc1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-20 10:52:41 +00:00
Justin Cormack
d7e6d42963
Update to Go 1.8
...
This includes most things except the containerd and runc builds
which I will do next time I update them.
Note that all golang:alpine images now for 1.8 are ALpine 3.5 based.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-17 16:31:19 +00:00
Justin Cormack
b18c907384
Merge pull request #1190 from justincormack/iburst
...
Stop using dhcp ntp and fix the options used on OSX
2017-02-16 08:50:31 +00:00
Robb Kistler
b4d18d867e
Re-run mdev -s if /dev/sda1 isn't populated
...
Fixes #1139
Signed-off-by: Robb Kistler <robb.kistler@docker.com >
2017-02-15 17:47:38 -08:00
Justin Cormack
9d64a6dea2
Stop using dhcp ntp and fix the options used on OSX
...
The options added in de6e7f9cbe
were not applied for ntp configured servers.
As the address is always the same, stop using dhcp and just hard code this.
This should make sync work how it used to, ie quite well.
Also trust the GCP ntp server, as it is local and provided by infrastructure.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-15 17:54:41 +00:00
Justin Cormack
fd6169b607
Use ntp pool not single server for AWS
...
Some of the servers are off by a lot, eg 7s in one case I saw.
SHould help with #1186
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-14 13:20:18 +00:00
Justin Cormack
728978cf93
Merge pull request #1124 from riyazdf/apk-audit
...
Use apk audit to check system binaries
2017-02-13 11:41:14 +00:00
Riyaz Faizullabhoy
44e6801ec9
Merge pull request #1173 from nathanleclaire/azure_bump_vhd
...
Bump Azure digest and version for 1.13.1
2017-02-09 16:24:02 -08:00
Nathan LeClaire
34b29f52af
Bump Azure digest and version for 1.13.1
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2017-02-09 15:59:25 -08:00
Nathan LeClaire
f438d42987
Merge pull request #1169 from nathanleclaire/system_con_fix
...
Fix system container bug
2017-02-09 15:38:16 -08:00
Justin Cormack
f290333c48
Do not try to run metrics proxy when not configured
...
Failure test case was not correct; printed a (harmless) error message
that was confusing.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-09 13:58:03 +00:00
Nathan LeClaire
0ecaed9d0b
Fix system container bug
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2017-02-08 17:02:14 -08:00
Justin Cormack
533a8d48fe
Update Docker to 1.13.1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-08 09:34:57 +00:00
Riyaz Faizullabhoy
fc6917ca65
Merge pull request #1144 from riyazdf/1.13.1-rc2-bump
...
1.13.1-rc2 docker bump
2017-02-06 21:50:35 -08:00
Justin Cormack
a4c999f934
Merge pull request #1137 from justincormack/prometheus
...
Forward Prometheus metrics to host if enabled
2017-02-04 09:19:05 +01:00
Riyaz Faizullabhoy
0003deabea
Revert to non-development containerd and runc until nats port is sorted out
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-02-02 11:57:28 -08:00
Riyaz Faizullabhoy
48ab5cdc82
1.13.1-rc2 docker bump
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-02-02 09:33:46 -08:00
David Gageot
4faf5a5c9a
Wait for /dev/to be populated by mdev -s
...
Fixes #1139
Signed-off-by: David Gageot <david@gageot.net >
2017-02-02 16:20:47 +01:00
Justin Cormack
f13dec41d0
Forward Prometheus metrics to host if enabled
...
Set your daemon.json to something like:
```
{
"experimental": true,
"metrics-addr": "0.0.0.0:4999"
}
```
and your metrics will be at `localhost:4999/metrics`
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-02 11:51:24 +00:00
David Sheets
59947ad010
transfused perfstat: fix bug with running multiple perfstats in a row ( #1129 )
...
After freeing the head of the perfstat block list, we must set it to NULL
to indicate that new blocks must be allocated. Previously, we risked
segfaults by trying to use a freed list.
Signed-off-by: David Sheets <dsheets@docker.com >
2017-02-01 20:24:21 +00:00
Justin Cormack
b06347acca
Merge pull request #1123 from dsheets/transfused-perfstat
...
transfused perfstat
2017-02-01 11:04:14 +00:00
Riyaz Faizullabhoy
c5e44b45f7
Use apk audit to check system binaries
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-01-31 11:33:11 -08:00
David Sheets
05052799c1
transfused: add perfstat machinery
...
This adds two new control channel requests, START_PERFSTAT and
STOP_PERFSTAT, that begin and end performance statistics collection
respectively. START_PERFSTAT takes the name of the mountpoint on which
to enable statistics collection and returns the current monotonic time.
STOP_PERFSTAT takes the name of the mountpoint on which to disable
statistics collection and returns the current monotonic time and the
message timings that have been collected.
Performance statistics are collected in a linked list of blocks. pthread
locks are used for synchronization.
Signed-off-by: David Sheets <dsheets@docker.com >
2017-01-31 18:07:31 +00:00
Justin Cormack
8be978e8d5
Merge pull request #1121 from justincormack/fsck-y
...
Try to fsck harder
2017-01-31 17:50:16 +00:00
Riyaz Faizullabhoy
2979ff0303
reformat tags before digests
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-01-31 09:33:06 -08:00
Justin Cormack
f663b2c9b5
Try to fsck harder
...
This will potentially leave stuff in lost+found but may be able to
recover from more filesystem corruption.
See #736
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-31 12:42:37 +00:00
Justin Cormack
98a5810e6c
Update Go to 1.7.5 and remove unnecessary linker flag
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-30 14:10:41 +00:00
David Sheets
56739f2613
transfused: keep a linked list of open connections
...
Signed-off-by: David Sheets <dsheets@docker.com >
2017-01-30 10:47:46 +00:00
David Sheets
df5447791e
transfused: rename some types to end in _t
...
Signed-off-by: David Sheets <dsheets@docker.com >
2017-01-30 10:37:06 +00:00
Justin Cormack
1489dda256
Unmount database after copying
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-28 17:09:01 +00:00
Justin Cormack
b4f770f014
Fix mountpoint for mac
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-28 14:45:44 +00:00
Justin Cormack
a68dfd0195
Merge pull request #1108 from justincormack/osx-mountpoint
...
Mount osx 9p db on /mnt
2017-01-28 12:27:20 +00:00
Justin Cormack
9c2ea15c5c
Mount osx 9p db on /mnt
...
Otherwise interferes with transfused startup.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-28 12:03:02 +00:00
Justin Cormack
94c3564c44
Update to Docker 1.13.1-rc1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-28 10:16:15 +00:00
Justin Cormack
ab9964e207
Start diagnostics server earlier, before Docker
...
Allows it to be used to see what the boot state is.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-25 15:17:55 +00:00
Justin Cormack
5a3efc4f61
Merge pull request #1090 from nathanleclaire/chown_azure_proper
...
Chown azure proper
2017-01-25 00:20:39 +00:00
Nathan LeClaire
a58b992c7a
Modify init script to create+chown proper directory
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2017-01-24 15:53:19 -08:00