2017-07-18 23:06:18 UTC
22.4 MB
9d6f77f4f9f1b50289882fd88851dece7699c74b
MEMCACHED_VERSION1.4.39
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e6e142a992028745fdbaf21d647cd3c61086cd0c1b50a25f07a5d7dbaa446cdd - 95.84% (21.5 MB)
[#001] sha256:e564ed3263deeda5dd00e984e9659592337c3a92fa3f848b6e66395492a00a84 - 0.01% (1.68 KB)
[#002] sha256:1abbedad652c7dba5eafb4ca6641a2e6485eefb627ef7dabf199ed33f5b8a658 - 4.15% (951 KB)
[#003] sha256:9b207d8390e44f69fa00bbf61379211fe9babc003310e680f890066178afd05c - 0.0% (292 Bytes)
[#004] sha256:fe98cce21b17b13c638cc044dc25472da93cbe376fbead2625d3f01d9ac84584 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:54d82a3a8fe8d47aaa58650783f2a7198891e89ca95d6e7455f8999651c2fc98 in /
2017-06-20 20:25:27 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-18 23:02:08 UTC/bin/sh -c groupadd -r memcache && useradd -r -g memcache memcache
2017-07-18 23:02:09 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.39
2017-07-18 23:02:10 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=9d6f77f4f9f1b50289882fd88851dece7699c74b
2017-07-18 23:06:11 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 test && 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-07-18 23:06:15 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2017-07-18 23:06:16 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-07-18 23:06:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-07-18 23:06:17 UTC/bin/sh -c #(nop) USER [memcache]
2017-07-18 23:06:18 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2017-07-18 23:06:18 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.