8a3a585f8c
ci/woodpecker/push/deploy-fedora43 Pipeline was successful
ci/woodpecker/push/deploy-fedora44 Pipeline was successful
ci/woodpecker/push/deploy-fedora42 Pipeline was successful
ci/woodpecker/push/deploy-almalinux8 Pipeline was successful
ci/woodpecker/push/deploy-almalinux9 Pipeline was successful
Reviewed-on: #164
31 lines
864 B
YAML
31 lines
864 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
|
|
dist_tag: true
|
|
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
|