composefs / composefs/composefs-rs
pull gives an obscure error when fetching non-OCI (i.e. legacy Docker v2s2) images
Open
@jeckersb is already working on this.
Since Apr 8, 2025.
- Dominant language
- Rust
- Stars
- 93
- Forks
- 30
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 13
Description
⬢ [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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.