``` ⬢ [lis@toolbx main]$ cr oci pull docker://quay.io/lis/box Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s Running `target/debug/cfsctl oci pull 'docker://quay.io/lis/box'` Fetching config 6f1e027462a513e3a6174957d1392a819ec7cd4295ad66af0982996f659fca0a Error: Unable to pull container image docker://quay.io/lis/box Caused by: 0: Failed to pull config Descriptor { media_type: ImageConfig, digest: Digest { algorithm: Sha256, value: "sha256:6f1e027462a513e3a6174957d1392a819ec7cd4295ad66af0982996f659fca0a", split: 6 }, size: 1078, urls: None, annotations: None, platform: None, artifact_type: None, data: None } 1: failed to invoke method GetBlob: failed to invoke method GetBlob: fetching blob: blob unknown to registry ```