containerd/pkg/util
Sebastiaan van Stijn 51affb8839
Replace util.NormalizeImageRef with reference.ParseDockerRef
Using the utility caused other project to have containerd/cri
as a dependency, only for this utility. The new `reference.ParseDockerRef`
function does the same (it's a copy of this function).

Tests were kept for now, but could be removed in future.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-07 13:22:58 +01:00
..
deep_copy_test.go Add our own DeepCopy. 2017-12-16 00:23:14 +00:00
deep_copy.go Use github.com/pkg/errors 2018-03-17 02:24:38 +00:00
id.go Replace stringid with simple rand reader 2018-07-12 16:40:45 -07:00
image_test.go Add image load. 2017-10-27 21:51:04 +00:00
image.go Replace util.NormalizeImageRef with reference.ParseDockerRef 2019-02-07 13:22:58 +01:00
strings_test.go Create image reference cache. 2018-09-10 11:30:52 -07:00
strings.go Fix lint error. 2019-01-23 18:14:34 -08:00