Skip to content

Commit 12d53e6

Browse files
authored
Merge pull request cds-hooks#480 from buildpacks/feature/kubecon-na-talk
Add KubeCon NA talk, display event information
2 parents 1fe2c6c + 360cf37 commit 12d53e6

File tree

2 files changed

+61
-32
lines changed

2 files changed

+61
-32
lines changed

data/talks.yml

Lines changed: 58 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
# - name (required): Name of video
22
# description: Short video description
3+
# event_name: Name of the event
34
# preseters: Presenters of talk
45
# - Name, Employer
56
# youtube_id (required): URL to video
6-
# year: Year recorded
7+
# year (required): Year recorded
78
# resources: Resources to link to
89
# - name: Name of resource
910
# icon: Icon name (font-awesome 5 - https://fontawesome.com/icons?d=gallery&p=2&m=free)
1011
# url: URL to resource
11-
- name: "Unraveling the magic behind Buildpacks"
12+
- name: "Intro to Cloud Native Buildpacks"
1213
presenters:
14+
- Javier Romero, VMware
1315
- Sambhav Kothari, Bloomberg
14-
- Natalie Arellano, VMware
1516
description: >-
16-
In this talk we will explore how lifecycle - the binary at the heart of buildpacks - makes all this possible.
17-
We will be going through the 5 different stages that the lifecycle executes - detect, analyze, restore,
18-
build and finally export and how it stitches up the final OCI image.
19-
youtube_id: YoPUu8EryFY
17+
Cloud Native Buildpacks transform your application source code into images that can run on any cloud.
18+
In this session you'll learn the basics of using buildpacks, why they make a great choice over the
19+
alternatives, and what new features the project has to offer. Cloud Native Buildpacks embrace modern
20+
container standards, such as the OCI image format. They take advantage of the latest capabilities of
21+
these standards, such as cross-repository blob mounting and image layer "rebasing" on Docker API v2
22+
registries.
23+
event_name: KubeCon NA
24+
youtube_id: bpshvqQMYM0
2025
year: 2021
2126
resources:
2227
- name: Slides
2328
icon: file-powerpoint
24-
url: https://docs.google.com/presentation/d/1Ejo8Mf7GXxVHL7PjiApCZMJLtbX6VO8n2H7vEcZkV0I/view
29+
url: https://docs.google.com/presentation/d/13j_Im9ZLPpAKmQmMSkkeZS9e4Tebhjc_bz8yTF8dR_w/edit?usp=sharing
2530
- name: "Introduction to Cloud Native Buildpacks"
2631
presenters:
2732
- Stephen Levine, VMware
@@ -30,6 +35,7 @@
3035
Cloud Native Buildpacks transform your application source code into images that can run on any cloud.
3136
In this session you'll learn the basics of using buildpacks, and why they make a great choice over
3237
the alternatives.
38+
event_name: KubeCon EU
3339
youtube_id: r7VfuEHixtc
3440
year: 2021
3541
resources:
@@ -39,20 +45,21 @@
3945
- name: Slides (Office Hours)
4046
icon: file-powerpoint
4147
url: https://docs.google.com/presentation/d/1eM-p7aWv6kiY77GBUR4kvdjuEBA-PEr_th9euNryoJE/view
42-
- name: "Deep Dive: Cloud Native Buildpacks"
48+
- name: "Unraveling the magic behind Buildpacks"
4349
presenters:
44-
- Joe Kutner, Heroku
45-
- Stephen Levine, Pivotal
50+
- Sambhav Kothari, Bloomberg
51+
- Natalie Arellano, VMware
4652
description: >-
47-
Learn why you need a buildpack and how to create one. We'll take advantage of caching and Docker
48-
layers to speed up rebuilds and deploys. Unlike Dockerfiles, buildpacks are composable. Finally,
49-
you'll learn how to rebase your application layers on a new image. This allow operators to efficiently
50-
handle the delivery of OS-level dependency upgrades.
51-
youtube_id: j9Ak5YLrihU
53+
In this talk we will explore how lifecycle - the binary at the heart of buildpacks - makes all this possible.
54+
We will be going through the 5 different stages that the lifecycle executes - detect, analyze, restore,
55+
build and finally export and how it stitches up the final OCI image.
56+
event_name: PackagingCon
57+
youtube_id: YoPUu8EryFY
58+
year: 2021
5259
resources:
5360
- name: Slides
5461
icon: file-powerpoint
55-
url: https://docs.google.com/presentation/d/14cjPH520VGx9aGi4rHRIqgl7RHdUmCRj6PYFEBINPhs/view
62+
url: https://docs.google.com/presentation/d/1Ejo8Mf7GXxVHL7PjiApCZMJLtbX6VO8n2H7vEcZkV0I/view
5663
- name: "Pack to the Future: Cloud-Native Buildpacks on k8s"
5764
presenters:
5865
- Emily Casey, Pivotal
@@ -65,12 +72,45 @@
6572
experience and security guarantees provided by buildpacks. Cloud-Native Buildpacks (a CNCF sandbox
6673
project) represents a generational leap in buildpacks, bringing the power of buildpacks to k8s and
6774
beyond.
75+
event_name: SpringOne Platform
6876
youtube_id: J2SXkmOo8iQ
6977
year: 2019
7078
resources:
7179
- name: Slides
7280
icon: file-powerpoint
7381
url: https://docs.google.com/presentation/d/14rkLA2hn3nVu_liiW6Y7hy3hSsnz1HueEdLkhvChONM/view
82+
- name: "Production CI/CD w/CNBs: Tekton, Gitlab & CircleCI(plus), Oh My!"
83+
presenters:
84+
- David Freilich, VMware
85+
- Natalie Arellano, VMware
86+
description: >-
87+
Dive into some new functionality of Cloud Native Buildpacks which can be powerful in the enterprise
88+
context, such as the ability to narrowly define trusted builders, allowing developers and operators
89+
to restrict access to registry credentials, as well as the ability to create Windows images in a
90+
number of CI/CD systems, including Tekton, Gitlab and CircleCI.
91+
event_name: KubeCon NA
92+
youtube_id: RNN8XwRWGjk
93+
year: 2020
94+
resources:
95+
- name: Slides
96+
icon: file-powerpoint
97+
url: https://docs.google.com/presentation/d/1vDv33oHU277mh6oCP7vBqQomMpPFIuzSmMTtfaQyBoY/view
98+
- name: "Deep Dive: Cloud Native Buildpacks"
99+
presenters:
100+
- Joe Kutner, Heroku
101+
- Stephen Levine, Pivotal
102+
year: 2019
103+
description: >-
104+
Learn why you need a buildpack and how to create one. We'll take advantage of caching and Docker
105+
layers to speed up rebuilds and deploys. Unlike Dockerfiles, buildpacks are composable. Finally,
106+
you'll learn how to rebase your application layers on a new image. This allow operators to efficiently
107+
handle the delivery of OS-level dependency upgrades.
108+
event_name: KubeCon NA
109+
youtube_id: j9Ak5YLrihU
110+
resources:
111+
- name: Slides
112+
icon: file-powerpoint
113+
url: https://docs.google.com/presentation/d/14cjPH520VGx9aGi4rHRIqgl7RHdUmCRj6PYFEBINPhs/view
74114
- name: "Cloud Native Buildpacks: Containers for Everyone"
75115
presenters:
76116
- Danielle Adams, Heroku
@@ -81,24 +121,10 @@
81121
In this talk, Node developers can learn how to perform both OS and application-level upgrades,
82122
create Docker images without Dockerfiles, and run containerized Node.js apps with little
83123
configuration. (Docker experience not required.)
124+
event_name: Node+JS Interactive
84125
youtube_id: "-u5FIbi3Gs8"
85126
year: 2019
86127
resources:
87128
- name: Slides
88129
icon: file-powerpoint
89130
url: https://slides.com/danielleadams/cnbs-node-js-interactive-19
90-
- name: "Production CI/CD w/CNBs: Tekton, Gitlab & CircleCI(plus), Oh My!"
91-
presenters:
92-
- David Freilich, VMware
93-
- Natalie Arellano, VMware
94-
description: >-
95-
Dive into some new functionality of Cloud Native Buildpacks which can be powerful in the enterprise
96-
context, such as the ability to narrowly define trusted builders, allowing developers and operators
97-
to restrict access to registry credentials, as well as the ability to create Windows images in a
98-
number of CI/CD systems, including Tekton, Gitlab and CircleCI.
99-
youtube_id: RNN8XwRWGjk
100-
year: 2020
101-
resources:
102-
- name: Slides
103-
icon: file-powerpoint
104-
url: https://docs.google.com/presentation/d/1vDv33oHU277mh6oCP7vBqQomMpPFIuzSmMTtfaQyBoY/view

themes/buildpacks/layouts/shortcodes/talks.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<span class="talks-presenter">{{$presenter}}</span>
2020
{{ end }}
2121
</div>
22+
<div class="small bg-pink px-1 d-inline-block rounded text-light">
23+
{{ $talk.event_name }} ({{ $talk.year }})
24+
</div>
2225
</div>
2326
{{ end }}
2427
</div>

0 commit comments

Comments
 (0)