From 30b9c2ff9dff40eeac962dc07ca6f0311a61deb9 Mon Sep 17 00:00:00 2001 From: Silvestre Zabala Date: Thu, 5 Oct 2023 10:32:15 +0200 Subject: [PATCH] fixup --- ci/dockerfiles/autoscaler-deploy/Dockerfile | 2 +- ci/dockerfiles/autoscaler-tools/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/dockerfiles/autoscaler-deploy/Dockerfile b/ci/dockerfiles/autoscaler-deploy/Dockerfile index c5932bc144..3f5c008a1d 100644 --- a/ci/dockerfiles/autoscaler-deploy/Dockerfile +++ b/ci/dockerfiles/autoscaler-deploy/Dockerfile @@ -62,7 +62,7 @@ RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${ # renovate: datasource=github-releases depName=credhub-cli lookupName=cloudfoundry/credhub-cli ENV CREDHUB_VERSION 2.9.21 RUN wget -q https://github.com/cloudfoundry/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \ - tar xvfz credhub-linux-${CREDHUB_VERSION}.tgz && \ + tar xvfz credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \ mv credhub /usr/local/bin/credhub # Install uaac diff --git a/ci/dockerfiles/autoscaler-tools/Dockerfile b/ci/dockerfiles/autoscaler-tools/Dockerfile index 241910acff..05ccaf6fcc 100644 --- a/ci/dockerfiles/autoscaler-tools/Dockerfile +++ b/ci/dockerfiles/autoscaler-tools/Dockerfile @@ -79,9 +79,9 @@ RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${ # renovate: datasource=github-releases depName=credhub-cli lookupName=cloudfoundry/credhub-cli ARG CREDHUB_VERSION=2.9.21 RUN wget -q https://github.com/cloudfoundry/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \ - tar xvfz credhub-linux-${CREDHUB_VERSION}.tgz && \ + tar xvfz credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \ mv credhub /usr/local/bin/credhub &&\ - rm credhub-linux-${CREDHUB_VERSION}.tgz &&\ + rm credhub-linux-amd64-${CREDHUB_VERSION}.tgz &&\ credhub --version # Install uaac