2016-10-18 23:40:18 UTC
2.64 MB
cbec6b533fe037b5ad5c54d111e0d30bc9db4424
MEMCACHED_VERSION1.4.32
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3690ec4760f95690944da86dc4496148a63d85c9e3100669a318110092f6862f - 83.65% (2.21 MB)
[#001] sha256:7d26aef1141b9e4fe2b84250163510b81fd1c927fe18de872ecbe4cba158b8b1 - 0.05% (1.23 KB)
[#002] sha256:6b8181a20168d1190291fb306f610b0dd080a9726bb956a6b74cf1479bbdd24f - 16.29% (440 KB)
[#003] sha256:26d36c175ac02484b2b2ca4531d455333fdc60e60da2147c5f6fc8fa3bb31b0b - 0.01% (278 Bytes)
[#004] sha256:178da79e7ef1cdd899ea5aa892237eae946428f913da2391fdd56c0f1f94af4c - 0.0% (119 Bytes)
/bin/sh -c #(nop) ADD file:7afbc23fda8b0b3872623c16af8e3490b2cee951aed14b3794389c2f946cc8c7 in /
2016-10-18 23:40:04 UTC/bin/sh -c adduser -D memcache
2016-10-18 23:40:04 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.32
2016-10-18 23:40:05 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=cbec6b533fe037b5ad5c54d111e0d30bc9db4424
2016-10-18 23:40:15 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-10-18 23:40:15 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2016-10-18 23:40:16 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2016-10-18 23:40:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2016-10-18 23:40:17 UTC/bin/sh -c #(nop) USER [memcache]
2016-10-18 23:40:17 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2016-10-18 23:40: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.