Fix missing from docker images? #13675
Unanswered
jackrabbit128
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently encountered the problem reported and fixed in #12546.
Basically, in the
docker-entrypoint.shfile, throw away a unix socket file if it wasn't cleaned up during container shutdown.This fix is included in tags since version 3.14.0.
To my surprise, when downloading images from docker hub (tags 3.14.0 up to 3.17.0), the fix seems to be missing! Can anyone confirm that I'm not dreaming here?
This makes me wonder if anything else is missing... which would be bad...
Looking through the project code, it is not clear to me at all how or where the docker images are built and uploaded to docker hub. I hope the image builder just has an out-of-date copy of the
docker-entrypoint.shfile.Beta Was this translation helpful? Give feedback.
All reactions