|
1 | 1 | # - name (required): Name of video |
2 | 2 | # description: Short video description |
| 3 | +# event_name: Name of the event |
3 | 4 | # preseters: Presenters of talk |
4 | 5 | # - Name, Employer |
5 | 6 | # youtube_id (required): URL to video |
6 | | -# year: Year recorded |
| 7 | +# year (required): Year recorded |
7 | 8 | # resources: Resources to link to |
8 | 9 | # - name: Name of resource |
9 | 10 | # icon: Icon name (font-awesome 5 - https://fontawesome.com/icons?d=gallery&p=2&m=free) |
10 | 11 | # url: URL to resource |
11 | | -- name: "Unraveling the magic behind Buildpacks" |
| 12 | +- name: "Intro to Cloud Native Buildpacks" |
12 | 13 | presenters: |
| 14 | + - Javier Romero, VMware |
13 | 15 | - Sambhav Kothari, Bloomberg |
14 | | - - Natalie Arellano, VMware |
15 | 16 | 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 |
20 | 25 | year: 2021 |
21 | 26 | resources: |
22 | 27 | - name: Slides |
23 | 28 | 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 |
25 | 30 | - name: "Introduction to Cloud Native Buildpacks" |
26 | 31 | presenters: |
27 | 32 | - Stephen Levine, VMware |
|
30 | 35 | Cloud Native Buildpacks transform your application source code into images that can run on any cloud. |
31 | 36 | In this session you'll learn the basics of using buildpacks, and why they make a great choice over |
32 | 37 | the alternatives. |
| 38 | + event_name: KubeCon EU |
33 | 39 | youtube_id: r7VfuEHixtc |
34 | 40 | year: 2021 |
35 | 41 | resources: |
|
39 | 45 | - name: Slides (Office Hours) |
40 | 46 | icon: file-powerpoint |
41 | 47 | 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" |
43 | 49 | presenters: |
44 | | - - Joe Kutner, Heroku |
45 | | - - Stephen Levine, Pivotal |
| 50 | + - Sambhav Kothari, Bloomberg |
| 51 | + - Natalie Arellano, VMware |
46 | 52 | 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 |
52 | 59 | resources: |
53 | 60 | - name: Slides |
54 | 61 | icon: file-powerpoint |
55 | | - url: https://docs.google.com/presentation/d/14cjPH520VGx9aGi4rHRIqgl7RHdUmCRj6PYFEBINPhs/view |
| 62 | + url: https://docs.google.com/presentation/d/1Ejo8Mf7GXxVHL7PjiApCZMJLtbX6VO8n2H7vEcZkV0I/view |
56 | 63 | - name: "Pack to the Future: Cloud-Native Buildpacks on k8s" |
57 | 64 | presenters: |
58 | 65 | - Emily Casey, Pivotal |
|
65 | 72 | experience and security guarantees provided by buildpacks. Cloud-Native Buildpacks (a CNCF sandbox |
66 | 73 | project) represents a generational leap in buildpacks, bringing the power of buildpacks to k8s and |
67 | 74 | beyond. |
| 75 | + event_name: SpringOne Platform |
68 | 76 | youtube_id: J2SXkmOo8iQ |
69 | 77 | year: 2019 |
70 | 78 | resources: |
71 | 79 | - name: Slides |
72 | 80 | icon: file-powerpoint |
73 | 81 | 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 |
74 | 114 | - name: "Cloud Native Buildpacks: Containers for Everyone" |
75 | 115 | presenters: |
76 | 116 | - Danielle Adams, Heroku |
|
81 | 121 | In this talk, Node developers can learn how to perform both OS and application-level upgrades, |
82 | 122 | create Docker images without Dockerfiles, and run containerized Node.js apps with little |
83 | 123 | configuration. (Docker experience not required.) |
| 124 | + event_name: Node+JS Interactive |
84 | 125 | youtube_id: "-u5FIbi3Gs8" |
85 | 126 | year: 2019 |
86 | 127 | resources: |
87 | 128 | - name: Slides |
88 | 129 | icon: file-powerpoint |
89 | 130 | 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 |
|
0 commit comments