|
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
·
|
|
Re: How to create/start an APP in quickest way
yes, I looked at "copy-source".
copy-source - Make a copy of app source code from one application to another. Unless overridden, the copy-source command will restart the application.
cf copy-source
yes, I looked at "copy-source".
copy-source - Make a copy of app source code from one application to another. Unless overridden, the copy-source command will restart the application.
cf copy-source
|
By
Stanley Shen <meteorping@...>
·
#4789
·
|
|
Re: How to create/start an APP in quickest way
Have you looked at `cf copy-source`? You can use that to copy one app to
another. You could then change service bindings, environment variables and
scale the copy of the app separately. I believe
Have you looked at `cf copy-source`? You can use that to copy one app to
another. You could then change service bindings, environment variables and
scale the copy of the app separately. I believe
|
By
Daniel Mikusa
·
#4788
·
|
|
How to create/start an APP in quickest way
Hello, all
As we know, right now if we want to create an APP, we need push it to CF, which will cause us some time.
It needs to download buildpack, upload APP bits etc, it may takes several
Hello, all
As we know, right now if we want to create an APP, we need push it to CF, which will cause us some time.
It needs to download buildpack, upload APP bits etc, it may takes several
|
By
Stanley Shen <meteorping@...>
·
#4787
·
|
|
Re: push APP using docker image
LGTM, but i'm using private docker registry, same docker image download
from docker hub
+-----------------+-----------+-------------+
| Name | Versions | Commit Hash
LGTM, but i'm using private docker registry, same docker image download
from docker hub
+-----------------+-----------+-------------+
| Name | Versions | Commit Hash
|
By
Yitao Jiang
·
#4786
·
|
|
push APP using docker image
Hello, all
I am trying on to push APP using docker image.
From an existed thead, As Eric said we can use "cf push diego-docker-app -o cloudfoundry/diego-docker-app"
But I got errors when running it,
Hello, all
I am trying on to push APP using docker image.
From an existed thead, As Eric said we can use "cf push diego-docker-app -o cloudfoundry/diego-docker-app"
But I got errors when running it,
|
By
Stanley Shen <meteorping@...>
·
#4785
·
|
|
May CAB call next Wednesday May 11, 2016 @ 8a PDT
Hi, all,
Quick reminder of the CAB call next Wednesday, May 11th @ 8a PDT. All info in
Hi, all,
Quick reminder of the CAB call next Wednesday, May 11th @ 8a PDT. All info in
|
By
Michael Maximilien
·
#4784
·
|
|
Re: aligning cf push health-check default value
Hi Dies,
IMO the healthcheck of the app should be determined independently of
whether a developer wants their app routable.
My understanding of the implications for you proposal are that a
Hi Dies,
IMO the healthcheck of the app should be determined independently of
whether a developer wants their app routable.
My understanding of the implications for you proposal are that a
|
By
Shannon Coen
·
#4783
·
|
|
Re: aligning cf push health-check default value
Hi Dies,
I considered this a bit more after we chatted yesterday and I don't think
we should try to create parity between DEAs and Diego in this case. My
personal opinion is that behavior should be
Hi Dies,
I considered this a bit more after we chatted yesterday and I don't think
we should try to create parity between DEAs and Diego in this case. My
personal opinion is that behavior should be
|
By
Nicholas Calugar
·
#4782
·
|
|
CF CLI v6.17.1 Released Today
The CF CLI team just cut 6.17.1. Binaries and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
Note that we've been working with the Docs team to publish
The CF CLI team just cut 6.17.1. Binaries and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
Note that we've been working with the Docs team to publish
|
By
Koper, Dies <diesk@...>
·
#4781
·
|
|
Re: HTTP request status text is changed
The Java Buildpack creates a very complex command to start applications (since it needs to manage the JVM’s memory space within the container’s memory space). Therefore, it detects standard
The Java Buildpack creates a very complex command to start applications (since it needs to manage the JVM’s memory space within the container’s memory space). Therefore, it detects standard
|
By
Ben Hale <bhale@...>
·
#4780
·
|
|
Re: HTTP request status text is changed
Can you have a try with the attached jettty.zip.txt in previous reply to see if you reproduce it?
It's used to simulate my APP, you can just download it and change to jetty.zip and unzip it.
There is
Can you have a try with the attached jettty.zip.txt in previous reply to see if you reproduce it?
It's used to simulate my APP, you can just download it and change to jetty.zip and unzip it.
There is
|
By
Stanley Shen <meteorping@...>
·
#4779
·
|
|
Re: HTTP request status text is changed
Ok thanks for clarifying. It sounds like your java app is a WAR, not a JAR, correct? Or, perhaps it's a jar, but it's a non-executable jar - it cannot be run with `java -jar my-web-app.jar`
If you
Ok thanks for clarifying. It sounds like your java app is a WAR, not a JAR, correct? Or, perhaps it's a jar, but it's a non-executable jar - it cannot be run with `java -jar my-web-app.jar`
If you
|
By
CF Runtime
·
#4778
·
|
|
NOAA Library Update
Hello cf-dev,
Loggregator has been working on some improvements to the NOAA library.
The recommended way to create a NOAA consumer is now consumer.New(...)
under the consumer package instead of the
Hello cf-dev,
Loggregator has been working on some improvements to the NOAA library.
The recommended way to create a NOAA consumer is now consumer.New(...)
under the consumer package instead of the
|
By
Warren Fernandes
·
#4777
·
|
|
Updating the default version of Ruby to 2.3.x
Hi all,
We'd like to let you know that in the next week we'll be scheduling work to
update the default version of Ruby in the Ruby Buildpack from 2.2.x to
2.3.x. This change only affects application
Hi all,
We'd like to let you know that in the next week we'll be scheduling work to
update the default version of Ruby in the Ruby Buildpack from 2.2.x to
2.3.x. This change only affects application
|
By
John Shahid
·
#4776
·
|
|
Re: unable to push buildback and even CF-app command
wrote:
The time stamp on the request and response are exactly 60 seconds apart.
Do you have any timeouts that are set to 60 seconds? Perhaps on your load
balancer?
Dan
wrote:
The time stamp on the request and response are exactly 60 seconds apart.
Do you have any timeouts that are set to 60 seconds? Perhaps on your load
balancer?
Dan
|
By
Daniel Mikusa
·
#4775
·
|
|
The Wearable Technology Ecosystem: 2016 - 2030 - Opportunities, Challenges, Strategies, Industry Verticals and Forecasts
Hello,
Hope you are doing well.
I wanted to bring to your attention the latest SNS Research report in which you might be interested, " The Wearable Technology Ecosystem: 2016 - 2030 - Opportunities,
Hello,
Hope you are doing well.
I wanted to bring to your attention the latest SNS Research report in which you might be interested, " The Wearable Technology Ecosystem: 2016 - 2030 - Opportunities,
|
By
SNS Research <e.hall@...>
·
#4774
·
|
|
Re: HTTP request status text is changed
So to be precise, my APP is a jetty based application, it includes jetty
jars and related jetty configuration files.
When this application is deployed on ubuntu (Non-CF) environment, we can
get expect
So to be precise, my APP is a jetty based application, it includes jetty
jars and related jetty configuration files.
When this application is deployed on ubuntu (Non-CF) environment, we can
get expect
|
By
Stanley Shen <meteorping@...>
·
#4773
·
|
|
unable to push buildback and even CF-app command
Hi,
We are trying to push an buildpack using cf creat-buildpack command and below are the CF_TRACE logs
REQUEST: [2016-05-03T06:20:46Z]
PUT /v2/buildpacks/9899f3d5-8eab-454e-accb-fcb6d139d69f/bits
Hi,
We are trying to push an buildpack using cf creat-buildpack command and below are the CF_TRACE logs
REQUEST: [2016-05-03T06:20:46Z]
PUT /v2/buildpacks/9899f3d5-8eab-454e-accb-fcb6d139d69f/bits
|
By
Bala Murugan
·
#4772
·
|