Kenfe-Mickaël Laventure
c98a067619
Merge pull request #1890 from thaJeztah/bump-runtime-spec-1.0.1
...
Bump runtime spec 1.0.1
2017-12-06 07:40:57 -08:00
Michael Crosby
83bbb9a11a
Merge pull request #1885 from stevvooe/lockdown-1.0-api
...
api: lock down 1.0 API descriptors
2017-12-06 10:34:40 -05:00
Sebastiaan van Stijn
8b1fd0875a
Bump runtime-spec and image-spec to 1.0.1
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-05 23:12:36 -08:00
Sebastiaan van Stijn
0eec9c078a
Fix missing libcontainer syscall file
...
I noticed this file showed up when revendoring dependencies
with vndr.
Also removed `github.com/Microsoft/opengcs` from vendor.conf
as it was not used;
2017/12/05 22:41:58 WARNING: package github.com/Microsoft/opengcs is unused, consider removing it from vendor.conf
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-05 22:52:50 -08:00
Lantao Liu
f75fa1e398
Merge pull request #478 from Random-Liu/update-containerd-1.0
...
Update containerd to v1.0.0.
2017-12-05 20:50:31 -08:00
Lantao Liu
d8aef14e09
Merge pull request #477 from Random-Liu/remove-travis-deploy
...
Remove travis deploy.
2017-12-05 20:50:11 -08:00
Lantao Liu
77a8ccb78e
Merge pull request #452 from mikebrow/debug-pod-sandbox
...
adding info map for verbose pod status
2017-12-05 20:15:39 -08:00
Lantao Liu
db5563abd3
Update containerd to v1.0.0.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-06 04:06:00 +00:00
Lantao Liu
e82ec3159b
Remove travis deploy.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-06 03:53:38 +00:00
Mike Brown
220411b73b
adding info map for verbose pod status
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-12-05 19:40:39 -06:00
Lantao Liu
ed26b5e00d
Merge pull request #474 from Random-Liu/add-new-approvers
...
Add new approvers to the OWNERS file.
2017-12-05 16:25:39 -08:00
Lantao Liu
11eb24c26f
Merge pull request #475 from Random-Liu/order-container-status-fields
...
Use one big info struct before we change info to an array.
2017-12-05 14:37:36 -08:00
Stephen J Day
ebf80ab943
remotes: remove unused hints
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-05 14:32:10 -08:00
Lantao Liu
85b943eb47
Use one big info struct before we change info to an array.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-05 21:37:12 +00:00
Stephen J Day
c5fe021d5e
api: lock down 1.0 API descriptors
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-05 13:17:08 -08:00
Lantao Liu
266e49a3bf
Merge pull request #471 from yanxuean/improve-unmount
...
Improve unmount for snapshot
2017-12-05 09:54:05 -08:00
Lantao Liu
22ae3daa80
Add new approvers/reviewers to the OWNERS file.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-05 17:38:59 +00:00
Lantao Liu
ca7c1fbda1
Merge pull request #473 from Random-Liu/revert-debug-code
...
Revert debug code.
2017-12-05 07:49:49 -08:00
yason
2a25cf7c1f
sync Unmount for snapshot
...
best effort to remove temp dir for snapshot
Signed-off-by: yason <yan.xuean@zte.com.cn>
2017-12-05 19:05:32 +08:00
Lantao Liu
572e354a2d
Revert debug code.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-05 07:40:11 +00:00
Stephen Day
89623f28b8
Merge pull request #1879 from stevvooe/one-point-oh
...
release: prepare 1.0.0
2017-12-04 21:15:20 -08:00
Stephen J Day
4d5c2860d2
release: prepare 1.0.0
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-04 21:14:02 -08:00
Derek McGowan
40c67fdf78
Merge pull request #1880 from AkihiroSuda/refactor-importer
...
importer: refactor and fix GC
2017-12-04 20:56:26 -08:00
Stephen Day
7e1bc9cb25
Merge pull request #1874 from stevvooe/regexp-quoting-syntax
...
filters: supporting alternative characters for quote
2017-12-04 20:38:33 -08:00
Stephen Day
2ff2a70005
Merge pull request #1878 from jessvalarezo/docs-updates
...
docs: update BUILDING and README
2017-12-04 20:26:51 -08:00
Stephen J Day
4dfcf60bec
filters: supporting alternative characters for quote
...
The regexp syntax can have some nasty characters to handle quoting
correctly, in practice. In certain scenarios a double quote works well,
but it can affect readability for certain regexps. This introduces a
quoting mode that treats `/` and `|` as a double quote to make the
quoting in regular expressions more familiar and readable.
This change is introduced in a backwards compatible manner, so existing
regexp quoting is not affected.
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-04 20:06:19 -08:00
Jess Valarezo
b284da3175
docs: update BUILDING and README
...
Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
2017-12-04 20:02:18 -08:00
Akihiro Suda
63401970c7
importer: refactor
...
- Use lease API (previoisly, GC was not supported)
- Refactored interfaces for ease of future Docker v1 importer support
For usage, please refer to `ctr images import --help`.
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-12-05 12:48:32 +09:00
Michael Crosby
a9caf9bf4e
Merge pull request #1877 from yanxuean/add-unmount-fail-error
...
output unmount error when unmount fail in diff.Apply
2017-12-04 22:45:46 -05:00
Michael Crosby
6a1ef90a6e
Merge pull request #1876 from dmcgowan/fs-include-parent-directories
...
Emit unmodified change events for directories
2017-12-04 22:44:58 -05:00
Derek McGowan
ba10e497b9
Emit unmodified change events for directories
...
When a file changes, emit events for the seen parent
directories to ensure that those parents are included
in change streams such as archives. The parents are
needed accurately recreate diff representation apart
from a parent (such as overlay and aufs graph drivers
in Docker).
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-12-04 18:37:00 -08:00
yason
147d4987cd
output error when unmount fail in diff.Apply
...
Signed-off-by: yason <yan.xuean@zte.com.cn>
2017-12-05 10:36:10 +08:00
Akihiro Suda
b77fa49d20
Merge pull request #1875 from jessvalarezo/docs-revamp
...
add table of contents to readme
2017-12-05 11:14:08 +09:00
Derek McGowan
2214a07cb4
Merge pull request #1872 from estesp/manifest-list-push
...
Add more descriptive error on manifest list push
2017-12-04 18:07:26 -08:00
Jess Valarezo
26012df467
add table of contents to readme
...
Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
2017-12-04 17:59:07 -08:00
Stephen Day
68d4dfe4ca
Merge pull request #1870 from dnephin/fix-error-messages
...
Update snapshot storage error message
2017-12-04 17:40:22 -08:00
Stephen Day
9570174ba9
Merge pull request #1871 from dmcgowan/btrfs-usage
...
Implement btrfs usage
2017-12-04 17:37:30 -08:00
Phil Estes
4a662b2ccd
Merge pull request #1873 from jessvalarezo/docs-readme
...
docs: add cio import
2017-12-04 19:17:13 -05:00
Jess Valarezo
350e8156bf
docs: add cio import
...
Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
2017-12-04 15:17:59 -08:00
Phil Estes
02661c70a4
Add more descriptive error on manifest list push
...
Adds a more descriptive error message for pushing indexes/manifest list
references with missing content references to a docker v2 API supporting
container registry. This can be followed up with a more complete review
of how to handle "deep" references for manifest lists on push/pull post
containerd 1.0.
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2017-12-04 18:00:19 -05:00
Derek McGowan
3bc4e69ba1
Implement btrfs usage
...
Implements btrfs usage using a double walking diff and
counting the result. Walking gives the most accurate
count and includes inode usage.
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-12-04 14:42:21 -08:00
Daniel Nephin
0e03d778f1
Update snapshot storage error message
...
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2017-12-04 17:35:27 -05:00
Michael Crosby
617c63de06
Merge pull request #1864 from yanxuean/withSnapshotBucket
...
get wrong parents bucket in withSnapshotBucket
2017-12-04 17:25:23 -05:00
Stephen Day
a6fad51e29
Merge pull request #1869 from Ace-Tang/cio-docs-fix
...
docs: fix usage of cio package in docs
2017-12-04 14:22:04 -08:00
Lantao Liu
05bf76e05f
Merge pull request #467 from Random-Liu/update-containerd
...
Update containerd
2017-12-04 11:58:31 -08:00
Lantao Liu
12a71882db
Add support to install from alternative repo
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-04 19:18:45 +00:00
Lantao Liu
0d8298aa43
Update containerd
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-04 19:18:45 +00:00
Lantao Liu
379a243e80
Merge pull request #469 from Random-Liu/fix-typos
...
Fix typos.
2017-12-04 11:12:58 -08:00
Phil Estes
cc969fb42f
Merge pull request #1868 from crosbymichael/unmount
...
Retry unmount on EBUSY and return errors
2017-12-04 14:04:01 -05:00
Michael Crosby
a8b543f87d
rmdir tmp dirs for rootfs mounts
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-12-04 13:51:11 -05:00