Add Gitea 1.26.4 Alpine package
Build Alpine Packages / build-and-publish (v3.23, 3.23) (pull_request) Successful in 28m12s
Build Alpine Packages / build-and-publish (v3.24, 3.24) (pull_request) Successful in 28m5s

This commit is contained in:
Joachim Schlöffel
2026-07-08 15:11:06 +02:00
parent 08e516475f
commit 7ec03eeada
11 changed files with 329 additions and 11 deletions
+5 -1
View File
@@ -11,6 +11,7 @@ https://code.factoring.digital/api/packages/public/alpine/v3.24/alpine-packages
- [SeaweedFS](packaging/alpine/local/seaweedfs/README.md): `seaweedfs`
- [GreptimeDB](packaging/alpine/local/greptimedb/README.md): `greptimedb`
- [Gitea](packaging/alpine/local/gitea/README.md): `gitea`
## Use In Production
@@ -53,7 +54,8 @@ Currently packaged:
```text
seaweedfs SeaweedFS 4.31 release binary and OpenRC role splits
greptimedb GreptimeDB 1.0.2 built from source for x86_64
greptimedb GreptimeDB 1.1.2 built from source for x86_64
gitea Gitea 1.26.4 release binary and OpenRC service
```
Local build output is written under:
@@ -111,6 +113,8 @@ ALPINE_PACKAGE=seaweedfs mise run apk:test-install
ALPINE_PACKAGE=greptimedb mise run apk:checksum
ALPINE_PACKAGE=greptimedb mise run apk:build
ALPINE_PACKAGE=greptimedb SKIP_BUILD=1 mise run apk:test-install
ALPINE_PACKAGE=gitea mise run apk:build
ALPINE_PACKAGE=gitea SKIP_BUILD=1 mise run apk:test-install
```
Override Docker cache scope: