bump gitea image version for quantum-safe SSH config #47
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I pulled something from
git.coopcloud.techand got a warning:I managed to reproduce this locally with the setup from the rootless tutorial (using
gitea/gitea:1.24.2-rootless):The SSH version:
bumping to
gitea/gitea:latest-rootlessfixes the issue (it does not give this warning before attempting the auth):weirdly, the version is the same:
I'm assuming bumping to -latest is not a good idea; I assume a more recent version would work, but I lack the experience to test a potential upgrade (and I don't run a gitea myself).
The check whether it works is by looking at the KEX algorithms during the ssh connection setup. I assume there is also a way to check this in the container, but I didn't find any configs (presumably because they're in the go code somewhere?)
This shows up in the
-vvoutput from SSH:It is a bit offtopic but I really did not want to make a PR for a two-character documentation change: the URL in
README.mdshould be: https://hub.docker.com/r/gitea/gitea (it 404s without the/r, iirc this was a dockerhub change some time ago)I verified that
1.24.7does not fix the issue, while1.25.0lists these breaking changes: