Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kpack.md about recent kpack donation to CNCF #619

Merged
merged 4 commits into from
Nov 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions content/docs/tools/kpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title="kpack"
+++

[kpack][kpack] is a Kubernetes native platform maintained by [VMware][vmware] under the [VMware Tanzu project][vmware-tanzu] that utilizes unprivileged Kubernetes primitives to provide builds of OCI images as a platform implementation of Cloud Native Buildpacks (CNB).
[kpack][kpack] is a Kubernetes native platform, belonging to the Buildpacks [buildpacks] project. It utilizes unprivileged Kubernetes primitives to provide builds of OCI images as a platform implementation of Cloud Native Buildpacks (CNB).
AidanDelaney marked this conversation as resolved.
Show resolved Hide resolved
<!--more-->

## Use
Expand Down Expand Up @@ -35,9 +35,12 @@ kpack is also accompanied by a handy CLI utility called [kpack CLI][cli] that le
- [kpack GitHub repository][kpack]
- [kpack CLI Github repository][cli]
- [kpack tutorial][tutorial]
- [kpack Donation announcement] [announcement]

[vmware]: https://www.vmware.com/company.html
[vmware-tanzu]: https://tanzu.vmware.com/build-service
[kpack]: https://github.com/pivotal/kpack
[tutorial]: https://github.com/pivotal/kpack/blob/master/docs/tutorial.md
[cli]: https://github.com/vmware-tanzu/kpack-cli/blob/master/docs/kp.md
[cli]: https://github.com/vmware-tanzu/kpack-cli/blob/master/docs/kp.md
[buildpacks]: https://buildpacks.io
[announcement]: https://medium.com/buildpacks/kpack-joins-the-buildpacks-community-organization-223e59bda951