We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC 0045 RFC PR: buildpacks/rfcs#84 Spec Issue: buildpacks/spec#105 Spec PR: buildpacks/spec#118
When Platform API >= 0.4:
0.4
exporter
/cnb/process/<type>
/cnb/lifecycle/launcher
<launcher>
process-type
ENTRYPOINT
prepend
/cnb/process
PATH
CNB_PROCESS_TYPE
launcher
$0
args
The text was updated successfully, but these errors were encountered:
ekcasey
Successfully merging a pull request may close this issue.
RFC 0045
RFC PR: buildpacks/rfcs#84
Spec Issue: buildpacks/spec#105
Spec PR: buildpacks/spec#118
Behavior
When Platform API >=
0.4
:exporter
/cnb/process/<type>
symlinks/cnb/lifecycle/launcher
, not<launcher>
process-type
matches a process typeENTRYPOINT
to the default process symlink- set the
ENTRYPOINT
to the only process symlinkENTRYPOINT
to/cnb/lifecycle/launcher
prepend
/cnb/process
to thePATH
CNB_PROCESS_TYPE
on app imagelauncher
$0
args
to the process typeThe text was updated successfully, but these errors were encountered: