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>
Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
  • Loading branch information
AidanDelaney and natalieparellano committed Jun 6, 2024
1 parent 967a007 commit 14c73f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The [buildpacks `exec.d` interface](https://github.com/buildpacks/spec/blob/main
* Set Permissions: Ensure scripts have the appropriate execute permissions (chmod +x).
* Environment Variables: Use scripts to print `key="value"` pairs to the third open file descriptor.

### Example
### Examples

`exec.d` executables can be written in any language. We provide examples in bash, Go and Python that inject the `EXAMPLE="test"` into the runtime environment. It is important that environment variables are written to the third file descriptor which is inherited by the `exec.d` binary.

Expand Down

0 comments on commit 14c73f4

Please sign in to comment.