-
-
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
"PANIC: runtime error" when pushing container to Gitea container registry #28094
Labels
Comments
perfectra1n
changed the title
"PANIC: runtime error" when pushing container to Gitea registry
"PANIC: runtime error" when pushing container to Gitea container registry
Nov 16, 2023
Maybe related to Fix Matrix and MSTeams nil dereference #28089 |
Yep, looking at that now - I do have a Matrix webhook execute upon my repo, org, user, etc., so I bet that it is. |
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Nov 17, 2023
Fixes go-gitea#28088 Fixes go-gitea#28094 Added missing tests. --------- Co-authored-by: Lunny Xiao <[email protected]>
KN4CK3R
added a commit
that referenced
this issue
Nov 17, 2023
Fixes #28088 Fixes #28094 Added missing tests. --------- Co-authored-by: Lunny Xiao <[email protected]>
lunny
added a commit
that referenced
this issue
Nov 17, 2023
Backport #28089 by @KN4CK3R Fixes #28088 Fixes #28094 Added missing tests. Co-authored-by: KN4CK3R <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
fuxiaohei
pushed a commit
to fuxiaohei/gitea
that referenced
this issue
Jan 17, 2024
Fixes go-gitea#28088 Fixes go-gitea#28094 Added missing tests. --------- Co-authored-by: Lunny Xiao <[email protected]>
silverwind
pushed a commit
to silverwind/gitea
that referenced
this issue
Feb 20, 2024
Fixes go-gitea#28088 Fixes go-gitea#28094 Added missing tests. --------- Co-authored-by: Lunny Xiao <[email protected]>
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Jan 23, 2025
Backport go-gitea#28089 by @KN4CK3R Fixes go-gitea#28088 Fixes go-gitea#28094 Added missing tests. Co-authored-by: KN4CK3R <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> (cherry picked from commit 1f82be6)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Hi there,
Upon pushing a container to Gitea (even something as simple as a
hello-world
container), I'm getting the attached kernel panic. I'm not able to replicate it on try.gitea.io, but I can reliably reproduce it on my Gitea instance.Error
Example Dockerfile:
Upon pushing the container, I get the following response:
I've deployed the Gitea Helm Chart, and there are no memory limitations, I'm using Redis, Elasticsearch, and Postgres. It was previously functional in
1.20.5
. I've executed Gitea doctor:to no avail unfortunately. Please let me know if I can provide any additional information that might help.
Gitea Version
1.21.0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/perfectra1n/5b24f3c44dd77d3585036a474bb65b15
Screenshots
No response
Git Version
No response
Operating System
Linux
How are you running Gitea?
I've deployed the Gitea Helm Chart, and there are no memory limitations, I'm using Redis, Elasticsearch, and Postgres. I have the following values:
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: