-
Notifications
You must be signed in to change notification settings - Fork 160
nginxinc/nginx-unprivileged:stable-alpine errors when starting #302
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
Comments
Between
to
|
The problem comes from here:
It looks like the underlying location changed from I will leave it to the maintainers to decide if this is a regression in this repository or if it is a regression in nginx itself and fix the issue in the appropriate location. |
PR that moved the default location: nginx/pkg-oss#26 |
For what it's worth, I was able to rollback to version: |
In can confirm that the issue is in:
(both from yesterday) while
all still work (from 5 and 4 days ago, respectively) So it seems to be related to the 1.27.4 -> 1.27.5 switch matching with millerick's suggestion that PR nginx/pkg-oss#26 is to blame |
I'm curious about this as well. Hit my cluster an hour ago. Extremely frustrating that this is getting released under a "stable" tag. |
+1 |
Yes same here, was trying to debug a build pipeline for hours and finally figured it's a bug. Clean |
+1 |
I will have new images released asap. The change in the default PID path was not communicated and is not included in any of our release notes so I totally missed it. It only affects the 1.27.5 and 1.28.0 tags as @jngrb detailed. Apologies for any broken pipelines. The CI/CD pipeline for these images needs some work to catch these issue beforehand but these images are maintained on a best effort basis and my current bandwidth is very limited. PRs are more than welcome and appreciated! |
Holy smokes, I had no idea this was a community effort.. Thanks so much for the work you do, and I will absolutely adjust my expectations! |
@alessfg
|
Yep the image failed to build. I've restarted the pipeline so hopefully in ~4-5 hours the newest images should be live. |
Bug Overview
After the latest update was pushed, trying to start
nginx
inside of the image errors.Expected Behavior
Running
nginx
is able to start like it did previously innginxinc/nginx-unprivileged:stable-alpine3.20
Steps to Reproduce the Bug
Dockfile contents
Build and run it with
docker run -it $(docker build -q .)
. Observe that the same does not happen ifnginxinc/nginx-unprivileged:stable-alpine3.20
is used, but does happen innginxinc/nginx-unprivileged:stable-alpine3.21
andnginxinc/nginx-unprivileged:stable-alpine
.Environment Details
Docker version 27.5.1, build 9f9e405
This is happening on my Mac laptop, as well as in the build system in all of our environments.
Additional Context
No response
The text was updated successfully, but these errors were encountered: