diff --git a/Cargo.lock b/Cargo.lock index 6c877b4d005..8612e7307fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,9 +1759,8 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.38" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" +version = "0.4.39" +source = "git+https://github.com/nydusaccelerator/tar-rs.git#17f97d22c66d0d6137665844ac8f8ef5a007255c" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3e85c58271e..8cf2beb61fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,3 +107,7 @@ backend-s3 = ["nydus-storage/backend-s3"] [workspace] members = ["api", "builder", "clib", "rafs", "storage", "service", "utils"] + +[patch.crates-io] +# Due to the slow processing of PR by the upstream, temporarily fork tar-rs for this project +tar = { git = "https://github.com/nydusaccelerator/tar-rs.git" } \ No newline at end of file diff --git a/misc/top_images/image_list.txt b/misc/top_images/image_list.txt index f96349211d8..2468175f476 100644 --- a/misc/top_images/image_list.txt +++ b/misc/top_images/image_list.txt @@ -43,3 +43,4 @@ kong solr sentry zookeeper +ghcr.io/dragonflyoss/image-service/pax-uid-test \ No newline at end of file