containerd/contrib
Christopher Jones 8043f26651
[contrib] bump golang
Use golang:1.9, which should get the latest 1.9.x version,
instead of using a specific tag.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2018-02-16 08:23:35 -05:00
..
apparmor Fix usage of oci in other packages. 2017-11-27 16:16:17 -05:00
seccomp Remove a really confusing fallthrough 2018-02-08 16:22:29 +00:00
Dockerfile.test [contrib] bump golang 2018-02-16 08:23:35 -05:00
README.md Add readme to contib 2017-09-18 11:47:27 -04:00

contrib

The contrib directory contains packages that do not belong in the core containerd packages but still contribute to overall containerd usability.

Package such as Apparmor or Selinux are placed in contrib because they are platform dependent and often require higher level tools and profiles to work.

Packaging and other built tools can be added to contrib to aid in packaging containerd for various distributions.

Testing

Code in the contrib directory may or may not have been tested in the normal test pipeline for core components.