Derek McGowan
993d4b8fc5
Ignore zero max message size in grpc config
...
Fixes upgrade issue where existing configs cause
the max message size to get set to 0.
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-06-01 16:21:53 -07:00
Derek McGowan
6b9be1bfc3
Fix creation of DirectIO overwriting fifo config
...
Creating a direct IO should not overwrite the fifo
configuration. The fifo configuration can be updated
before creating the direct io if needed.
This fixes an expected change in behavior for clients
who were calling NewDirectIO previously with terminal
configured on the fifo.
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-06-01 16:04:22 -07:00
Michael Crosby
5b1f69be8a
Merge pull request #2135 from AkihiroSuda/oci-content-store
...
content: change Writer/ReaderAt to take OCI descriptor
2018-06-01 13:14:35 -04:00
Michael Crosby
e1428ef054
Merge pull request #2378 from thaJeztah/update_microsoft_vendors
...
Update go-winio and hcsshim
2018-06-01 12:30:00 -04:00
Sebastiaan van Stijn
55118c5469
Update go-winio and hcsshim
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-06-01 18:04:25 +02:00
Akihiro Suda
d88de4a34f
content: change Writer/ReaderAt to take OCI
...
This change allows implementations to resolve the location of the actual data
using OCI descriptor fields such as MediaType.
No OCI descriptor field is written to the store.
No change on gRPC API.
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2018-06-01 11:51:43 +09:00
Michael Crosby
e4ad710ce8
Merge pull request #2375 from AkihiroSuda/update-cri-20180531
...
update cri vendor
2018-05-31 10:44:02 -04:00
Akihiro Suda
17a54d02c4
update cri vendor
...
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2018-05-31 17:37:16 +09:00
Derek McGowan
1e8b09cfc6
Merge pull request #2353 from ehazlett/process-runtime
...
linux -> runtime/linux
2018-05-30 10:06:36 -07:00
Michael Crosby
c7083eed5d
Merge pull request #2369 from dmcgowan/update-grpc
...
Update grpc to 1.12
2018-05-30 11:07:10 -04:00
Evan Hazlett
6653917ef9
vendor update
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2018-05-30 09:23:10 -04:00
Evan Hazlett
cae94b930d
linux -> runtime/linux
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2018-05-30 09:23:10 -04:00
Evan Hazlett
8d768689fa
cri vendor bump
...
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2018-05-30 09:15:24 -04:00
Derek McGowan
55afe3359a
Update grpc timeout and logger
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-29 15:32:37 -07:00
Akihiro Suda
80bbaff07a
Merge pull request #2361 from masters-of-cats/no-new-keyring
...
Implement WithNoNewKeyring
2018-05-30 06:23:45 +09:00
Phil Estes
7f800e0a7b
Merge pull request #2364 from dmcgowan/fix-http-seeker-unsupported-range
...
Fix size validation bug with some registries
2018-05-29 09:22:37 -04:00
Oliver Stenbom
7132ca2775
Implements WithNoNewKeyring
...
It does not override existing CreateOptions but assumes that the
TaskInfo's options are of type CreateOptions.
Signed-off-by: Oliver Stenbom <ostenbom@pivotal.io>
2018-05-28 12:26:56 +03:00
Derek McGowan
59740d8985
Fix invalid length bug with some registries
...
Ensures that the client can handle cases where the
registry ignores content length.
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-26 23:41:56 -07:00
Akihiro Suda
cecf576819
Merge pull request #2362 from crosbymichael/cont-bump
...
Update continuity to d3c23511c1bf5851696cba83143d9
2018-05-26 15:59:56 +09:00
Derek McGowan
d2fc059229
Update grpc to 1.12
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-25 13:22:18 -07:00
Michael Crosby
024a4210c7
Update continuity to d3c23511c1bf5851696cba83143d9
...
This includes updates for resolving links on windows.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-25 14:50:32 -04:00
Phil Estes
e9434a10bc
Merge pull request #2341 from dmcgowan/move-client-content-snapshot
...
Move client implementations for content store and snapshotter
2018-05-25 13:47:39 -04:00
Michael Crosby
195aec232e
Merge pull request #2357 from dmcgowan/add-evan-reviewer
...
Add Evan Hazlett as a reviewer
2018-05-24 13:32:24 -04:00
Michael Crosby
05406125be
Merge pull request #2354 from cpuguy83/bump_continuity
...
Bump continuity to fix copy files > 2^32 bytes
2018-05-24 13:31:38 -04:00
Phil Estes
c9ea816cda
Merge pull request #2351 from crosbymichael/pkg
...
Move top level packages into pkg or specific sub pkgs
2018-05-24 10:22:40 -04:00
Brian Goff
7e5a91fa51
Bump continuity to fix copy files > 2^32 bytes
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-05-23 20:53:14 -04:00
Derek McGowan
a4e4af1959
Add Evan Hazlett as a reviewer
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-23 13:46:13 -07:00
Michael Crosby
8e97da0958
Move server to services pkg
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-22 17:15:58 -04:00
Michael Crosby
c87ed12da5
Move restart pkg to runtime
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-22 17:13:40 -04:00
Michael Crosby
d8ad141851
Remove debug package
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-22 17:09:40 -04:00
Michael Crosby
009ba4d797
Move testutils to pkg
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-22 17:08:38 -04:00
Michael Crosby
927517de36
Move dialer to pkg
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-22 13:32:25 -04:00
Michael Crosby
ae4b78d1cc
Move progress into pkg
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-22 13:32:25 -04:00
Derek McGowan
d1435e6e4d
Merge pull request #2350 from crosbymichael/reaper
...
Move reaper under shim package
2018-05-22 10:27:41 -07:00
Derek McGowan
8ea01cc56a
Merge pull request #2336 from crosbymichael/spec-alias
...
Type alias spec in oci package
2018-05-22 10:14:07 -07:00
Michael Crosby
0bafe236b4
Move reaper under shim package
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-22 11:38:20 -04:00
Akihiro Suda
cff5e75df8
Merge pull request #2343 from crosbymichael/platform
...
Rename Runtime to PlatformRuntime
2018-05-21 19:19:32 +09:00
Michael Crosby
62e22a9fe7
Type alias spec in oci package
...
This allows Go to build third party packages correctly without vendoring
issues what want to create their own SpecOpts.
Fixes #2289
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-17 09:18:46 -04:00
Akihiro Suda
80272bb691
Merge pull request #2345 from estesp/banner-moved
...
Reference new location for images
2018-05-17 11:27:17 +09:00
Phil Estes
34c032d98f
Reference new location for images
...
containerd images moved based on website dir layout changes.
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2018-05-16 15:10:42 -04:00
Michael Crosby
3f0fe90410
Merge pull request #2344 from lucperkins/lperkins/revert-markdown-file-paths
...
Return Markdown files to /docs directory
2018-05-16 15:00:43 -04:00
Luc Perkins
e5e63539a6
Return Markdown files to /docs directory
...
Signed-off-by: Luc Perkins <lucperkins@gmail.com>
2018-05-16 11:23:50 -07:00
Phil Estes
dc2e115f8b
Merge pull request #2318 from crosbymichael/restart
...
Add restart manager to containerd
2018-05-16 13:26:14 -04:00
Michael Crosby
2b565da7ec
Add restart monitor
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-16 13:07:23 -04:00
Phil Estes
e63768ea09
Merge pull request #2331 from dmcgowan/fix-image-remove-race
...
Fix image pull and remove race
2018-05-16 11:05:26 -04:00
Michael Crosby
ceae112f7d
Rename Runtime to PlatformRuntime
...
This renames the runtime interface to PlatformRuntime to denote the
layer at which the runtime is being abstracted. This should be used to
abstract different platforms that vary greatly and do not have full
compat with OCI based binary runtimes.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-16 09:36:05 -04:00
Michael Crosby
257d74f837
Merge pull request #2342 from lucperkins/lperkins/hugo-migration
...
Migrate website to Hugo
2018-05-16 09:35:17 -04:00
Luc Perkins
d1503dc9ce
Migrate website to Hugo
...
Signed-off-by: Luc Perkins <lucperkins@gmail.com>
2018-05-15 12:30:26 -07:00
Michael Crosby
b511c397c3
Merge pull request #2317 from cmingxu/master
...
update server.go
2018-05-14 10:51:04 -04:00
Phil Estes
fcc66f5685
Merge pull request #2337 from AkihiroSuda/fix-vendorconf-runcmd-mismatch
...
fix RUNC.md vs vendor.conf mismatch
2018-05-11 12:25:12 -04:00