Frankie G-J
Frankie G-J
After the conversation in the Working Group meeting on 3/31/22, @kzantow and @spiffcs mentioned that it'd be useful to know what syft internal packages I copied to build working implementations...
Hi there! Paketo buildpacks maintainer, here. We're seeing our end-users have issues with the current empty-string format for the main module version because it [breaks their SBOM-merging](https://github.com/paketo-buildpacks/go-build/issues/302). Would love to...
As a buildpack author, I think it's vital for kpack users to be able to see buildpacks' log output from the detect phase. This is where I frequently see support...
I'd _expect_ that all of the buildpacks enumerated there would contain identical layers for the ca-certificates, image-labels, and environment-variables buildpacks, at least. Though, in unfortunate cases where the composite buildpacks...
I like this idea. @fgrehm is there a sample application you could provide that demonstrates this Go + nodejs asset compilation use case?
@jpena-r7 That makes sense to me, since the upstream dependency is supposed to work for all linux consumers. Are you interested in multi-arch support as well? I'm not sure if...
Ideally, I'd like to include _both_ auto-generated release notes from release-drafter *and* additional metadata that I calculate at release-time.
An `$INPUT_DESCRIPTION` variable in the release template would work nicely for us.
@mmuehlberger In the meantime, this is how my team has gotten around the limitation: https://github.com/paketo-buildpacks/full-builder/blob/ab4f99c7a5b0563d8168b8b34ae38974a348de1c/.github/workflows/create-release.yml#L77-L92 We have a follow-up step that interacts with the Github API directly to update the...
I am also dealing with this issue. In fact, the growing heap allocations from this client eventually cause my service to be out-of-memory killed. In this flame chart showing total...