-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
How to make gitea run again on RPi 3B given the arm7 build issues? #7222
Comments
The arm6 build should work on RPi3, so I think there is likely to be a problem with your docker-compose. |
I doubt that, as it worked perfectly fine until 1.7.1: gitea: |
Try this, which works on my rpi 3b+. |
I would like to understand why my image does not work, not being told to use xyz other images. They do not fit my existing database. |
Perhaps do a cross-check between your ... and whoa that attitude though ... |
As there aren't any comments contributing to actually solving the issue I'm closing this. |
Because the issue is in your |
No, because someone once again changed paths which external sources like image builders rely on. The Dockerfile was perfectly fine for months and across several revisions. |
Dude, we do this for free, be kinder. I'm sorry you have suffered a problem here and that we were unable to find your solution. Regarding the issue with the arm7 static build was documented in several issues and we added it to the website. We've still been unable to fix it and really would appreciate some help with it. What was the cause of your problem in the end ? If only so we can update the documentation to make it clearer. |
In the end there were 3 problems: a) armv7 release paths disappeared. The correct way would've been (as ARMv6 is backward comptaible) to still release the links to v7 and put Armv6 builds behind it. This broke basically all automated Gitea docker builds, not only mine. Sorry for the rant, but that whole issue cost me almost 4 weeks and countless hours to figure out and fix, and the upper comments in the category of 'works for me' or 'should work' were not exactly helpful. I really appreciate the work you do here, but in this case a bit clearer communication would've gone a long way. |
[x]
):pi@pi:~/docker/gitea-rpi $ docker-compose up
Starting gitea
ERROR: for gitea Cannot start service gitea: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: "/usr/bin/entrypoint": stat /usr/bin/entrypoint: no such file or directory": unknown
ERROR: Encountered errors while bringing up the project.
Description
Cannot get latest gitea to run on arm7 raspi 3B.
I maintain this docker image repo for the RPi platform:
https://hub.docker.com/r/markusdd/gitea-rpi
https://github.com/markusdd/gitea-rpi
I already tried changing the download link to arm 6 but that crashes for me with the log above. (The no such file or directory is a spurios error, the binary doesn't properly execute)
Any suggestions to get new gitea back on my RPi? This is a pretty bad issue as I cannot properly access my own private Repos currently...
The text was updated successfully, but these errors were encountered: