Márk Sági-Kazár
Márk Sági-Kazár
I also played a bit with the alpine issue. It seems to be working after all, but not with the binaries you built on travis. I used the same Makefile....
With the new multi build stage we can easily create a scratch image and still avoid involving travis into the process. See [this](https://github.com/webplates/docker-migrate/blob/master/3.0/Dockerfile) dockerfile. If you are happy with it...
Oh wow, thanks @jeremejevs , dunno how I missed this, I built the image locally and it worked. I moved to the aformentioned image for now. Regarding the base image:...
> In general, I'm not even sure that static linking makes much sense in the container world. Well, migrate is not primarily created for the container world. I really hope...
From a Kubernetes perspective (which is what made me open this issue), the application is alive if everything is running (ie. the browser didn't stop for whatever reason). CPU and...
I started looking into this one. A couple notes so far: - As far as I can tell there is no official SQL instrumentation library for Go (yet) (Funny thing...
> I think I'd prefer to add OpenTelemetry as an option for now instead of straight up replacing OpenTracing I think I agree, at least until SQL support is added....