cf-resource
cf-resource copied to clipboard
Concourse resource for interacting with Cloud Foundry
Hi Team, I am working with concourse/cf-resource on Linux/ARM64 platform. **[“concourse/cf-resource”](https://hub.docker.com/r/concourse/cf-resource)** docker image is currently available for Linux/AMD64. It will be helpful if it gets available for the Linux/ARM64 as...
When trying to use with newer cf release I am getting the following error: ``` Cloud Foundry API version 2.155.0 requires CLI version 7.0.1. You are currently on version 6.43.0+815ea2f3d.2019-02-20....
Concourse 5.5.1 vars_files can never be resolved to paths that work. ``` ... inside resources - name: development type: cf source: api: ... username: ... password: ... organization: ... space:...
Note that when the `use_rolling_app_deployment` parameter is specified, `path` must be specified as well (this is documented in the README). This feature is now part of the cloud controller and...
I'm deploying a .net core app, specifying both the `path` and `manifest` parameters. As the documentation implies, I'm expecting the `path` in my pipeline to take precedence over the path...
We have multiple CF environments and the configurations are different between non production and production. While we need a bigger resource for production, we have to save resources in non...
My partner (@athornton2012) and i ran into an interesting bug today when we Version of concourse: 5.0.0 Background: Our team has a job which puts to a cf resource, and...
I totally missed #40 only implements live-tailing of application logs for b/g `cf push`s. It would be _really_ useful to have the same capability for "normal" `cf push`s.
When the zero-downtime deployment is triggered by the `current_app_name` property, it does not transfer over the environment variables that were set on the currently deployed app. This results in loss...
Hi, our organisation just changed the access to CF and restricted CI/CD pipelines to use temporary cf users. We are able to retrieve them in a task, but do not...