Skip to content

Commit 4f94469

Browse files
authored
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
1 parent 1a5bc84 commit 4f94469

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

dockerfiles/bosh-cli/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,3 @@ RUN \
3838
cd /usr/local/bin && \
3939
chmod +x terraform && \
4040
rm -rf /tmp/*
41-
42-
RUN \
43-
wget -q -O cf.deb \
44-
"https://cli.run.pivotal.io/stable?release=debian64&version=6.28.0&source=github-rel"
45-
46-
RUN dpkg -i cf.deb

0 commit comments

Comments
 (0)