2016-06-23 20:09:24 UTC
2.66 MB
f0d4f89ead2ac48c6b9e8070178279c0a3d45559
MEMCACHED_VERSION1.4.26
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6c123565ed5e79b6c944d6da64bd785ad3ec03c6e853dcb733254aebb215ae55 - 83.31% (2.21 MB)
[#001] sha256:9b764fc1a9793a7491e4d8bd93236e832f7860d9aa280c0bb741ba7615e4e2a8 - 0.8% (21.6 KB)
[#002] sha256:b5b022d021fbef69e580b7dd5b82fff89da944f9a3b7078e0018e397218e2ca2 - 15.88% (432 KB)
[#003] sha256:d5f999b5b3c87ae365dba55119d3281567d61b3326af5be5d4056f437818d9a0 - 0.01% (277 Bytes)
[#004] sha256:c928c95673ccf5e27b4b99a91c7c050bba68e547c4c746e05dd547cbc481cbfd - 0.0% (120 Bytes)
/bin/sh -c #(nop) ADD file:86864edb9037700501e6e016262c29922e0c67762b4525901ca5a8194a078bfb in /
2016-06-23 20:08:50 UTC/bin/sh -c adduser -D memcache
2016-06-23 20:08:51 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.26
2016-06-23 20:08:52 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=f0d4f89ead2ac48c6b9e8070178279c0a3d45559
2016-06-23 20:09:19 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-06-23 20:09:20 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2016-06-23 20:09:22 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2016-06-23 20:09:22 UTC/bin/sh -c #(nop) ENTRYPOINT &{["docker-entrypoint.sh"]}
2016-06-23 20:09:23 UTC/bin/sh -c #(nop) USER [memcache]
2016-06-23 20:09:24 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2016-06-23 20:09:24 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.