Registry / other / paketo-buildpacks-packit

paketo-buildpacks-packit

JSON →
library1.3.1gogounverified

Primitives for implementing Cloud Native Buildpacks following the CNB specification.

go get github.com/paketo-buildpacks/packit
INSTALL
IMPORT
SIG · PAKETO-BUILDPACKS-
P
paketo-buildpacks-packit
othergov1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

packit
github.com/paketo-buildpacks/packit

Run a buildpack with detect and build phases.

package main import ( "github.com/paketo-buildpacks/packit" ) func main() { packit.Run( packit.DetectFunc(func(context packit.DetectContext) (packit.DetectResult, error) { return packit.DetectResult{}, nil }), packit.BuildFunc(func(context packit.BuildContext) (packit.BuildResult, error) { return packit.BuildResult{}, nil }), ) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
paketo-buildpacks-packit — go get paketo-buildpacks-packit · libregistry