containerd/remotes
Derek McGowan c965a6c4da
Prevent push by tag for sub-manifests
When pushing a manifest list, all manifests should be pushed by digest
and only the final manifest pushed by tag. The Pusher was preventing
this by mistakenly disallowing objects to contain a digest. When objects
have a digest, only push tags associated with that digest.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2019-07-31 15:19:44 -07:00
..
docker Prevent push by tag for sub-manifests 2019-07-31 15:19:44 -07:00
handlers.go Implemented image encryption/decryption libraries and ctr commands 2019-07-17 15:19:58 -04:00
resolver.go Correct PusherFunc helper to match Pusher intf 2019-04-12 09:12:55 -05:00