Tianon Gravi

Results 1407 comments of Tianon Gravi

Sounds like a (partial?) duplicate of #16 :eyes:

A simpler / more reliable solution would be to use Docker's `--init` flag which will add a simple PID 1 inside your container that reaps zombie processes for you.

I guess that's fair (IMO Kubernetes really should, but that's a different topic). This is easily remedied via `apk add --no-cache tini` in your image, and then set it as...

See https://github.com/alpinelinux/docker-alpine/issues/135: > You need to update libseccomp on your host to 2.4.2 or newer and Docker to 19.03.9 or newer (see moby/moby#40734). > Please read https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements

This looks like a duplicate of #135 👀

FWIW, this appears to be the same underlying issue as https://gitlab.alpinelinux.org/alpine/aports/-/issues/12057. :+1:

See https://github.com/alpinelinux/docker-alpine/issues/30

From what I can tell, Alpine's `mips64` is big-endian, right? (going by https://github.com/alpinelinux/aports/commit/d6fb4cc81870d5b1ba25c4addd9b804aa0186380; specifically `CONFIG_CPU_BIG_ENDIAN`) So this won't be `mips64le`, but rather `mips64` (going by `GOARCH` conventions used for OCI...

FWIW, quay.io has a rate limit also: https://docs.quay.io/issues/429.html (It has for a long time, IIRC)

It's probably more palatable to the maintainers if we get it on Alpine 3.8 and thus a newer version of Go. It'd be most ideal if we could get officially...