memcached
memcached copied to clipboard
Use numeric user id to pass runAsNonRoot on Kubernetes
Without this, we have:
container has runAsNonRoot and image has non-numeric user (memcache), cannot verify user is non-root
I think this would be best address in your k8s deployment rather than in the image itself
@LaurentGoderre Yes, we can do this, and hope the UID is not changed (it probably won't).
Merging this PR will reduce friction when using this image.
Duplicate of https://github.com/docker-library/memcached/pull/79
closing as it is refused.