11c263dcf8
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build-almalinux9 Pipeline was successful
ci/woodpecker/pr/build-almalinux8 Pipeline was successful
ci/woodpecker/pr/build-fedora43 Pipeline was successful
ci/woodpecker/pr/build-fedora42 Pipeline was successful
ci/woodpecker/pr/build-fedora44 Pipeline was successful
- remove buildah (now in image) - add fedora42/fedora43/fedora44 pipelines - use el9 for fedora build - build prerequisites for fedora rpmbuilder tooling
30 lines
849 B
YAML
30 lines
849 B
YAML
name: vault
|
|
github: hashicorp/vault
|
|
description: Vault is a tool for securely accessing secrets. A secret is anything
|
|
that you want to tightly control access to, such as API keys, passwords, certificates,
|
|
and more. Vault provides a unified interface to any secret, while providing tight
|
|
access control and recording a detailed audit log.
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: HashiCorp
|
|
homepage: https://github.com/hashicorp/vault
|
|
license: BUSL-1.1
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 2.0.0
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 2.0.0
|
|
- repository:
|
|
- fedora/42
|
|
- fedora/43
|
|
- fedora/44
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 2.0.0
|