memcached
memcached copied to clipboard
Docker Official Image packaging for memcached
## What is the problem? The Memcached image does not define the USER ID. Therefore, it is not a good practice and brings complexities to produce solutions that would be...
Hi, I'm running a couple of Docker images on different architectures and noticed that the latest build of Memcached failed: https://doi-janky.infosiftr.net/job/multiarch/job/arm32v7/job/memcached/443/artifact/build-info/failed.txt ending in: ``` $ docker pull memcached:1.6.10-alpine 1.6.10-alpine: Pulling...
As a developer I'd like to have a way to issue a health check on memcached container without modifying the base image (base image has no `telnet` nor `nc`)
See: - docker-library/official-images#16044 - - - - `SOURCE_DATE_EPOCH` is added. The value is consumed by the build scripts to make the binary reproducible. - `/tmp/*` is removed as they contain...
Without this, we have: ``` container has runAsNonRoot and image has non-numeric user (memcache), cannot verify user is non-root ```
### Environment EC2 instance, instance type m6i.large. ``` ubuntu@ip-x-x-x-x$ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal ubuntu@ip-x-x-x-x:~$ docker...