Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildpacks/pack
CLI for building apps using Cloud Native Buildpacks
https://github.com/buildpacks/pack
buildpacks cloud-native-buildpacks cncf
Last synced: 4 days ago
JSON representation
CLI for building apps using Cloud Native Buildpacks
- Host: GitHub
- URL: https://github.com/buildpacks/pack
- Owner: buildpacks
- License: apache-2.0
- Created: 2018-06-25T04:41:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T22:08:11.000Z (about 2 months ago)
- Last Synced: 2024-10-29T10:54:19.328Z (about 1 month ago)
- Topics: buildpacks, cloud-native-buildpacks, cncf
- Language: Go
- Homepage: https://buildpacks.io
- Size: 42.8 MB
- Stars: 2,568
- Watchers: 29
- Forks: 286
- Open Issues: 129
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome - pack - Local CLI for building apps using Cloud Native Buildpacks (Go)
- awesome-repositories - buildpacks/pack - CLI for building apps using Cloud Native Buildpacks (Go)
README
# pack - Buildpack CLI
[![Build results](https://github.com/buildpacks/pack/workflows/build/badge.svg)](https://github.com/buildpacks/pack/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/buildpacks/pack)](https://goreportcard.com/report/github.com/buildpacks/pack)
[![codecov](https://codecov.io/gh/buildpacks/pack/branch/main/graph/badge.svg)](https://codecov.io/gh/buildpacks/pack)
[![GoDoc](https://godoc.org/github.com/buildpacks/pack?status.svg)](https://godoc.org/github.com/buildpacks/pack)
[![GitHub license](https://img.shields.io/github/license/buildpacks/pack)](https://github.com/buildpacks/pack/blob/main/LICENSE)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4748/badge)](https://bestpractices.coreinfrastructure.org/projects/4748)
[![Slack](https://img.shields.io/badge/slack-join-ff69b4.svg?logo=slack)](https://slack.cncf.io/)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/buildpacks/pack)`pack` makes it easy for...
- [**App Developers**][app-dev] to use buildpacks to convert code into runnable images.
- [**Buildpack Authors**][bp-author] to develop and package buildpacks for distribution.
- [**Operators**][operator] to package buildpacks for distribution and maintain applications.## Usage
## Getting Started
Get started by running through our tutorial: [An App’s Brief Journey from Source to Image][getting-started]## Contributing
- [CONTRIBUTING](CONTRIBUTING.md) - Information on how to contribute, including the pull request process.
- [DEVELOPMENT](DEVELOPMENT.md) - Further detail to help you during the development process.
- [RELEASE](RELEASE.md) - Further details about our release process.## Documentation
Check out the command line documentation [here][pack-docs]## Specifications
`pack` is a CLI implementation of the [Platform Interface Specification][platform-spec] for [Cloud Native Buildpacks][buildpacks.io].To learn more about the details, check out the [specs repository][specs].
[app-dev]: https://buildpacks.io/docs/for-app-developers/
[bp-author]: https://buildpacks.io/docs/for-buildpack-authors/
[operator]: https://buildpacks.io/docs/for-platform-operators/
[buildpacks.io]: https://buildpacks.io/
[install-pack]: https://buildpacks.io/docs/install-pack/
[getting-started]: https://buildpacks.io/docs/app-journey
[specs]: https://github.com/buildpacks/spec/
[platform-spec]: https://github.com/buildpacks/spec/blob/main/platform.md
[pack-docs]: https://buildpacks.io/docs/tools/pack/cli/pack/