summaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Collapse)Author
2019-10-09Support volume annotations (#40)Lantao Liu
* Add volume annotation support Signed-off-by: Lantao Liu <lantaol@google.com> * Add unit test. Signed-off-by: Lantao Liu <lantaol@google.com>
2019-09-16Enable go module by default in the Makefile. (#38)Lantao Liu
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-08-29Replace pre-go1.11 vendoring with a go1.12 module. (#37)brb-g
2019-08-13Add variable controlling the go binary path. (#35)brb-g
2019-04-12Also push the shim v2 binary to the GCS bucket. (#23)Lantao Liu
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-01-29Add containerd shim v2 support. (#13)Lantao Liu
* Update vendors Signed-off-by: Lantao Liu <lantaol@google.com> * Add containerd shim v2 support. Signed-off-by: Lantao Liu <lantaol@google.com> * Add test and doc for containerd-shim-runsc-v1. Signed-off-by: Lantao Liu <lantaol@google.com> * Address comments.
2018-12-04Initial commitIan Lewis