aboutsummaryrefslogtreecommitdiff
path: root/pom.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-21Bump org.apache.commons:commons-compress from 1.21 to 1.26.0dependabot[bot]1-1/+1
Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31Add permissions configuration fileaxtloss1-0/+5
2023-05-26Add comments to functionsaxtloss1-1/+2
2023-05-24Add command line optionsaxtloss1-0/+5
2023-05-24Bump commons-compress from 1.14 to 1.21dependabot[bot]1-1/+1
Bumps commons-compress from 1.14 to 1.21. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24Automatically extract downloaded blobsaxtloss1-0/+7
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