aboutsummaryrefslogtreecommitdiff
path: root/pom.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-24Add blob deduplicationaxtloss1-2/+8
Adds installed blobs to a database and skips downloading them if it finds them in the database
2023-05-23Add stuffaxtloss1-1/+5
2023-05-15multithreaded downloads and non docker registriesaxtloss1-5/+6
Runs each layer download on a different thread. Allows using registries other than registry.docker.io