1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/image
Stephen J Day 7a85579917
*: use opencontainers/go-digest package
The `digest` data type, used throughout docker for image verification
and identity, has been broken out into `opencontainers/go-digest`. This
PR updates the dependencies and moves uses over to the new type.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-01-06 18:48:41 -08:00
..
build Move builder cli helper functions to own pkg 2016-12-26 18:53:22 -08:00
build.go Merge pull request #29683 from vdemeester/runconfig-clean 2016-12-29 17:42:08 +01:00
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
history.go
import.go
inspect.go Fix typs from go to Go 2016-10-18 19:40:16 +08:00
list.go Add reference filter and deprecated filter param… 2016-11-11 15:34:01 +01:00
load.go Windows: Use sequential file access 2016-11-14 17:41:52 -08:00
prune.go Convert DanglingOnly to Filters for docker image prune 2016-12-02 20:08:49 -08:00
pull.go Abstract distribution interfaces from image specific types 2016-12-19 10:55:00 -08:00
push.go Remove remaining registry methods from DockerCLI. 2016-09-09 15:50:01 -04:00
remove.go Move canonical image and container commands into a command group 2016-09-19 13:28:02 -04:00
save.go
tag.go Change the docker-tag usage text to be clearer 2016-11-18 10:34:02 +02:00
trust.go *: use opencontainers/go-digest package 2017-01-06 18:48:41 -08:00
trust_test.go cli: Split out GetNotaryRepository and associated functions 2016-12-14 10:49:32 -08:00