Commit Graph

30 Commits

Author SHA1 Message Date
Yanqiang Miao
0520ebc67a Compare vendor with hack/versions and update hack/versions
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
2017-12-15 12:11:07 +08:00
Lantao Liu
ec975b2e7a Add OS and arch in release tarball.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-13 23:03:03 +00:00
Jess Frazelle
c8584f2a6d Makefile: release static binaries
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-11-15 03:29:51 -05:00
Lantao Liu
25fdf72692 Add image load.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-10-27 21:51:04 +00:00
Lantao Liu
679868c667 Merge pull request #336 from Random-Liu/add-node-e2e-tar
Add staging tar for node e2e.
2017-10-09 13:38:47 -07:00
Lantao Liu
2449ffdc42 Add staging tar for node e2e.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-10-07 04:45:10 +00:00
Lantao Liu
09d7d652e6 Change Version to return cri-containerd version instead.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-10-07 00:47:51 +00:00
Lantao Liu
21233b22be Check seccomp enable and add unit test for seccomp/apparmor.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-09-25 23:09:26 +00:00
Lantao Liu
8fb57da18e Add integration test framework
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-09-25 21:02:30 +00:00
Lantao Liu
dd967cde8c Improve apparmor and selinux support.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-09-22 20:46:31 +00:00
Yanqiang Miao
7096027d21 Add build tags and Improve the test case of selinux
- Add build tags
- Fixes a bug because of my negligence
- Improve the test case of selinux

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>

test
2017-09-22 11:39:32 +08:00
Lantao Liu
c3d71e32c8 Deploy release for each branch update.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-09-09 04:46:02 +00:00
Lantao Liu
49bcfb3665 Upload node e2e test log to gcs
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-09-06 23:09:50 +00:00
Lantao Liu
a6b0e41d6b Add release tar.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-09-04 04:44:05 +00:00
Mike Brown
4f442de959 adds support for AppArmor
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-09-01 18:08:34 -05: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
Ian Campbell
7008be890f Add static-binaries target
Signed-off-by: Ian Campbell <ijc@docker.com>
2017-08-08 10:31:36 +01:00
Ian Campbell
7709115afe Allow setting of compiler options
To allow e.g. building a static binary with:

    make binaries GO_GCFLAGS="--ldflags '-extldflags \"-fno-PIC -static\"'"

Signed-off-by: Ian Campbell <ijc@docker.com>
2017-08-04 13:05:43 +01: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
2f8584d673 adds support for v prefix in release tags
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-06-22 14:24:49 -05:00
Mike Brown
e5199c0cda initial implementation for image management
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-05-11 19:32:44 -05: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
f5d5286ec2 minor cleanup for tabs and comments
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-25 08:34:45 -05:00
Christopher M. Luciano
683fd7f0e5 Add containerdVersion flag
Add version flag that only prints the static version for the binary.

This commit does not include build details for containers since
Makefile does not build them.

Closes #8

Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-04-24 14:46:16 -04:00
Christopher M. Luciano
521a626bfb Add Makefile task for tests
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-04-24 13:17:37 -04: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
ad93d9686f Merge pull request #14 from mikebrow/boilerplate-test
Boilerplate test
2017-04-21 17:38:01 -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
heartlock
8af8fd07d5 enable travis CI
Signed-off-by: heartlock <21521209@zju.edu.cn>
2017-04-20 22:26:27 -09: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