Skip to content

Commit fbddbfd

Browse files
authored
Merge branch 'main' into dependabot/github_actions/buildpacks/github-actions-5.2.0
2 parents d4926f5 + ad5a530 commit fbddbfd

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

content/docs/app-developer-guide/using-inline-buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Inline buildpacks aren't constrained to a single command, however. You can defin
3737
[[io.buildpacks.group]]
3838
id = "me/cleanup"
3939

40-
[io.buildpacks.script]
40+
[io.buildpacks.group.script]
4141
api = "0.9"
4242
inline = """
4343
set -e

data/talks.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@
99
# - name: Name of resource
1010
# icon: Icon name (font-awesome 5 - https://fontawesome.com/icons?d=gallery&p=2&m=free)
1111
# url: URL to resource
12+
- name: "Customizing your Buildpacks Build"
13+
presenters:
14+
- Natalie Arellano, VMware
15+
- Aidan Delaney, Bloomberg
16+
description: >-
17+
Cloud Native Buildpacks makes building container images as easy as running “pack build.” However,
18+
you will eventually want to customize that out-of-the-box experience. This talk explores the many
19+
buildpacks extension points that enable custom workflows. For application developers, we introduce
20+
inline buildpacks and build time environment variables. For platform operators, we present image
21+
extension with Dockerfiles, and how to control the level of customization available in order to
22+
adhere to security requirements.
23+
event_name: KubeCon EU
24+
youtube_id: ZrxAyk1-pSs
25+
year: 2023
26+
resources:
27+
- name: Slides
28+
icon: file-powerpoint
29+
url: https://docs.google.com/presentation/d/13eW9rm_lhrbRbwrk_sCeUCkitFI52OJRLbsGVy7eJmA/edit#slide=id.g879acc97aa_0_71
1230
- name: "Intro to Cloud Native Buildpacks"
1331
presenters:
1432
- Javier Romero, VMware

0 commit comments

Comments
 (0)