containerd/cmd/ctr/commands/images
Brian Goff 1a10211e3f WithLease: always return context and done fn
We should never return a nil context because of the way this function is
typically used... e.g.

```
  ctx, done, err := containerd.WithLease(ctx)
```

If there is an error `ctx` will be nil and any error handling may cause
an NPE if it tries to use `ctx`.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-04-25 21:16:43 -07:00
..
export.go Update image export to support Docker format 2019-04-04 15:23:06 -07:00
images.go Add commands to mount/unmount image from ref 2020-04-25 21:00:21 -07:00
import.go Add option to compress blobs on import 2019-07-25 12:05:38 -07:00
mount.go WithLease: always return context and done fn 2020-04-25 21:16:43 -07:00
pull.go Add option to pull all metadata 2019-08-26 11:05:21 -07:00
push.go Support pushing a specific platform of a multi-architecture docker image to a registry 2019-12-23 17:24:45 +08:00
tag.go ctr: Add images tag subcommand 2019-07-06 15:44:17 +00:00
unmount.go WithLease: always return context and done fn 2020-04-25 21:16:43 -07:00