014a79ddee5ff585ef39dde04cdad7c75a0e16ae
CI installed vault by shelling out to `dnf install vault -y`, which reads metadata for every enabled repo (appstream/baseos/crb/epel/ha) and downloads the 169MB vendored vault RPM from the unkin repo on every pipeline run (~39s per plan/apply job). - Replace the dnf install with a pinned curl of the upstream vault zip from the artifactapi hashicorp-releases remote proxy, extracted with python3 to /usr/local/bin/vault. - Pin the version via a VAULT_VERSION env var (1.20.0).
terraform-artifactapi
Terraform configuration for managing ArtifactAPI remote, local, and virtual repositories.
Repositories are declared as YAML files under config/<kind>/<name>.yaml, where the
filename is the repository name. make plan / make apply (via Terragrunt) reconcile
them against the ArtifactAPI instance.
Kinds: remote_* (caching proxies of an upstream), local_* (real registries hosted
directly — local_docker, local_pypi, local_rpm, local_terraform), and virtual
(merged views over members of one package type).
Description
Languages
HCL
91.7%
Makefile
8.3%