Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-31 | Add permissions configuration file | axtloss | 1 | -0/+5 | |
2023-05-26 | Add comments to functions | axtloss | 1 | -1/+2 | |
2023-05-24 | Add command line options | axtloss | 1 | -0/+5 | |
2023-05-24 | Bump commons-compress from 1.14 to 1.21 | dependabot[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-24 | Automatically extract downloaded blobs | axtloss | 1 | -0/+7 | |
2023-05-24 | Add blob deduplication | axtloss | 1 | -2/+8 | |
Adds installed blobs to a database and skips downloading them if it finds them in the database | |||||
2023-05-23 | Add stuff | axtloss | 1 | -1/+5 | |
2023-05-15 | multithreaded downloads and non docker registries | axtloss | 1 | -5/+6 | |
Runs each layer download on a different thread. Allows using registries other than registry.docker.io |