|
How to build binaries for buildpacks?
Thank you for that useful answer, Matthew. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:*
Thank you for that useful answer, Matthew. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:*
|
By
...
· #1189
·
|
|
How to build binaries for buildpacks?
I was able to solve the problem with ruby by adding --enable-load-relative to ./configure command. Still it would be useful to know how do you build binaries for buildpacks. Thank you, Alex L.
I was able to solve the problem with ruby by adding --enable-load-relative to ./configure command. Still it would be useful to know how do you build binaries for buildpacks. Thank you, Alex L.
|
By
...
· #1183
·
|
|
How to build binaries for buildpacks?
Hello, everyone. I try to create custom ruby-buildpack to support Power8. This means I need to rebuild ruby binaries. I’ve wrote some scripts that build necessary binaries and upload them to S3 [1]. H
Hello, everyone. I try to create custom ruby-buildpack to support Power8. This means I need to rebuild ruby binaries. I’ve wrote some scripts that build necessary binaries and upload them to S3 [1]. H
|
By
...
· #1178
·
|
|
CF-Abacus: incubation and inception meeting coming soon
Hello, Maxim. I am Alexander Lomov. I work in R&D department at Altoros. I would like to participate in your Hangout meeting dedicated to CF Abacus. Could you please tell when and how I can participat
Hello, Maxim. I am Alexander Lomov. I work in R&D department at Altoros. I would like to participate in your Hangout meeting dedicated to CF Abacus. Could you please tell when and how I can participat
|
By
...
· #993
·
|
|
How to update blobs in blob.cfblob.com ?
Thank you for the answer. I like the idea with pathing existing sources. Going to make another PR soon. Have a good day, Alex L.
Thank you for the answer. I like the idea with pathing existing sources. Going to make another PR soon. Have a good day, Alex L.
|
By
...
· #913
·
|
|
How to update blobs in blob.cfblob.com ?
Hi, Matthew. After I made `bosh upload blobs`, `bosh blobs` command tells me `No blobs to upload`. Still I created a pull request where you can figure out what blobs are changed from `config/blobs.yml
Hi, Matthew. After I made `bosh upload blobs`, `bosh blobs` command tells me `No blobs to upload`. Still I created a pull request where you can figure out what blobs are changed from `config/blobs.yml
|
By
...
· #909
·
|
|
Allow gorouter to log random headers.
Some time ago routing services were discussed on a CAB [1]. Here is a description of this proposal. Do you think that using such service will allow your developers to cover this requirements? [1] http
Some time ago routing services were discussed on a CAB [1]. Here is a description of this proposal. Do you think that using such service will allow your developers to cover this requirements? [1] http
|
By
...
· #854
·
|
|
cf push fails (goroutine errors)
Looks like your CF CLI client fails to make a connection to CC API. Here are some points about your case: - you can run `cf push` with `CF_TRACE=true` environment variable to get more verbose output:
Looks like your CF CLI client fails to make a connection to CC API. Here are some points about your case: - you can run `cf push` with `CF_TRACE=true` environment variable to get more verbose output:
|
By
...
· #782
·
|
|
CF client library
Another option is cfoundry Ruby gem: https://github.com/cloudfoundry-attic/cfoundry But it is also not supported now. Still I used it in several projects not long ago and it worked. ------------------
Another option is cfoundry Ruby gem: https://github.com/cloudfoundry-attic/cfoundry But it is also not supported now. Still I used it in several projects not long ago and it worked. ------------------
|
By
...
· #756
·
|
|
R: Re: R: Re: Deploy CF on OpenStack, api and uaa failing
Sorry, but I don't see any logs attached. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:* @
Sorry, but I don't see any logs attached. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:* @
|
By
...
· #711
·
|
|
How to update blobs in blob.cfblob.com ?
Hi, all. I work on adding support of Power architecture to CF. During the work I needed to update not only cf-release, but existing blobs (postgresql, mysql client and etc.). I wonder how I can make P
Hi, all. I work on adding support of Power architecture to CF. During the work I needed to update not only cf-release, but existing blobs (postgresql, mysql client and etc.). I wonder how I can make P
|
By
...
· #638
·
|
|
Is it possible to use git push to deploy applications on CF
Hey. The simplest way to add this behaviour is to add `cf push` command to `.git/hooks/pre-push` executable file. The detail you can find in git docs [0] In this article you can find the possible reas
Hey. The simplest way to add this behaviour is to add `cf push` command to `.git/hooks/pre-push` executable file. The detail you can find in git docs [0] In this article you can find the possible reas
|
By
...
· #93
·
|