mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-08 08:30:02 +00:00
Fix: Update catalog api url for vault download
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8a7ff394ce
commit
795ee509b6
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -39,7 +39,7 @@ echo "jenkins ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers.d/jenkins
|
|||
usermod -a -G docker jenkins
|
||||
|
||||
# Install Vault for global usage
|
||||
VAULT_VERSION=$(curl -sSfL "https://lv.luzifer.io/catalog-api/vault/latest.txt?p=version")
|
||||
VAULT_VERSION=$(curl -sSfL "https://lv.luzifer.io/v1/catalog/vault/latest/version")
|
||||
curl -sSfLo vault.zip "https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip"
|
||||
unzip vault.zip
|
||||
rm vault.zip
|
||||
|
|
Loading…
Reference in a new issue