-
-
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
Gitea docker container nightly cannot start #32954
Comments
fixed the problem |
Actually the path was the problem, Created a PR #32955 |
`/bin/s6-svscan` is actuall located at `/usr/bin/s6-svscan`
* giteaofficial/main: (62 commits) Fix repo avatar conflict (go-gitea#32958) [skip ci] Updated licenses and gitignores fix trailing comma not matched in the case of alphanumeric issue (go-gitea#32945) Add auto-expanding running actions step (go-gitea#30058) Fix go-gitea#32954 (go-gitea#32955) Use Alpine 3.21 for the docker images (go-gitea#32924) Refactor template & test related code (go-gitea#32938) Use primary as button color (go-gitea#32949) [skip ci] Updated translations via Crowdin Add action auto-scroll (go-gitea#30057) Fix locale (go-gitea#32937) Enable Typescript `strictFunctionTypes` (go-gitea#32911) Fix areYouSure confirm (go-gitea#32941) Update i18n.go - Language Picker (go-gitea#32933) Move some errors to their own sub packages (go-gitea#32880) Improve navbar: add "admin" tip, add "active" style (go-gitea#32927) Refactor db package and remove unnecessary `DumpTables` (go-gitea#32930) show warning on navigation if currently editing comment or title (go-gitea#32920) Refactor pprof labels and process desc (go-gitea#32909) [skip ci] Updated translations via Crowdin ...
After updating image to gitea-latest, I get the following error on a Synology DSM 7.2.1 and the container stops. /usr/bin/entrypoint: exec: line 38: /bin/s6-svscan: not found |
@pmainvil Your configuration has a hardcoded endpoint, please either let the image use the default, or update it to the new location. |
I'm having the exact same issue as @pmainvil in that I upgraded gitea which is running on my Synology NAS. Prior to the upgrade of the image, no issues at all. The error messages i'm getting are this: /usr/bin/entrypoint: exec: line 38: /bin/s6-svscan: not found I have not hardcoded anything and just left everything at the defaults in terms of entrypoint. |
Exactly the same issue for me. No changes from the default. An update on Synology DSM 7.2.1 just broke my gitea container with the same error message: /usr/bin/entrypoint: exec: line 38: /bin/s6-svscan: not found |
I ended up reverting to a previous specific tag version and that got my container back online. |
Reverted to 1.23.0 and got it working. |
Same for me: Synology NAS, Portainer, same error message. I didn't set up anything custom. However, I noticed that the CMD was correct in the image, but not in the container - turned out, there was an override after all.
|
If you are using Container Manager, I took the following steps:
|
Was about to try your workaround, but updated/tested latest (1.23.3) and it worked OK. All from container creation using the Container Manager. |
Description
Possible because of this #32924
Gitea Version
image id 9981acd570bf
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
docker
Database
None
The text was updated successfully, but these errors were encountered: