Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Initial "chunking" code
Browse files Browse the repository at this point in the history
This analyzes an ostree commit and splits it into chunks
suitable for output to separate layers in an OCI image.
  • Loading branch information
cgwalters committed Jan 21, 2022
1 parent 54a3ba5 commit fa957bf
Show file tree
Hide file tree
Showing 11 changed files with 988 additions and 236 deletions.
3 changes: 1 addition & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.6.0"

[dependencies]
anyhow = "1.0"
containers-image-proxy = "0.4.0"
containers-image-proxy = { features = ["proxy_v0_2_3"], version = "0.4.0" }

async-compression = { version = "0.3", features = ["gzip", "tokio"] }
bitflags = "1"
Expand Down Expand Up @@ -57,4 +57,3 @@ features = ["dox"]
[features]
dox = ["ostree/dox"]
internal-testing-api = []
proxy_v0_2_3 = ["containers-image-proxy/proxy_v0_2_3"]
Loading

0 comments on commit fa957bf

Please sign in to comment.