feature: #83 - Restore Alpine packages

This commit is contained in:
jamesread 2022-10-26 11:54:58 +01:00
parent 8b9932f85c
commit cf582e7152
2 changed files with 26 additions and 1 deletions

View File

@ -115,7 +115,8 @@ docker_manifests:
- docker.io/jamesread/olivetin:{{ .Version }}-arm64 - docker.io/jamesread/olivetin:{{ .Version }}-arm64
nfpms: nfpms:
- maintainer: James Read <contact@jread.com> - id: default
maintainer: James Read <contact@jread.com>
description: OliveTin is a web interface for running Linux shell commands. description: OliveTin is a web interface for running Linux shell commands.
homepage: https://github.com/OliveTin/OliveTin homepage: https://github.com/OliveTin/OliveTin
license: AGPL-3.0 license: AGPL-3.0
@ -138,6 +139,30 @@ nfpms:
dst: /etc/OliveTin/config.yaml dst: /etc/OliveTin/config.yaml
type: "config|noreplace" type: "config|noreplace"
- id: openrc
maintainer: James Read <contact@jread.com>
description: OliveTin is a web interface for running Linux shell commands.
homepage: https://github.com/OliveTin/OliveTin
license: AGPL-3.0
formats:
- apk
bindir: /usr/local/bin/
file_name_template: '{{ .PackageName }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
contents:
- src: var/openrc/OliveTin
dst: /etc/init.d/
- src: webui
dst: /var/www/olivetin/
- src: config.yaml
dst: /etc/OliveTin/config.yaml
type: "config|noreplace"
release: release:
footer: | footer: |
## Container images ([on Docker Hub](https://hub.docker.com/r/jamesread/olivetin/tags?page=1&ordering=last_updated)) ## Container images ([on Docker Hub](https://hub.docker.com/r/jamesread/olivetin/tags?page=1&ordering=last_updated))