Dependency downloader rewrite.

jq logic added, package manager + static.
Added function to check for distribution.
Added function to grab static binary.
This commit is contained in:
mag37 2024-11-25 14:05:30 +01:00
parent 6f0ec97373
commit fb076c2912
2 changed files with 64 additions and 33 deletions

View file

@ -80,7 +80,7 @@ ___
- [regclient/regctl](https://github.com/regclient/regclient) (Licensed under [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0))
- User will be prompted to download `regctl` if not in `PATH` or `PWD`.
- regctl requires `amd64/arm64` - see [workaround](#roller_coaster-workaround-for-non-amd64--arm64) if other architecture is used.
- jq: Used for parsing JSON output from podman inspect.
- [jq](https://github.com/jqlang/jq): Used for parsing JSON output from podman inspect. User will be prompted to install.
- timeout: Optional but recommended for setting timeouts on registry checks.
## :tent: Install Instructions