|
Re: Java Buildpack v3.1
that's quite a release! thanks to everyone who contributed. i really like
this list of packaged dependencies, that makes it very simple to see what's
inside.
wrote:
--
Thank you,
James Bayer
that's quite a release! thanks to everyone who contributed. i really like
this list of packaged dependencies, that makes it very simple to see what's
inside.
wrote:
--
Thank you,
James Bayer
|
By
James Bayer
·
#561
·
|
|
Re: Soliciting feedback on a UX change for route services
I would imagine you could bind a service to a route any time you want to
customize incoming traffic in some way. But that customization wouldn't
necessarily have to be implemented as a proxy.
Here
I would imagine you could bind a service to a route any time you want to
customize incoming traffic in some way. But that customization wouldn't
necessarily have to be implemented as a proxy.
Here
|
By
Mike Youngstrom <youngm@...>
·
#560
·
|
|
Buildpacks ending lucid64 stack support
Hi everyone,
The Buildpacks team just cut a series of releases removing lucid64 binaries
from the buildpacks.
*Background*
As announced earlier this year, the lucid64 stack ("rootfs") reached End
Hi everyone,
The Buildpacks team just cut a series of releases removing lucid64 binaries
from the buildpacks.
*Background*
As announced earlier this year, the lucid64 stack ("rootfs") reached End
|
By
Mike Dalessio
·
#559
·
|
|
Re: Soliciting feedback on a UX change for route services
Initially we're targeting support for one service per route, and
create-route/update-route accomplishes this simply. Associating multiple
services with a route isn't as simple as binding an app as
Initially we're targeting support for one service per route, and
create-route/update-route accomplishes this simply. Associating multiple
services with a route isn't as simple as binding an app as
|
By
Shannon Coen
·
#558
·
|
|
Re: Soliciting feedback on a UX change for route services
wrote:
Fair point, and thank you for the use case. Brokers have the option of
declaring whether a service is bindable or not in order to provide a better
user experience when services are not
wrote:
Fair point, and thank you for the use case. Brokers have the option of
declaring whether a service is bindable or not in order to provide a better
user experience when services are not
|
By
Shannon Coen
·
#557
·
|
|
Re: Soliciting feedback on a UX change for route services
Interesting idea; I'll talk to Greg O about it.
Shannon Coen
Product Manager, Cloud Foundry
Pivotal, Inc.
Interesting idea; I'll talk to Greg O about it.
Shannon Coen
Product Manager, Cloud Foundry
Pivotal, Inc.
|
By
Shannon Coen
·
#556
·
|
|
Re: Soliciting feedback on a UX change for route services
This is interesting. Could you flesh this out for me? What use cases do you
have in mind for associating a service instance with a route, but not
providing a forwarding address?
Good feedback.
This is interesting. Could you flesh this out for me? What use cases do you
have in mind for associating a service instance with a route, but not
providing a forwarding address?
Good feedback.
|
By
Shannon Coen
·
#555
·
|
|
Re: Custom build pack [ failed to install WineHQ]
There are ways to install .deb packages as a normal user, as exemplified by
the following Heroku buildpack:
(Please note that this buildpack will not work on CF without
modifications.) You may want
There are ways to install .deb packages as a normal user, as exemplified by
the following Heroku buildpack:
(Please note that this buildpack will not work on CF without
modifications.) You may want
|
By
Mike Dalessio
·
#554
·
|
|
Re: Custom build pack [ failed to install WineHQ]
I am sorry, but in order to run apt-get you need root privileges and you do
not have them inside a Warden container of a DEA. Processes run as
unprivileged user "vcap" who cannot gain root privileges
I am sorry, but in order to run apt-get you need root privileges and you do
not have them inside a Warden container of a DEA. Processes run as
unprivileged user "vcap" who cannot gain root privileges
|
By
Pablo Alonso Rodriguez <palonsoro@...>
·
#553
·
|
|
Issues with offline ruby_buildpack, disconnected CF, and gems from Git
Hi all,
I’m currently working on a project where I have my gem source in our local git enterprise server, and I need to push an app that uses it to an instance of CF (v208) that is disconnected
Hi all,
I’m currently working on a project where I have my gem source in our local git enterprise server, and I need to push an app that uses it to an instance of CF (v208) that is disconnected
|
By
Josh Ghiloni
·
#552
·
|
|
Java Buildpack v3.1
I'm pleased to announce the release of the java-buildpack, version 3.1. This
release was focused on new monitoring frameworks and the Memory Calculator.
The Memory Calculator removes the need to
I'm pleased to announce the release of the java-buildpack, version 3.1. This
release was focused on new monitoring frameworks and the Memory Calculator.
The Memory Calculator removes the need to
|
By
Christopher Frost
·
#551
·
|
|
Custom build pack [ failed to install WineHQ]
Hi All,
I am trying to create a custom build pack. To create a stack like WineHQ
with some VS2010 C++ Runtime to run windows native services.
BuildPack :-
bin/compile
#!/usr/bin/env bash echo
Hi All,
I am trying to create a custom build pack. To create a stack like WineHQ
with some VS2010 C++ Runtime to run windows native services.
BuildPack :-
bin/compile
#!/usr/bin/env bash echo
|
By
Balaramaraju JLSP <balaramaraju@...>
·
#550
·
|
|
Re: Soliciting feedback on a UX change for route services
+1 for binding to a specific route (for all apps) instead of binding for
all routes of an app. One use-case that this will enable is
content-transformation service routers to only be applied on some
+1 for binding to a specific route (for all apps) instead of binding for
all routes of an app. One use-case that this will enable is
content-transformation service routers to only be applied on some
|
By
Guillaume Berche
·
#549
·
|
|
Re: How to get files from crash apps
i'm not sure if this is the right property or not, maybe dieu knows:
https://github.com/cloudfoundry/cf-release/blob/master/jobs/dea_next/spec#L65-L67
--
Thank you,
James Bayer
i'm not sure if this is the right property or not, maybe dieu knows:
https://github.com/cloudfoundry/cf-release/blob/master/jobs/dea_next/spec#L65-L67
--
Thank you,
James Bayer
|
By
James Bayer
·
#548
·
|
|
Re: Soliciting feedback on a UX change for route services
*I agree that space isn't needed, but I don't think we can remove it from
create-route until v7; that command already exists and space is a required
argument. Seems like it would be a backwards
*I agree that space isn't needed, but I don't think we can remove it from
create-route until v7; that command already exists and space is a required
argument. Seems like it would be a backwards
|
By
James Bayer
·
#547
·
|
|
Re: How to get files from crash apps
I am using DEA. But I didn’t found where the container was kept. Is it compressed and stored somewhere? I also took a look at /var/vcap/data/dea_next/crashes/id, it only contain the files in
I am using DEA. But I didn’t found where the container was kept. Is it compressed and stored somewhere? I also took a look at /var/vcap/data/dea_next/crashes/id, it only contain the files in
|
By
MaggieMeng
·
#546
·
|
|
Re: Soliciting feedback on a UX change for route services
I like the idea of binding to a route instead of an app. Much simpler
conceptually when considering a route can be bound to multiple apps.
I'm excited to eventually bind services to more CF entities
I like the idea of binding to a route instead of an app. Much simpler
conceptually when considering a route can be bound to multiple apps.
I'm excited to eventually bind services to more CF entities
|
By
Mike Youngstrom <youngm@...>
·
#545
·
|
|
Re: Soliciting feedback on a UX change for route services
Hi James,
All good suggestions; responses inline.
As we're still quite a ways from CLI work, and the proposed change is
somewhat fundamental, I'm primarily interested in determining whether
anyone
Hi James,
All good suggestions; responses inline.
As we're still quite a ways from CLI work, and the proposed change is
somewhat fundamental, I'm primarily interested in determining whether
anyone
|
By
Shannon Coen
·
#544
·
|
|
cf-release v212 is now available
Apologies for the delayed release notes. Currently travelling in the UK.
So sunny!
-----
The cf-release v212 was released on June 22nd, 2015
- IMPORTANT: Database migrations have been moved
Apologies for the delayed release notes. Currently travelling in the UK.
So sunny!
-----
The cf-release v212 was released on June 22nd, 2015
- IMPORTANT: Database migrations have been moved
|
By
Dieu Cao <dcao@...>
·
#543
·
|
|
Re: CfSummit slides
Thanks for the update to [1], this really helps to have access to slides
speakers shared.
Regards,
Guillaume.
[1] http://www.cfsummit.com/program/slides
wrote:
Thanks for the update to [1], this really helps to have access to slides
speakers shared.
Regards,
Guillaume.
[1] http://www.cfsummit.com/program/slides
wrote:
|
By
Guillaume Berche
·
#542
·
|