-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Add support for the tiny stack #283
Comments
Hey @paketo-buildpacks/web-servers-maintainers do we have a sense of whether the Tiny build and run images contain the necessary packages for NGINX to run? If not, which are missing? |
@fg-j It seems the only missing package is |
I'm willing to submit a PR to enable this support, but with the perceived low priority of this work, the stacks work already in flight and this ongoing investigation into the |
What happened?
I want to use the tiny stack with the nginx buildpack, because I want to have a very minimalist image.
nginx would happily run on tiny.
'validating buildpack paketo-buildpacks/[email protected]: stack io.paketo.stacks.tiny is not supported'
Build Configuration
pack
,kpack
,tekton
buildpacks plugin, etc.) are youusing? Please include a version.
kpack released with Tanzu Build Service 1.2.2
gcr.io/paketo-buildpacks/nginx:0.3.1
What builder are you using? If custom, can you provide the output from
pack inspect-builder <builder>
?Can you provide a sample app or relevant configuration (
buildpack.yml
,nginx.conf
, etc.)?Checklist
The text was updated successfully, but these errors were encountered: