paketo-community / staticfile

A Cloud Native Buildpack to provide default server configurations
3 stars 4 forks source link

Buildpack does not work with paketo-buildpacks/nginx: 0.6.0 #201

Closed DmyMi closed 2 years ago

DmyMi commented 2 years ago

When i use paketo-buildpacks/nginx version 0.5.3 and paketo-community/staticfile version 0.2.0 to build an image everything works as expected and container starts without issues. But when i build an image with newer paketo-buildpacks/nginx:0.6.0 & paketo-community/staticfile:0.2.0 the resulting container exists with the following error: [emerg] 1#0: open() "/workspace/logs/nginx/error.log" failed (2: No such file or directory)

sophiewigmore commented 2 years ago

This looks like the same error as this issue: https://github.com/paketo-buildpacks/nginx/issues/363 @paketo-community/web-servers-maintainers.

I can confirm that we see the same error in the staticfile + nginx test in this buildpack.

TisVictress commented 2 years ago

@paketo-community/web-servers-maintainers The nginx buildpack used to create the profile.d directory with permission bits 0755. The staticfile buildpack creates it with 0744 if it does not already exist. Could this be the problem? Both errors seem to be related to the logging init script not being executed.