docker/reference
Vincent Demeester 0fbfeb17e5
reference: handle combination of tag and digest in ImageDelete
If you remove an image with digest+tag, it will fail because it wont
find it in the reference store (where digest+tag -> digest). Let's
make sure we do the same in ImageDelete, stripping the tag if
digest+tag are present.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-02-16 10:48:40 +01:00
..
store.go reference: handle combination of tag and digest in ImageDelete 2017-02-16 10:48:40 +01:00
store_test.go Use distribution reference 2017-02-07 11:08:37 -08:00