Split image config from CRI plugin
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
		| @@ -208,7 +208,7 @@ func (c *criService) CreateContainer(ctx context.Context, r *runtime.CreateConta | ||||
| 	log.G(ctx).Debugf("Container %q spec: %#+v", id, spew.NewFormatter(spec)) | ||||
|  | ||||
| 	// Grab any platform specific snapshotter opts. | ||||
| 	sOpts, err := snapshotterOpts(c.config.ContainerdConfig.Snapshotter, config) | ||||
| 	sOpts, err := snapshotterOpts(config) | ||||
| 	if err != nil { | ||||
| 		return nil, err | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Derek McGowan
					Derek McGowan