Frankie G-J

Results 11 issues of Frankie G-J

I'm interested in using `env.Marshal()` to facilitate logging the environment variables that are set in build configuration for several [Paketo Buildpacks](https://github.com/orgs/paketo-buildpacks/repositories). We'd like to use the `default=` tag on some...

I have a workflow in which I'd like to use the output from a previous step in my release job (which calculates some release metadata) as the body of the...

**What would you like to be added**: As the Syft JSON schema evolves, ensure that non-reproducible fields are optional so that users can generate spec-compliant SBOMs that are reproducible. **Why...

discussion

I noticed [this issue with pack](https://github.com/buildpacks/pack/issues/1081) where `pack builder create` produces builder images with multiple copies of an identical layer. This happens when a builder contains metabuildpacks that include some...

bug

### Summary This was initially uncovered in https://github.com/paketo-buildpacks/dotnet-publish/pull/356, where the Paketo buildpacks use .NET Core project names as process types. Some of these look like `Steeltoe.Demo`. It's common for .NET...

type/bug
status/triage

**What would you like to be added**: #726 brought initial support for generating SBOMs for NuGet packages 🎉 . One significant gap in the metadata in those SBOMs is license...

enhancement
good-first-issue

## Describe the Enhancement [.NET Core RFC 0005](https://github.com/paketo-buildpacks/rfcs/blob/ccfbcb20e4643d9883998ae47ae7a37c92aa3f90/text/dotnet-core/0005-simplify-runtime-dependency.md) has been approved and merged. This is the tracking issue for implementing it. ## Possible Solution - [x] Create a new .NET...

.NET Core 3.1 is the oldest supported LTS version of .NET Core. It's [going out of support](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) on December 13 2022. Typically, Paketo buildpacks do not maintain dependency version lines...

## Describe the Enhancement It's a common pattern in .NET apps for one "app" to contain several projects. Like [this test fixture](https://github.com/paketo-buildpacks/dotnet-core/blob/0e8e7ad0b4d066039d51931e59bcc626b7664f8c/integration/testdata/transitive-project-reference/WebApi.sln). Often, when users first attempt to build these...

I haven't been able to get the PHP buildpack to build the Symfony 5 demo app. Expected behaviour is that the buildpack should be able to build this app, as...