-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"/usr/bin/entrypoint: exec: line 40: /bin/s6-svscan: not found" on gitea/gitea:1.23.0 docker #33163
Comments
+1 |
check this, |
Just wow. I wonder why this wasn't cherry-picked to 1.23 since it breaks the release for everyone who uses containers (Docker, Podman, lxc). A lot of people use containerized apps because it's the way to go. EDIT: the fix for "CMD" is there but there is another fix missing for the actual entrypoint script, see my newer comment. |
service oops, please update docker in dockerhub quickly |
It seems on that release/v1.23 branch + tag the fix is there: d670820#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557 EDIT: But the problem is the actual entrypoint scipt: gitea/docker/root/usr/bin/entrypoint Line 40 in 68ca73b
This should have been fixed as well and was entirely missed. The problem appears for people who customize docker entrypoints, hence "command" is not used but "entrypoint" is overridden to install more dependencies on the base image and/or customize environment. |
Thanks. I've pushed #33185 Additional testing for more use-cases will be included next time. Thanks for reporting the issue :) |
Fix go-gitea#33163 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Backport #33185 by @techknowlogick Fix #33163 Co-authored-by: techknowlogick <techknowlogick@gitea.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Hi, Actually, it was not fixed by 1.23.1.
I think they've always been there, but I can't see them in any of the versions available here: So : is Thanks. Cheers |
我也是同样的问题,1.23.1并未修复此问题。 |
Why reopen? |
Description
Gitea Version
1.23.0
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
gitea/gitea:1.23.0 docker image
Database
None
The text was updated successfully, but these errors were encountered: