2016-09-23 17:09:43 UTC
2.64 MB
3ea34f5bc5c5aacb76cfc07f4ee5847f33526cb6
MEMCACHED_VERSION1.4.31
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c0cb142e43453ebb1f82b905aa472e6e66017efd43872135bc5372e4fac04031 - 83.65% (2.21 MB)
[#001] sha256:e5dc19c20c5d371cac706b9c526fa24dcfc1ba5608c675b6fe65576369909307 - 0.05% (1.23 KB)
[#002] sha256:3597d618e938ea29691dda5b4c0e8951fde995e41374483137f23405bd631003 - 16.29% (440 KB)
[#003] sha256:66908bc406707ba51f70a1538dbac9bb7982bdcc8598466b09f7f5a91ca0c130 - 0.01% (278 Bytes)
[#004] sha256:c4494be60f9016410d844f8857d15194df4dd1434e41a5a2f073a2d31c7be0eb - 0.0% (120 Bytes)
/bin/sh -c #(nop) ADD file:d6ee3ba7a4d59b161917082cc7242c660c61bb3f3cc1549c7e2dfff2b0de7104 in /
2016-09-23 17:09:30 UTC/bin/sh -c adduser -D memcache
2016-09-23 17:09:30 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.31
2016-09-23 17:09:31 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=3ea34f5bc5c5aacb76cfc07f4ee5847f33526cb6
2016-09-23 17:09:40 UTC/bin/sh -c set -x && apk add --no-cache --virtual .build-deps gcc libc-dev libevent-dev linux-headers make perl tar && 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$(getconf _NPROCESSORS_ONLN) && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .memcached-rundeps $runDeps && apk del .build-deps
2016-09-23 17:09:41 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2016-09-23 17:09:42 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2016-09-23 17:09:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2016-09-23 17:09:43 UTC/bin/sh -c #(nop) USER [memcache]
2016-09-23 17:09:43 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2016-09-23 17:09:43 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.