cli
cli copied to clipboard
CF CLI binaries unavailable
Please fill out the issue checklist below and provide ALL the requested information.
- [x] I reviewed open and closed github issues that may be related to my problem.
- [x] 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. - [x] 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
Experiencing the same issue.
I'm facing the same issue, the server isn't serving anything but 404.
Same problems over here. Can't reach any of the resources
Same issue, if I go to https://packages.cloudfoundry.org/debian I get
404 Not Found: Requested route ('packages.cloudfoundry.org') does not exist.
Same issue here as well.
Same here
Bad news for all the AzureDevops Task Users, it looks like there is no way to exchange the source server with for example GitHub.
Servers are working again, make sure to check the checksums of the binary since there is no official response what the cause of the outage was, servers might have been under attack or something else
still 404
Same here.
Same issue furthers......
Also getting a 404
Same here
broken again
same is dead again
In the meantime a download could be mad directly from the s3
https://s3-us-west-1.amazonaws.com/v8-cf-cli-releases/releases/v8.6.0/cf8-cli_8.6.0_linux_x86-64.tgz
Links can be configured accordingly with the help of the information found in the release section I guess, if the naming schema is matching within all further releases
Seems to be working again.
This issue is back again on..
packages.cloudfoundry.org is down again. I'm getting either the 404 described in the original description, or (more often) a redirect to https://maintenance.vmware.com/maintenance.html
Looks like packages.cloudfoundry.org is down again this AM
Same here packages.cloudfoundry.org is unresponsive...
Since about 13:00 CET packages.cloudfoundry.org has been down. Also docs.cloudfoundry.org and cli.cloudfoundry.org only redirect to https://maintenance.vmware.com/maintenance.html. EDIT: 22:19 CET: Seems to be reachable now again.