2016-09-23 20:04:00 UTC
49.8 MB
3ea34f5bc5c5aacb76cfc07f4ee5847f33526cb6
MEMCACHED_VERSION1.4.31
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6a5a5368e0c2d3e5909184fa28ddfd56072e7ff3ee9a945876f7eee5896ef5bb - 98.33% (49 MB)
[#001] sha256:5454a3272872da62e6bde09965cd50c416577f47324958c699a36c733b84ea8e - 0.0% (1.99 KB)
[#002] sha256:25a4deb16fc7c45fd59208bfb892b4c642398690fd82fa3719358f60f5b6b13b - 0.45% (232 KB)
[#003] sha256:3c72fe4d2ac4b73a1c6969cbc455453a915eabedb7968a3db99715123de25493 - 1.21% (618 KB)
[#004] sha256:5ff82fad05cfa56f775f4b1cddc943caa33ce71a592a116ddce9b6b4f44af5c4 - 0.0% (286 Bytes)
[#005] sha256:e4683cc57b57b3b82b9836e9ce6d11ade50b8cfa62e3981c3ce61c7f9f8e6587 - 0.0% (120 Bytes)
/bin/sh -c #(nop) ADD file:c6c23585ab140b0b320d4e99bc1b0eb544c9e96c24d90fec5e069a6d57d335ca in /
2016-09-23 18:08:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-09-23 20:03:22 UTC/bin/sh -c groupadd -r memcache && useradd -r -g memcache memcache
2016-09-23 20:03:30 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libevent-2.0-5 && rm -rf /var/lib/apt/lists/*
2016-09-23 20:03:30 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.31
2016-09-23 20:03:30 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=3ea34f5bc5c5aacb76cfc07f4ee5847f33526cb6
2016-09-23 20:03:57 UTC/bin/sh -c buildDeps=' gcc libc6-dev libevent-dev make perl wget ' && set -x && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && wget -O memcached.tar.gz "http://memcached.org/files/memcached-$MEMCACHED_VERSION.tar.gz" && echo "$MEMCACHED_SHA1 memcached.tar.gz" | sha1sum -c - && mkdir -p /usr/src/memcached && tar -xzf memcached.tar.gz -C /usr/src/memcached --strip-components=1 && rm memcached.tar.gz && cd /usr/src/memcached && ./configure && make -j$(nproc) && make install && cd / && rm -rf /usr/src/memcached && apt-get purge -y --auto-remove $buildDeps
2016-09-23 20:03:57 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2016-09-23 20:03:58 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2016-09-23 20:03:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2016-09-23 20:03:59 UTC/bin/sh -c #(nop) USER [memcache]
2016-09-23 20:03:59 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2016-09-23 20:04:00 UTC/bin/sh -c #(nop) CMD ["memcached"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.