Skip to content
This repository has been archived by the owner on Nov 7, 2024. 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 7, 2022
1 parent c185409 commit 2feec21
Show file tree
Hide file tree
Showing 11 changed files with 796 additions and 103 deletions.
4 changes: 2 additions & 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 @@ -55,4 +55,4 @@ features = ["dox"]
[features]
dox = ["ostree/dox"]
internal-testing-api = []
proxy_v0_2_3 = ["containers-image-proxy/proxy_v0_2_3"]
proxy_v0_2_3 = []
Loading

0 comments on commit 2feec21

Please sign in to comment.