Document preserving Gitea Alpine key filename
All checks were successful
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Successful in 25m2s
All checks were successful
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Successful in 25m2s
This commit is contained in:
@@ -21,10 +21,14 @@ https://code.factoring.digital/api/packages/public/alpine/v3.23/alpine-packages
|
||||
Install the registry signing key on each Alpine node:
|
||||
|
||||
```sh
|
||||
curl -fsSLo /etc/apk/keys/public-alpine.rsa.pub \
|
||||
https://code.factoring.digital/api/packages/public/alpine/key
|
||||
cd /etc/apk/keys
|
||||
curl -fsSLOJ https://code.factoring.digital/api/packages/public/alpine/key
|
||||
```
|
||||
|
||||
Keep the filename returned by Gitea. Alpine matches repository signatures by key
|
||||
filename, so saving the key under another name makes `apk update` report
|
||||
`UNTRUSTED signature`.
|
||||
|
||||
Add the stable package repository:
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user