2016-08-16 00:22:29 UTC
3.01 MB
bb8644a4110932e331d1539f0435bc6a0e558827
MEMCACHED_VERSION1.4.30
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 73.21% (2.2 MB)
[#001] sha256:a5d1f23dbdd03b895190ee23a9ac414626c2aaed6625529b04a90dbb6fb5c78f - 0.7% (21.6 KB)
[#002] sha256:35e3fadf7ddcad83e6f8f288e1860e1fa29319fb14be4593fd8bd0bdc55e6f4f - 26.08% (804 KB)
[#003] sha256:344f71bbdce9c58e318b5d928c840ca1e94416ba060cb49b8a160506a1089f7f - 0.01% (279 Bytes)
[#004] sha256:388d79234f71442e9bb7e332e9c0ff773e927c3e928740081d712c3d24b4441f - 0.0% (120 Bytes)
/bin/sh -c #(nop) ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
2016-07-07 19:18:26 UTC/bin/sh -c adduser -D memcache
2016-08-16 00:22:04 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.30
2016-08-16 00:22:05 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=bb8644a4110932e331d1539f0435bc6a0e558827
2016-08-16 00:22:22 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-08-16 00:22:23 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2016-08-16 00:22:26 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2016-08-16 00:22:27 UTC/bin/sh -c #(nop) ENTRYPOINT &{["docker-entrypoint.sh"]}
2016-08-16 00:22:27 UTC/bin/sh -c #(nop) USER [memcache]
2016-08-16 00:22:28 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2016-08-16 00:22:29 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.