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:
|
Install the registry signing key on each Alpine node:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSLo /etc/apk/keys/public-alpine.rsa.pub \
|
cd /etc/apk/keys
|
||||||
https://code.factoring.digital/api/packages/public/alpine/key
|
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:
|
Add the stable package repository:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user