FIX: build inconsistencies for razor#1756
FIX: build inconsistencies for razor#1756georglauterbach merged 1 commit intodocker-mailserver:masterfrom georglauterbach:fix-build_inconsistency
Conversation
There was a problem hiding this comment.
What an ugly workaround for such a simple line of code. Don't get me wrong I'm not complaining about your code - more than the fact that this is necessary 😒
LGTM tho as the action will hopefully pass now constantly (remains unclear if the fix will kick in or it will be just random again)
|
@aendeavor Out of interest, did you try the variant with two RUN statements? |
I actually didn't. I was considering it, but now I'm not sure about this anymore, since the error we're seeing is most likely yet not related to the two command's sequence, but to the second command having a network error of some sort. This will ultimately not be fixed with different positions in the Dockerfile, but by retrying. Does that sound logical? What's your take? |
|
I didn't fully get what the root cause of the problem actually is. All my local builds were successful, even with the sleep command completely removed. I had never problems with the register command, so wondering why the GH CI fails. Do we know, why The retry approach is ugly, but obviously needed for the Github CI, if we don't want to deal with failed builds from time to time. So for now, I am fine with this fix. 👍 |
When you execute it locally before |
No description provided.