Document preserving Gitea Alpine key filename
All checks were successful
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Successful in 25m2s

This commit is contained in:
Joachim Schlöffel
2026-06-09 14:25:09 +02:00
parent ca64a3e993
commit b329cd0ccc

View File

@@ -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