Commit Graph

30 Commits

Author SHA1 Message Date
zhangzhenhao
331e542c09 add the user id support of runAsUser
Signed-off-by: zhangzhenhao <zhangzhenhao@outlook.com>
2017-08-24 23:29:45 +08:00
Lantao Liu
2faa665eb2 Merge pull request #155 from miaoyq/support-nonewprivileges
Support NoNewPrivileges
2017-08-23 20:58:38 -07:00
Yanqiang Miao
1aec120d5f Support NoNewPrivileges
fixes #117

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
2017-08-24 08:37:40 +08:00
Lantao Liu
45ee2e554a Add container attach support.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-23 23:48:31 +00:00
Lantao Liu
f6d99abcf4 Add hostport support
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-23 01:33:02 +00:00
Lantao Liu
af83d3e1f7 Update CNI to v0.6.0
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-23 01:23:24 +00:00
Lantao Liu
39f4ca648b Update Kubernetes to 493ee8b28560c118cebd2165ba9ef0959cfa2bc3
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-22 05:38:51 +00:00
Lantao Liu
c05a7e74ee Add node e2e test CI.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-21 21:21:41 +00:00
Lantao Liu
f555bb1242 Add portforward support.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-17 00:13:31 +00:00
Abhinandan Prativadi
32e0313418 Containerd client integration
This commit:
1) Replaces the usage of containerd GRPC APIs with the containerd client for all operations related to containerd.
2) Updated containerd to v1.0alpha4+
3) Updated runc to v1.0.0

Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
2017-08-16 14:43:22 -07:00
Lantao Liu
8f6558aee6 Update docker and cri-o to include the sirupsen fix.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-09 23:29:19 +00:00
Lantao Liu
75731c8feb Start running container Exec cri validation test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-07 22:49:06 +00:00
Lantao Liu
53a8cdf14f Vendor kubernetes streaming server
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-07 19:05:16 +00:00
Lantao Liu
ac4c5e8989 Add script to rewrite Sirupsen to sirupsen in vendor.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-05 00:37:19 +00:00
Mike Brown
6a9152e83f loop waiting for containerd server to respond
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-08-03 07:53:55 -05:00
Mike Brown
73748840da Swicth to 1.0.0-alpha2 containerd api.
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-08-02 23:21:37 +00:00
Lantao Liu
d8ce670109 Upgrade cri validation test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-07-28 16:26:20 +00:00
Mike Brown
7174310f95 Merge pull request #99 from Random-Liu/change-log-level-for-cri-test
Change containerd log level to debug for cri validation test.
2017-06-28 22:09:12 -05:00
Lantao Liu
4262de9e53 Change containerd log level to debug for cri validation test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-06-29 01:55:39 +00:00
Lantao Liu
149e305ce3 Upgrade cri-tools to v0.1.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-06-29 01:13:34 +00:00
Lantao Liu
32ec1f1e21 Add CRI validation test into presubmit test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-06-28 18:02:14 +00:00
Mike Brown
97063a0e34 switch to client provided services and address nits
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-06-20 19:19:14 -05:00
Lantao Liu
2df96e1654 Add unit test.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-05-31 19:11:56 +00:00
Random-Liu
46c788feee Rename lint.sh to verify-lint.sh
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-03 16:59:49 -07:00
Mike Brown
9957ccf958 address lint timeout issue
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-25 08:38:43 -05:00
Random-Liu
ce85262144 Move boilerplate verification into hack
Signed-off-by: Random-Liu <lantaol@google.com>
2017-04-21 17:15:45 -07:00
Mike Brown
8243c1feb7 removing unused repo-infra files; updating README.md
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-21 16:18:04 -05:00
Mike Brown
f9e02affcc adds boilerplate test to verify; cleanup boilerplate on a few files
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-21 12:44:25 -05:00
Mike Brown
07ad470bde Merge commit '031b284c8a15ad4b28f81b113a9f2018af5b1da6' as 'hack/repro-infra'
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-21 12:17:40 -05:00
Mike Brown
11ba1cb54d initial makefile (#7)
* adds initial makefile

Signed-off-by: Mike Brown <brownwm@us.ibm.com>

* clean up lint

Signed-off-by: Mike Brown <brownwm@us.ibm.com>

* presume path is set to contain gomealinter

Signed-off-by: Mike Brown <brownwm@us.ibm.com>

* addresses requested improvements

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-18 21:17:14 -05:00