mirror of
https://github.com/rancher/os.git
synced 2025-09-04 08:14:21 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
3
vendor/github.com/docker/distribution/blobs.go
generated
vendored
3
vendor/github.com/docker/distribution/blobs.go
generated
vendored
@@ -27,9 +27,6 @@ var (
|
||||
// ErrBlobInvalidLength returned when the blob has an expected length on
|
||||
// commit, meaning mismatched with the descriptor or an invalid value.
|
||||
ErrBlobInvalidLength = errors.New("blob invalid length")
|
||||
|
||||
// ErrUnsupported returned when an unsupported operation is attempted
|
||||
ErrUnsupported = errors.New("unsupported operation")
|
||||
)
|
||||
|
||||
// ErrBlobInvalidDigest returned when digest check fails.
|
||||
|
Reference in New Issue
Block a user