We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80d3c0e + 87f7d52 commit 053429cCopy full SHA for 053429c
pkg/chunked/storage_unsupported.go
@@ -13,5 +13,5 @@ import (
13
14
// GetDiffer returns a differ than can be used with ApplyDiffWithDiffer.
15
func GetDiffer(ctx context.Context, store storage.Store, blobDigest digest.Digest, blobSize int64, annotations map[string]string, iss ImageSourceSeekable) (graphdriver.Differ, error) {
16
- return nil, errors.New("format not supported on this system")
+ return nil, newErrFallbackToOrdinaryLayerDownload(errors.New("format not supported on this system"))
17
}
0 commit comments