2017-01-04 21:11:52 UTC
2.26 MB
e343530c55946ccbdd78c488355b02eaf90b3b46
MEMCACHED_VERSION1.4.33
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0a8490d0dfd399b3a50e9aaa81dba0d425c3868762d46526b41be00886bcc28b - 80.22% (1.81 MB)
[#001] sha256:57076bf87737c2f448e75324ceba121b3b90372ab913f604f928a40da4ebddc7 - 0.05% (1.21 KB)
[#002] sha256:ee8f232a2503dbc27a72261793cfe1ca8e69ed042fb4d456405c4fd76fc0c79c - 19.71% (456 KB)
[#003] sha256:81c86d935f3070665813c9e0f8c813d86d3e1d742cf62008d0b225212735bebe - 0.01% (280 Bytes)
[#004] sha256:4dc71e892ace4b71da7cb2452b1ea351809c722419d21fb3362d0c1dc6091712 - 0.01% (119 Bytes)
/bin/sh -c #(nop) ADD file:92ab746eb22dd3ed2b87469c719adf3c1bed7302653bbd76baafd7cfd95e911e in /
2017-01-04 21:11:39 UTC/bin/sh -c adduser -D memcache
2017-01-04 21:11:39 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.33
2017-01-04 21:11:40 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=e343530c55946ccbdd78c488355b02eaf90b3b46
2017-01-04 21:11:50 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
2017-01-04 21:11:50 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2017-01-04 21:11:51 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-01-04 21:11:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-01-04 21:11:52 UTC/bin/sh -c #(nop) USER [memcache]
2017-01-04 21:11:52 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2017-01-04 21:11:52 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.