- changed all releases from 1-el8 and 1-el9 to 1 - updated build job to write files to per-repository directories
23 lines
707 B
YAML
23 lines
707 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: 1.21.1
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.21.1
|