From 4f944698047c30f8b04c2af4b9c5c1a43532183f Mon Sep 17 00:00:00 2001 From: Aftab Alam <81828613+iaftab-alam@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:34:35 +0200 Subject: [PATCH] chore: Remove Old CF CLI binary from bosh-cli docker image Removed Cloud Foundry CLI v6.28.0. Cleaned up the unused cf.deb package download. Reduces final image size and eliminates deprecated, insecure binaries. The build bosh-cli job is failing and this PR aim to fixes:https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/build-docker-images/jobs/build-bosh-cli-docker-image/builds/590 --- dockerfiles/bosh-cli/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dockerfiles/bosh-cli/Dockerfile b/dockerfiles/bosh-cli/Dockerfile index 1b6f5527..d1d9eeba 100644 --- a/dockerfiles/bosh-cli/Dockerfile +++ b/dockerfiles/bosh-cli/Dockerfile @@ -38,9 +38,3 @@ RUN \ cd /usr/local/bin && \ chmod +x terraform && \ rm -rf /tmp/* - -RUN \ - wget -q -O cf.deb \ - "https://cli.run.pivotal.io/stable?release=debian64&version=6.28.0&source=github-rel" - -RUN dpkg -i cf.deb