fn icon indicating copy to clipboard operation
fn copied to clipboard

The container native, cloud agnostic serverless platform.

Results 113 fn issues
Sort by recently updated
recently updated
newest added

There's a need to bump minimum docker version to 18.09.2 due to CVE-2019-5736 (runc sec issue).

posting to help/save anyone from trying this if they search beforehand, though it'd be great if there was an easy fix, this has potential anyway for an easy but solid...

People would like to use CORS, but the UX as for now is not that great. It would be better to let developers return CORS from the inside of a...

With #988 and #1036 in place, we can have immutable function versions with just a little bit more work. We need to capture the sha of a docker image at...

waiting

Current script assumes that `/usr/local/bin` is in `PATH` then the installation fails on CentOS 7 because it is not in the default PATH. This was discussed also in #973 and...

**Description** At this moment we have OSS Fn deployed in a distributed mode: 1 API node (FN_NODE_TYPE=api) 3 runner nodes (FN_NODE_TYPE=pure_runner) 1 runner LB (FN_NODE_TYPE=lb) **Steps to reproduce the issue:**...

- Link to issue this resolves - What I did This allows for an Fn server to customize the path of the invoke URLs it handles - How I did...

- What I did Preliminary support for dynamically loadable extensions. Doesn't (yet) include ability to specify loading them at runtime. - How I did it Uses golang "plugins" to load...

Recently Nvidia shared libraries enabling GPU intensive computations in Docker enabled environments. That's a great improvement for all mathematicians and data scientists. Let's imagine Fn cluster enabling users access to...

I've created this PR to request support for building a snap package of fn. Snaps are cross-distro Linux software packages, supported on LTS and non-LTS Ubuntu, as well as many...