2017-06-23 00:35:00 UTC
29.7 MB
6a6c2ab70e9470fef939afff1cb58b7602077611
MEMCACHED_VERSION1.4.37
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f5cc0ee7a6f68b065e4d0a517a2cbae2e3bffb242b3252b53fe77496adaae514 - 96.84% (28.7 MB)
[#001] sha256:ce7ee474d4e29f3f904bb5e806678aa444f4b4e6e6c0bbe3e8e2035887b6a6ac - 0.01% (2.01 KB)
[#002] sha256:f938a183184ce7d8cd2cbc479f8f3076401590cefbdacf16063e26e78ab43f13 - 3.15% (957 KB)
[#003] sha256:49bd04f7ba2d10a5828a1d39d64d0e3aaa41ff6cfeebd0fdde5923cc875cc2cb - 0.0% (288 Bytes)
[#004] sha256:14a5b30bc43fe3fed2b6dd00e97149f5a1c919190cc9732d0b1a52aae8fe80f9 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:ede5a88363e384813454439a3c2b44c445aea433284d040a20e4149bf9f18a5c in /
2017-06-20 20:14:52 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-06-23 00:34:12 UTC/bin/sh -c groupadd -r memcache && useradd -r -g memcache memcache
2017-06-23 00:34:13 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.37
2017-06-23 00:34:14 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=6a6c2ab70e9470fef939afff1cb58b7602077611
2017-06-23 00:34:53 UTC/bin/sh -c set -x && buildDeps=' ca-certificates dpkg-dev gcc libc6-dev libevent-dev libsasl2-dev make perl wget ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && wget -O memcached.tar.gz "https://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 --build="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" --enable-sasl && make -j "$(nproc)" && make install && cd / && rm -rf /usr/src/memcached && apt-mark manual libevent-2.0-5 libsasl2-2 && apt-get purge -y --auto-remove $buildDeps && memcached -V
2017-06-23 00:34:55 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2017-06-23 00:34:56 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-06-23 00:34:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-06-23 00:34:58 UTC/bin/sh -c #(nop) USER [memcache]
2017-06-23 00:34:59 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2017-06-23 00:35: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.