1
0
mirror of https://github.com/regclient/regclient.git synced 2025-04-18 22:44:00 +03:00

Feat: Document community maintained packages

Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
Brandon Mitchell 2024-12-06 11:03:55 -05:00
parent d6da320ce9
commit e149d26418
No known key found for this signature in database
GPG Key ID: 6E0FF28C767A8BEE

View File

@ -6,6 +6,10 @@
- [GitHub Actions](#github-actions)
- [Verifying Signatures](#verifying-signatures)
- [Reproducible Builds](#reproducible-builds)
- [Community Maintained Packages](#community-maintained-packages)
- [Brew](#brew)
- [Snap](#snap)
- [Wolfi](#wolfi)
## Building From Source
@ -175,3 +179,31 @@ regctl image digest ghcr.io/regclient/regbot:edge
regctl image digest ocidir://output/regbot:alpine
regctl image digest ghcr.io/regclient/regbot:edge-alpine
```
## Community Maintained Packages
The following methods to install regclient are maintained by community contributors.
### Brew
<https://formulae.brew.sh/formula/regclient>
```shell
brew install regclient
```
### Snap
<https://snapcraft.io/regclient>
```shell
snap install regclient
```
### Wolfi
<https://github.com/wolfi-dev/os/blob/main/regclient.yaml>
```shell
apk add regclient
```