|
Re: How to install things on specfic APP container
Yes, the file is actually stored in database, we don't rely on the FS of the container.
Just we want to do virus scan and other checks before we accept it and store it to database.
Yes, the file is actually stored in database, we don't rely on the FS of the container.
Just we want to do virus scan and other checks before we accept it and store it to database.
|
By
Stanley Shen <meteorping@...>
·
#4809
·
|
|
Re: How to install things on specfic APP container
Using the app container’s file system like this is generally discouraged.
See the Cloud Foundry docs
<http://docs.cloudfoundry.org/devguide/deploy-apps/prepare-to-deploy.html#filesystem>
for an
Using the app container’s file system like this is generally discouraged.
See the Cloud Foundry docs
<http://docs.cloudfoundry.org/devguide/deploy-apps/prepare-to-deploy.html#filesystem>
for an
|
By
Scott Frederick <scottyfred@...>
·
#4808
·
|
|
Re: How to install things on specfic APP container
Stanley,
I am curious as to why you would prefer to do scanning of an application
after it is pushed rather than before on something like a CI system.
--
Danny Rosen <https://goo.gl/eNWhJU>
Stanley,
I am curious as to why you would prefer to do scanning of an application
after it is pushed rather than before on something like a CI system.
--
Danny Rosen <https://goo.gl/eNWhJU>
|
By
Danny Rosen
·
#4807
·
|
|
Application Releases and Rollback Feature Narrative
This narrative proposes adding Heroku-style "releases" for applications:
https://docs.google.com/document/d/1sIViZyeCri2URHAt57YW4n482cBav3b5dOgP6D_vr4A/
The feature allows developers to see a list
This narrative proposes adding Heroku-style "releases" for applications:
https://docs.google.com/document/d/1sIViZyeCri2URHAt57YW4n482cBav3b5dOgP6D_vr4A/
The feature allows developers to see a list
|
By
Troy Topnik
·
#4806
·
|
|
Re: How to install things on specfic APP container
You don't have root access in application containers. You could bundle the
software into a custom build pack. Again, you can't install stuff with
root so you have to manually extract the files
You don't have root access in application containers. You could bundle the
software into a custom build pack. Again, you can't install stuff with
root so you have to manually extract the files
|
By
Daniel Mikusa
·
#4805
·
|
|
Re: offline java-buildpack is not loading new gem from DEA during cf push
Hi cloudfoundry team ,
we have modified java-buildpack validate input yaml against schema using
kwalify gem. we have created offline buidpack for the same. now when we do
cf push using this new
Hi cloudfoundry team ,
we have modified java-buildpack validate input yaml against schema using
kwalify gem. we have created offline buidpack for the same. now when we do
cf push using this new
|
By
Lingesh Mouleeshwaran
·
#4804
·
|
|
offline java-buildpack is not loading new gem from DEA during cf push
Hi cloudfoundry team ,
we have modified java-buildpack validate input yaml against schema using
kwalify gem. we have created offline buidpack for the same. now when we do
cf push using this new
Hi cloudfoundry team ,
we have modified java-buildpack validate input yaml against schema using
kwalify gem. we have created offline buidpack for the same. now when we do
cf push using this new
|
By
Lingesh Mouleeshwaran
·
#4803
·
|
|
Re: push APP using docker image
Thanks for information.
I tried it today and it works well, I didn't see such logs, not sure why I saw that error yesterday :-)
Thanks for information.
I tried it today and it works well, I didn't see such logs, not sure why I saw that error yesterday :-)
|
By
Stanley Shen <meteorping@...>
·
#4802
·
|
|
How to install things on specfic APP container
Hello, all
For some purpose, I would like to install things on specific APP container.
For example, I have a web application, and I want to do virus scan for uploading attachments, originally on
Hello, all
For some purpose, I would like to install things on specific APP container.
For example, I have a web application, and I want to do virus scan for uploading attachments, originally on
|
By
Stanley Shen <meteorping@...>
·
#4801
·
|
|
Re: My nodejs application can't work if the version nodejs buildpack >= v1.5.9
I have checked the pull request of nodejs buildpack git project, but haven't found any clue, so I guess the version of my npm might be old, upgrade to new version, and it works
I have checked the pull request of nodejs buildpack git project, but haven't found any clue, so I guess the version of my npm might be old, upgrade to new version, and it works
|
By
Sam Dai
·
#4800
·
|
|
Re: cf scale command sequence
Thanks. What I am concerned about are the inflight transactions on the
container when it is being destroyed. What happens to them? If the routes
are removed from the GoRouter before the container is
Thanks. What I am concerned about are the inflight transactions on the
container when it is being destroyed. What happens to them? If the routes
are removed from the GoRouter before the container is
|
By
Siva Balan <mailsiva@...>
·
#4799
·
|
|
Re: VCAP_APPLICATION in the V3 Cloud Foundry API
Thanks for all your input. Upon seeing how the buildpacks use VCAP_APPLICATION, I’m thinking we want to leave it as is and potentially add a few new top level environment
Thanks for all your input. Upon seeing how the buildpacks use VCAP_APPLICATION, I’m thinking we want to leave it as is and potentially add a few new top level environment
|
By
Nicholas Calugar
·
#4798
·
|
|
Re: cf scale command sequence
It is pretty much a race. It can happen either way. GoRouter will retry
on failed connects so if the route remains when the container is
removed, the next instance will be tried.
- Michael
It is pretty much a race. It can happen either way. GoRouter will retry
on failed connects so if the route remains when the container is
removed, the next instance will be tried.
- Michael
|
By
Michael Fraenkel <michael.fraenkel@...>
·
#4797
·
|
|
cf scale command sequence
When I issue a cf scale command to bring down the number of app instances
from, say 10 to 5, what is the sequence of events that take place to make
this happen? I am particularly interested to know if
When I issue a cf scale command to bring down the number of app instances
from, say 10 to 5, what is the sequence of events that take place to make
this happen? I am particularly interested to know if
|
By
Siva Balan <mailsiva@...>
·
#4796
·
|
|
Cloud Controller jobs no longer using properties.domains
Heads up, y'all:
To reduce confusion about manifest properties `domain` and `system_domain`,
CAPI is working with Release Integration to consolidate the two under the
property `system_domain`. As
Heads up, y'all:
To reduce confusion about manifest properties `domain` and `system_domain`,
CAPI is working with Release Integration to consolidate the two under the
property `system_domain`. As
|
By
Utako Ueda
·
#4795
·
|
|
In Diego (maybe DEA also) why is $HOME /home/vcap/app and not /home/vcap?
This burned me today because I was attempting to put fonts into the home
directory identified by the java system property "user.home" (which is
/home/vcap) instead of the environment variable $HOME
This burned me today because I was attempting to put fonts into the home
directory identified by the java system property "user.home" (which is
/home/vcap) instead of the environment variable $HOME
|
By
Mike Youngstrom <youngm@...>
·
#4794
·
|
|
Looking to do user interviews with larger OSS installations, focusing on logging and metrics
Hi cf-dev,
I'm the product manager for Loggregator. I'm looking for users on the
larger side to interview about your experiences, needs and wants for
logging and metrics in Cloud Foundry. I can also
Hi cf-dev,
I'm the product manager for Loggregator. I'm looking for users on the
larger side to interview about your experiences, needs and wants for
logging and metrics in Cloud Foundry. I can also
|
By
Jim CF Campbell
·
#4793
·
|
|
Re: My nodejs application can't work if the version nodejs buildpack >= v1.5.9
Glad to here you got your app to deploy. Any idea why you had to update the
version of npm ? Did you see anything in the changelog that is interesting ?
Glad to here you got your app to deploy. Any idea why you had to update the
version of npm ? Did you see anything in the changelog that is interesting ?
|
By
John Shahid
·
#4792
·
|
|
Re: My nodejs application can't work if the version nodejs buildpack >= v1.5.9
Have resolved this issue, the solution is change the npm version of package.json from ~2.11.3 to ~2.15.0 .
Change
```
, "engines" : {
"node" : "~0.12.7",
"npm" : "~2.11.3"
Have resolved this issue, the solution is change the npm version of package.json from ~2.11.3 to ~2.15.0 .
Change
```
, "engines" : {
"node" : "~0.12.7",
"npm" : "~2.11.3"
|
By
Sam Dai
·
#4791
·
|
|
Re: How to create/start an APP in quickest way
Correct. There's a couple ways you can create the target app. Push a
dummy app or use the API directly (i.e. `cf curl` [1]). Once you create
the target app, copy source will override whatever is in
Correct. There's a couple ways you can create the target app. Push a
dummy app or use the API directly (i.e. `cf curl` [1]). Once you create
the target app, copy source will override whatever is in
|
By
Daniel Mikusa
·
#4790
·
|