Skip to content

Commit

Permalink
Update content/docs/for-buildpack-authors/how-to/write-buildpacks/use…
Browse files Browse the repository at this point in the history
…-exec.d.md

Co-authored-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
  • Loading branch information
AidanDelaney and natalieparellano authored Jun 3, 2024
1 parent 1c65bee commit 2b051d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The [buildpacks `exec.d` interface](https://github.com/buildpacks/spec/blob/main
## Implementation Steps:
* Write Scripts: Create executable scripts within the `<layer>/exec.d/` directory.
* Set Permissions: Ensure scripts have the appropriate execute permissions (chmod +x).
* Environment Variables: Use scripts to print `key="value"` pairs to the file descriptor passed as the first argument to the executable.
* Environment Variables: Use scripts to print `key="value"` pairs to the third open file descriptor.

### Example

Expand Down

0 comments on commit 2b051d6

Please sign in to comment.