Skip to content

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 9, 2022
1 parent f08de47 commit 9525086
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 9525086

Please sign in to comment.