-
# Project Introduction
Support and update the [Python Function Framework](https://github.com/OpenFunction/functions-framework-python) for OpenFunction.
## Project Goals
Update the Python Func…
-
### Description
Edit: During a conversation in one of the weekly meetings, we were thinking that this could be expanded with minimal additional engineering effort to include any OCI artifact and no…
-
### Description
The Cloud Native Buildpacks Docker Hub repos (buildpacksio and (cnbs)(https://hub.docker.com/u/cnbs)) look pretty sketchy. cnbs is understandable, given that it seems like we only h…
-
Hey,
Thanks for the great tool!
I’m wondering how interested you’d be in collaborating with the Cloud Native Buildpacks (CNB) project? The TLDR; of the CNB project is provide tools to build OCI…
-
Greetings,
First off, thank you for this buildpack. We're currently exploring deploys that can target both Heroku and a Docker platform and this seems like a good fit.
One area that we are havin…
-
I create a spring boot app with Dynamic buildpack, the app failed to start with `Terminating due to java.lang.OutOfMemoryError: Metaspace` error.
The OOM app sample respo: https://github.com/zhoufenq…
-
Would be great to support JSON format for logs generated during startup.
## Describe the Enhancement
As is a common practice, we configured all containers to spit out logs in JSON format. Howeve…
-
The docker image tries to build with cedar-14.
-
Hi All,
Having some issue with running image build with spring boot buildpacks via `bootBuildImage`. I've run the image locally and in a dummy rancher k8s env, and it runs fine.
The app runs a…
-
I have an app that consists of a backend (Java) and a UI (static html files). The jar and the HTML files are then assembled into a WAR.
What does cflocal offer in such a case? I want to be able to …