Skip to content

Commit

Permalink
Merge pull request #152 from buildpacks/process-type-character-restri…
Browse files Browse the repository at this point in the history
…ctions

Adds character restrictions for process types.
  • Loading branch information
ekcasey authored Oct 14, 2020
2 parents 0aea8c9 + 271703e commit 86833ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,9 @@ If multiple buildpacks define labels with the same key, the lifecycle MUST use t

For each process, the buildpack:

- MUST specify a `type` that is not identical to other process types provided by the same buildpack.
- MUST specify a `type`, which:
- MUST NOT be identical to other process types provided by the same buildpack.
- MUST only contain numbers, letters, and the characters ., _, and -.
- MUST specify a `command` that is either:
- A command sequence that is valid when executed using the shell, if `args` is not specified.
- A path to an executable or the file name of an executable in `$PATH`, if `args` is a list with zero or more elements.
Expand Down

0 comments on commit 86833ad

Please sign in to comment.