You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a buildpack that meets the following criteria:
Metadata
name should be Paketo Buildpack for Apache HTTPD SErver Zero Configuration, per RFC 0050
homepage links back to the buildpack repo
license has the correct license information
Detection
requirehttpd-development for the initial development period this will be changed to requirehttpd once the httpd buildpack has been converted to a dependency providing buildpack.
If $BP_WEB_SERVER is set to httpd at build time pass detection, otherwise detection should fail.
Build
Create a configuration in accordance with existing behavior which comes from the RFC 0004.
Create
httpd-zero-configuration
Describe the Enhancement
RFC 0007 has been approved and merged.
Possible Solution
Create a buildpack that meets the following criteria:
name
should be Paketo Buildpack for Apache HTTPD SErver Zero Configuration, per RFC 0050homepage
links back to the buildpack repolicense
has the correct license informationrequire
httpd-development
for the initial development period this will be changed torequire
httpd
once thehttpd
buildpack has been converted to a dependency providing buildpack.$BP_WEB_SERVER
is set tohttpd
at build time pass detection, otherwise detection should fail.Motivation
This is part of paketo-buildpacks/web-servers#128
The text was updated successfully, but these errors were encountered: