You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I start the unik daemon in debug mode I cannot build a simple unik image. The problem doesn't show up when I don't start the unik daemon in debug mode. My developement environment:
I'm using a Mac Os Sierra 10.12.3
Docker for Mac 1.13.0
VirtualBox 5.1.8 r111374
Below are the last log lines from the unik daemon:
Well, I don't know if it's the best solution or even if it's a solution at all but in any case I found out a work around. I suspected that probably somebody else was experiencing the same problem with either this logging framework or under the same OS and I found what looks like the source of the problem the Go runtime version.
Again, maybe it's completely unrelated, but as somebody suggested in the linked issue I tried to upgrade the Go runtime to a newer version by changing the Dockerfile used for building the unik binary and I no longer have the same problem! Hope it can help somebody in the same situation as me!
Hi, when I start the unik daemon in debug mode I cannot build a simple unik image. The problem doesn't show up when I don't start the unik daemon in debug mode. My developement environment:
Below are the last log lines from the unik daemon:
You can find the complete daemon log here: unik-daemon.txt
I'm not an expert in Go but I suspect the problem is coming from the logging function
The text was updated successfully, but these errors were encountered: