From 124f430d44619be5debb0fbac34a04c7edb7ca44 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 29 Jun 2017 15:44:23 -0700 Subject: [PATCH] Update base types url for runc opts Signed-off-by: Michael Crosby --- linux/runcopts/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/runcopts/options.go b/linux/runcopts/options.go index b5ab393a4..ed98e36a9 100644 --- a/linux/runcopts/options.go +++ b/linux/runcopts/options.go @@ -1,3 +1,3 @@ package runcopts -const URIBase = "containerd.io/linux/runc" +const URIBase = "types.containerd.io/linux/runc"