2017-03-16 18:42:16 UTC
29 MB
787991c0df75defbb91518c9796f8244852a018a
MEMCACHED_VERSION1.4.35
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:99506a317b930653ea3da10d5c2f472c2078c32e908e87ae7d7e9ada6e3ac7da - 97.05% (28.2 MB)
[#001] sha256:603d86382e144cf6b23e809bde7c48a8ed371dde924b2a9ece4d2579c24d65c8 - 0.01% (2 KB)
[#002] sha256:78765fedc42346a8defb9e1b04b510d91b9a2fea4d2efadba011f1d5ac52484d - 2.94% (874 KB)
[#003] sha256:a6b238328ea6ff5a36605276b0deefc48af707001964f9d8f9cabe6ee8e73e4d - 0.0% (289 Bytes)
[#004] sha256:8646f1c656ee7db1568f0c4e6350940f7d90c8be04333782c493c9fcaac421d5 - 0.0% (118 Bytes)
/bin/sh -c #(nop) ADD file:a8e568cac3297f08efca89dbac4ea579717ed203b1601807b67954cb6c466e73 in /
2017-02-27 20:34:57 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-02-28 06:00:15 UTC/bin/sh -c groupadd -r memcache && useradd -r -g memcache memcache
2017-03-16 18:41:42 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.35
2017-03-16 18:41:43 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=787991c0df75defbb91518c9796f8244852a018a
2017-03-16 18:42: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 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-03-16 18:42:12 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2017-03-16 18:42:13 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-03-16 18:42:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-03-16 18:42:15 UTC/bin/sh -c #(nop) USER [memcache]
2017-03-16 18:42:15 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2017-03-16 18:42:16 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.