Replies: 1 comment
-
|
That is because there is a mismatch of versions. we can unforunately not ship 8.0.15 because it is incompatible with SLES ( see dotnet/runtime#113346 (comment) ) the straight forward part would to not install or update dotnet related packages. so specifically remove the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a bunch of docker files which gets rebuilt on daily basis.
They are not complex. Below is a sample snippet.
My problem is that on a given month, I am seeing at least three to four failures with these dotnet workflows. When things fail, there is hardly anything useful to troubleshoot. Below is the error I am getting today.
Usually, simply re-running the workflow a day or two later would resolve the issue. At times, I have tried removing the
zypper refreshandzypper updatecommands, which might work for a day or two, before failing with another set of cryptic errors.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions