Skip to content

Commit

Permalink
Updates the landing page (#719)
Browse files Browse the repository at this point in the history
* Updates the landing page
Changes the order of talks by time

Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>

* fixes a broken link

Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>

* fixes the community page link

Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>

* adds reviewers' feedback

Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>

---------

Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
  • Loading branch information
hyounes4560 committed Jun 4, 2024
1 parent b8c5e1f commit 3ec1c78
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 30 deletions.
46 changes: 36 additions & 10 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,30 @@ weight=1
summary="Get started with Cloud Native Buildpacks."
+++

## Talks
## Welcome

{{< talks >}}
Cloud Native Buildpacks (CNBs) transform your application source code into [container images](https://github.com/opencontainers/image-spec/blob/main/spec.md) that can run on any cloud.

With buildpacks, organizations can concentrate the knowledge of container build best practices within a specialized team, instead of having application developers across the organization individually maintain their own Dockerfiles. This makes it easier to know what is inside application images, enforce security and compliance requirements, and perform upgrades with minimal effort and intervention.

The CNB project was initiated by Pivotal and Heroku in January 2018 and joined the Cloud Native Computing Foundation (CNCF) as an Apache-2.0 licensed project in October 2018. It is currently an incubating project within the CNCF.

---

## Tutorials

* [An App’s Brief Journey from Source to Image](/docs/app-journey/) - An easy-to-follow introduction to Cloud Native Buildpacks using `pack`, a command line tool for Cloud Native Buildpacks.
* [Creating a Cloud Native Buildpack](/docs/for-buildpack-authors/tutorials/basic-buildpack) - Tutorial walking through the creation of a simple Ruby buildpack.
* [How to write a basic buildpack](/docs/for-buildpack-authors/tutorials/basic-buildpack) - A tutorial walking through the creation of an example NodeJS buildpack.

---

## Going deeper

See how-to guides, concepts, and tutorials tailored to specific personas:

* [App Developers](/docs/for-app-developers/)
* [Buildpack Authors](/docs/for-buildpack-authors/)
* [Operators](/docs/for-platform-operators/)
* [App Developers](/docs/for-app-developers/)
* [Buildpack Authors](/docs/for-buildpack-authors/)
* [Operators](/docs/for-platform-operators/)

## [Tools](/docs/for-platform-operators/)

Expand All @@ -31,6 +37,8 @@ See how-to guides, concepts, and tutorials tailored to specific personas:
* **[Pack](/docs/for-platform-operators/how-to/integrate-ci/pack)** - {{< summary "/docs/for-platform-operators/how-to/integrate-ci/pack" >}}
* **[Tekton](/docs/for-platform-operators/how-to/integrate-ci/tekton)** - {{< summary "/docs/for-platform-operators/how-to/integrate-ci/tekton" >}}

---

## [Reference](/docs/reference/)

Reference documents for various key aspects of the project.
Expand All @@ -40,18 +48,36 @@ Reference documents for various key aspects of the project.

---

# Community and Support
## Talks

We love talks to share the latest development updates, explain buildpacks basics and more, receive feedback and questions, and get to know other members of the community.

### Conference Talks

Check out some of our most recent and exciting conference talks below. More talks are available in our [Conference Talks Playlist](https://www.youtube.com/playlist?list=PL1p8pquzNvRqz3v7Q-OA7wldIxLCNFHcC) on YouTube.

{{< talks >}}

If you are interested in giving a talk about buildpacks, the linked slides may provide a useful starting point. Please feel free to reach out in Slack if you'd like input or help from the CNB team!

### Meetings

Feel free to look through the archive of previous community meetings in our [Working Group Playlist](https://www.youtube.com/playlist?list=PL1p8pquzNvRpDbbgZ0db0MRA-W5_w0G1U) on YouTube. If you would like to attend a Working Group meeting, check out our [community](/community/) page.

---

## Community and Support

Cloud Native Buildpacks is an incubating project in the CNCF. We welcome contribution from the community. Here you will find helpful information for interacting with the core team and contributing to the project.

## Community
### Community

The best place to contact the Cloud Native Buildpack team is on the [CNCF Slack](https://slack.cncf.io/) in the #buildpacks or [mailing list](https://lists.cncf.io/g/cncf-buildpacks).

## Contributor's Guide
### Contributor's Guide

Find out the various ways that _you_ can contribute to the Cloud Native Buildpacks project using our [contributor's guide](https://github.com/buildpacks/community/blob/main/contributors/guide.md).

## Project Roadmap
### Project Roadmap

This is a community driven project and our roadmap is publicly available on our [Github page](https://github.com/buildpacks/community/blob/main/ROADMAP.md). We encourage you to contribute with feature requests.
41 changes: 21 additions & 20 deletions data/talks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# - name (required): Name of video
# description: Short video description
# event_name: Name of the event
# preseters: Presenters of talk
# presenters: Presenters of talk
# - Name, Employer
# youtube_id (required): URL to video
# year (required): Year recorded
Expand Down Expand Up @@ -78,25 +78,6 @@
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/1Ejo8Mf7GXxVHL7PjiApCZMJLtbX6VO8n2H7vEcZkV0I/view
- name: "Pack to the Future: Cloud-Native Buildpacks on k8s"
presenters:
- Emily Casey, Pivotal
- Joe Kutner, Heroku
description: >-
Are you a developer that would rather build features than maintain Dockerfiles? Is your organization
excited about Kubernetes but worried about patching vulnerable dependencies across a great number of
containers? In this talk, you’ll learn how to use the pack CLI to go from source to image in seconds
and patch a pod even faster. Cloud Foundry and Heroku users have long appreciated the developer
experience and security guarantees provided by buildpacks. Cloud-Native Buildpacks (a CNCF sandbox
project) represents a generational leap in buildpacks, bringing the power of buildpacks to k8s and
beyond.
event_name: SpringOne Platform
youtube_id: J2SXkmOo8iQ
year: 2019
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/14rkLA2hn3nVu_liiW6Y7hy3hSsnz1HueEdLkhvChONM/view
- name: "Production CI/CD w/CNBs: Tekton, Gitlab & CircleCI(plus), Oh My!"
presenters:
- David Freilich, VMware
Expand Down Expand Up @@ -146,3 +127,23 @@
- name: Slides
icon: file-powerpoint
url: https://slides.com/danielleadams/cnbs-node-js-interactive-19
- name: "Pack to the Future: Cloud-Native Buildpacks on k8s"
presenters:
- Emily Casey, Pivotal
- Joe Kutner, Heroku
description: >-
Are you a developer that would rather build features than maintain Dockerfiles? Is your organization
excited about Kubernetes but worried about patching vulnerable dependencies across a great number of
containers? In this talk, you’ll learn how to use the pack CLI to go from source to image in seconds
and patch a pod even faster. Cloud Foundry and Heroku users have long appreciated the developer
experience and security guarantees provided by buildpacks. Cloud-Native Buildpacks (a CNCF sandbox
project) represents a generational leap in buildpacks, bringing the power of buildpacks to k8s and
beyond.
event_name: SpringOne Platform
youtube_id: J2SXkmOo8iQ
year: 2019
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/14rkLA2hn3nVu_liiW6Y7hy3hSsnz1HueEdLkhvChONM/view

0 comments on commit 3ec1c78

Please sign in to comment.