Skip to content

Commit e198b9f

Browse files
authored
Merge pull request #2395 from vdice/ref/archive-if-needed
feat(oci): deduplicate layers prior to push; archive if needed
2 parents c12e6eb + 2985f93 commit e198b9f

File tree

3 files changed

+420
-136
lines changed

3 files changed

+420
-136
lines changed

Cargo.lock

Lines changed: 84 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oci/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dkregistry = { git = "https://github.com/fermyon/dkregistry-rs", rev = "161cf2b6
1616
docker_credential = "1.0"
1717
dirs = "4.0"
1818
futures-util = "0.3"
19-
oci-distribution = { git = "https://github.com/fermyon/oci-distribution", rev = "63cbb0925775e0c9c870195cad1d50ac8707a264" }
19+
itertools = "0.12.1"
20+
oci-distribution = { git = "https://github.com/fermyon/oci-distribution", rev = "7e4ce9be9bcd22e78a28f06204931f10c44402ba" }
2021
reqwest = "0.11"
2122
serde = { version = "1.0", features = ["derive"] }
2223
serde_json = "1.0"

0 commit comments

Comments
 (0)