-
Notifications
You must be signed in to change notification settings - Fork 991
Closed
Description
Please fill out the issue checklist below and provide ALL the requested information.
- I reviewed open and closed github issues that may be related to my problem.
- I tried updating to the latest version of the CF CLI to see if it fixed my problem.
- I attempted to run the command with
CF_TRACE=1to help debug the issue. - I am reporting a bug that others will be able to reproduce.
Describe the bug and the command you saw an issue with
Provide details on what you were trying to do (and why).
It seems that currently the cf-cli binaries cannot be retrieved from the official CloudFoundry repository. Our deployment pipelines are failing because of this.
What happened
curl -sL https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github returns a 404
Expected behavior
The command should return an archive containing the cf-cli binaries which I could extract and use.
Exact Steps To Reproduce
Steps to reproduce the behavior; include the exact CLI commands and verbose output:
- Run
curl -sL https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github | tar -zx - See error
Provide more context
- platform and shell details: running the command in Jenkinsfile
- version of the CLI you are running: cf8-cli
ljmsc, MB175, diezfx, philipphaeusle, 4ndre4s and 3 more4ndre4s
Metadata
Metadata
Assignees
Labels
No labels