-
Name Previous Value Current Value Type
Question
Bug
Affected Versions
empty 13.1.4
-
-
State changed as code fixing the issue is committed (5d9e1d8a)
-
OneDev
changed state to 'Closed' 4 weeks ago
Previous Value Current Value Open
Closed
-
State changed as build OD-6872 (13.1.5) is successful
-
OneDev
changed state to 'Released' 4 weeks ago
Previous Value Current Value Closed
Released
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
13.1.4
|
| Labels |
No labels
|
Issue Votes (0)
After upgrading the OneDev Docker image from 13.1.0 to 13.1.4, Git fetches via SSH stopped working. The web portal runs fine, but any Git operation fails with the following errors in the logs:
Git fetch itself failed with:
Inside the Docker image, the lib folder contained BouncyCastle 1.69 jars alongside the newer 1.83 jars, which caused a signer mismatch.
Backed-up jars (moved out to fix the issue):
Other jars that were left in place but not backed up:
Resolution:
After this, Git fetch works again, and SSH connections no longer produce the SecurityException.
Is there something I missed while updating my docker image ?