ci: fetch vault from artifactapi instead of dnf install #6

Merged
benvin merged 1 commits from benvin/vault-via-artifactapi into main 2026-08-23 22:42:40 +10:00

1 Commits

Author SHA1 Message Date
unkin-agent 11260a81a4 ci: fetch vault from artifactapi instead of dnf install
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
dnf install reads metadata for every enabled repo and downloads the
vendored vault RPM on every pipeline run. Fetch the pinned upstream zip
from the artifactapi hashicorp-releases remote instead, matching
terraform-vault and terraform-artifactapi.

- Replace dnf install vault with a pinned curl of the vault zip from the
  artifactapi hashicorp-releases remote, extracted to /usr/local/bin.
2026-08-23 22:38:04 +10:00