Ryan Moran

Results 11 issues of Ryan Moran

The current [media-type definition](https://www.iana.org/assignments/media-types/application/spdx+json) specifies that there are no optional parameters. This makes hinting the specification versions supported by an API difficult. Instead of being able to specify a precise...

profile: core

[RFC](https://github.com/paketo-buildpacks/rfcs/blob/main/text/0052-graceful-stack-upgrades.md) ## Summary All Paketo Buildpacks should support graceful stack upgrades between the current Bionic and Jammy stacks. For most buildpacks, this should not require any changes, but for some...

type:enhancement

[RFC](https://github.com/paketo-buildpacks/rfcs/blob/main/text/0052-graceful-stack-upgrades.md) ## Summary All Paketo Buildpacks should support graceful stack upgrades between the current Bionic and Jammy stacks. For most buildpacks, this should not require any changes, but for some...

[RFC](https://github.com/paketo-buildpacks/rfcs/blob/main/text/go/0002-dependencies.md) ## Summary Remove the Paketo-hosted dependency. The buildpack can use the dependency that is provided by Go which can be parsed from a JSON payload of thier [download page](https://go.dev/dl/https://go.dev/dl/?mode=json&include=all)...

# Exploration Summary Enabling support for running .Net Core applications on top of the Tiny stack required only a few, relatively simple changes to the existing buildpacks. I've outlined those...

enhancement

## Describe the Enhancement I'd like to be able to use `node-gyp` to install native addons to `node_modules`. Some of these native addons require a Python interpreter. This will only...

The current set of buildpacks installs a version of `npm` based on the chosen version of `node`. Sometimes users will want to choose a different version of `npm` than the...

enhancement

[RFC](https://github.com/paketo-buildpacks/rfcs/blob/main/text/nodejs/0014-yarn-berry.md) ## Summary The Paketo Node.js Buildpack supports building apps which use [Yarn](https://yarnpkg.com/) as a package/project management tool. Over the last few years, the developers of Yarn have released new...

I spent some time today looking though each of the examples in the repo in order to try to gain some more context for some of the points of view...

[RFC](https://github.com/paketo-buildpacks/rfcs/blob/main/text/0032-reloadable-process-types.md) ## Summary Any relevant Paketo buildpacks should provide support to allow process reloading in the container. ## Buildpacks to implement * [ ] [`puma`](https://github.com/paketo-buildpacks/puma) * [ ] [`thin`](https://github.com/paketo-buildpacks/thin) *...

enhancement