Skip to content

CF CLI binaries unavailable #2603

@catalinmares

Description

@catalinmares

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=1 to 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:

  1. Run curl -sL https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github | tar -zx
  2. See error

Provide more context

  • platform and shell details: running the command in Jenkinsfile
  • version of the CLI you are running: cf8-cli

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions