Skip to content

Commit

Permalink
Merge branch 'main' into extensionsconsumers
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanDelaney authored Jun 10, 2023
2 parents 54a521c + ad5a530 commit 101bbc3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Inline buildpacks aren't constrained to a single command, however. You can defin
[[io.buildpacks.group]]
id = "me/cleanup"

[io.buildpacks.script]
[io.buildpacks.group.script]
api = "0.9"
inline = """
set -e
Expand Down
18 changes: 18 additions & 0 deletions data/talks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@
# - name: Name of resource
# icon: Icon name (font-awesome 5 - https://fontawesome.com/icons?d=gallery&p=2&m=free)
# url: URL to resource
- name: "Customizing your Buildpacks Build"
presenters:
- Natalie Arellano, VMware
- Aidan Delaney, Bloomberg
description: >-
Cloud Native Buildpacks makes building container images as easy as running “pack build.” However,
you will eventually want to customize that out-of-the-box experience. This talk explores the many
buildpacks extension points that enable custom workflows. For application developers, we introduce
inline buildpacks and build time environment variables. For platform operators, we present image
extension with Dockerfiles, and how to control the level of customization available in order to
adhere to security requirements.
event_name: KubeCon EU
youtube_id: ZrxAyk1-pSs
year: 2023
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/13eW9rm_lhrbRbwrk_sCeUCkitFI52OJRLbsGVy7eJmA/edit#slide=id.g879acc97aa_0_71
- name: "Intro to Cloud Native Buildpacks"
presenters:
- Javier Romero, VMware
Expand Down

0 comments on commit 101bbc3

Please sign in to comment.