Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pack | 1,948 | 22 | 2 days ago | 110 | June 07, 2022 | 144 | apache-2.0 | Go | ||
CLI for building apps using Cloud Native Buildpacks | ||||||||||
Buildpacks | 859 | a day ago | 6 | April 24, 2021 | 62 | apache-2.0 | Go | |||
Builders and buildpacks designed to run on Google Cloud's container platforms | ||||||||||
Kpack | 781 | 7 | 3 days ago | 60 | June 10, 2022 | 103 | apache-2.0 | Go | ||
Kubernetes Native Container Build Service | ||||||||||
Java Buildpack | 421 | 4 days ago | 20 | apache-2.0 | Ruby | |||||
Cloud Foundry buildpack for running Java applications | ||||||||||
Staticfile Buildpack | 194 | 2 days ago | 116 | January 16, 2023 | 4 | apache-2.0 | Go | |||
Deploy static HTML/JS/CSS apps to Cloud Foundry | ||||||||||
Cloud Native Spring In Action | 192 | 2 months ago | 1 | apache-2.0 | Java | |||||
🍃 Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning) | ||||||||||
Samples | 168 | 24 days ago | 20 | apache-2.0 | Shell | |||||
Samples for Cloud Native Buildpacks | ||||||||||
Lifecycle | 158 | 38 | 3 days ago | 98 | January 27, 2023 | 76 | apache-2.0 | Go | ||
Reference implementation of the Cloud Native Buildpacks lifecycle | ||||||||||
Nodejs Buildpack | 157 | 11 days ago | 77 | March 21, 2018 | 6 | apache-2.0 | Go | |||
Cloud Foundry buildpack for Node.js | ||||||||||
Php Buildpack | 139 | a day ago | 7 | apache-2.0 | Python | |||||
A Cloud Foundry Buildpack for PHP. |
gcr.io/paketo-buildpacks/go
The Go Paketo Buildpack provides a set of collaborating buildpacks that enable the building of a Go-based application. These buildpacks include:
The buildpack supports building applications that use either the built-in Go
modules feature for managing
their dependencies. Usage examples can be found in the
samples
repository under the go
directory.
This buildpack also includes the following utility buildpacks:
Check out the Go Paketo Buildpack docs for more information.