We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d3c0e commit 87f7d52Copy full SHA for 87f7d52
1 file changed
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