cf-containers-broker
cf-containers-broker copied to clipboard
A generic "Containers" broker for the Cloud Foundry v2 services API
#### Description This PR fixes one or more vulnerable packages in the `rubygems` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/drnic/test/github/ecc40387-280a-4fef-888d-470330a46b7a/master..snyk-fix-qewlj5) for more details. #### Snyk Project: [cloudfoundry-community/cf-containers-broker:Gemfile.lock](https://app.snyk.io/org/drnic/project/ecc40387-280a-4fef-888d-470330a46b7a) ####...
#### Description This PR fixes one or more vulnerable packages in the `rubygems` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/drnic/test/github/ecc40387-280a-4fef-888d-470330a46b7a/master..snyk-fix-y2qd9x) for more details. #### Snyk Project: [cloudfoundry-community/cf-containers-broker:Gemfile.lock](https://app.snyk.io/org/drnic/project/ecc40387-280a-4fef-888d-470330a46b7a) ####...
#### Description This PR fixes one or more vulnerable packages in the `rubygems` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/drnic/test/github/ecc40387-280a-4fef-888d-470330a46b7a/master..snyk-fix-vfxubm) for more details. #### Snyk Project: [cloudfoundry-community/cf-containers-broker:Gemfile.lock](https://app.snyk.io/org/drnic/project/ecc40387-280a-4fef-888d-470330a46b7a) ####...
#### Description This PR fixes one or more vulnerable packages in the `rubygems` dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/ecc40387-280a-4fef-888d-470330a46b7a/master..snyk-fix-mmz6n9) for more details. #### Snyk Project: [cloudfoundry-community/cf-containers-broker:Gemfile.lock](https://snyk.io/org/drnic/project/ecc40387-280a-4fef-888d-470330a46b7a) ####...
#### Description This PR fixes one or more vulnerable packages in the `rubygems` dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/ecc40387-280a-4fef-888d-470330a46b7a/master..snyk-fix-16tjdn) for more details. #### Snyk Project: [cloudfoundry-community/cf-containers-broker:Gemfile.lock](https://snyk.io/org/drnic/project/ecc40387-280a-4fef-888d-470330a46b7a) ####...
Can we set the disk volume limitation for each one created bu container broker? 664e4b3813# docker run -it ubuntu /bin/bash root@75534586daa1:/# df -h Filesystem Size Used Avail Use% Mounted on...
In `spec/models/docker_manager_spec.rb`, the `when there are container env vars in files` test is flaky. On my system, the env variables list comes out in one particular order, such that I...
https://www.habitat.sh/ can export Docker images, which in turn `docker_manager.rb` could run. Except @bodymindarts annoyingly tells me that we can't pass in simple env vars `-e REDIS_PASSWORD=2134jfdjhaf` into habitat containers. Instead...
The current settings.yml has only postgresql, where can I get settings.yml for all services. Thanks
Skip_ssl_validation settings isn't passed to oumniauth and cf-uaa-lib. This cause cf-uaa-lib fail to acquire uaa token when using self signed SSL certificate. Pleas note that cf-uaa-lib, from version 3.0.0, by...