Michael Malyshev
Michael Malyshev
> @rucoder , get the `too many requests` is an issue, maybe if we fix the number of threads to a lower number (e.g. 4) we can still speed up...
/rerun red
/rerun red
/rerun yellow
> Given that all of this is reproducible, like with go, I'd like to see a way to avoid having to commit these to git at all. Maybe we can...
@deitch this is exactly why shared libraries were born. Static images cannot share their code. I would be nice if we can have all libs in /lib in 'on_init' section...
@deitch this is exactly what we need to solve: the image size. I think it is not that hard to bind mount /hosfs/lib into /lib inside the container. We can...
yes, if SHA is the same but all our containers are `FROM scratch` with different SHAs
> How much traffic is saved? depends on certificate chain size which may be very big in some cases
@europaul I think you shoud use https://linux.die.net/man/3/posix_openpt and friends to have a pseudo terminal device and not a raw FD if you want terminal programs to work properly. I recommend...