2017-06-19 20:43:39 UTC
3.11 MB
6a6c2ab70e9470fef939afff1cb58b7602077611
MEMCACHED_VERSION1.4.37
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c800c6a61b4898becded5aa2cd373c6549651b809d2317b6922cbb269b7bbd0c - 60.36% (1.88 MB)
[#001] sha256:6bb87f2ce6fbaddf7fa0b02e6da25e77d6c21ebfbede31c73d51b51e1f209a36 - 0.04% (1.22 KB)
[#002] sha256:f02f2d87de1402d22aae0a13498cd7190ce3b95af6bf2d536530995ca6ee25b6 - 39.59% (1.23 MB)
[#003] sha256:6fba4c67d36bf18940d8c7cbc51384581ef08656b4b68706787903c497c74269 - 0.01% (279 Bytes)
[#004] sha256:8682a52460aff7e9bf540e9472b7980c94715c6828da02965f8cefc49a24d227 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:dc33e8c0381ed8cecdd07c4b77c58a0c1bfa3266629bbce3fc0e49a047fbdd62 in /
2017-06-19 16:56:48 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-06-19 20:42:55 UTC/bin/sh -c adduser -D memcache
2017-06-19 20:42:56 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.37
2017-06-19 20:42:56 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=6a6c2ab70e9470fef939afff1cb58b7602077611
2017-06-19 20:43:14 UTC/bin/sh -c set -x && apk add --no-cache --virtual .build-deps ca-certificates coreutils cyrus-sasl-dev dpkg-dev dpkg gcc libc-dev libevent-dev libressl linux-headers make perl tar && wget -O memcached.tar.gz "https://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 --build="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" --enable-sasl && make -j "$(nproc)" && 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 && memcached -V
2017-06-19 20:43:34 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2017-06-19 20:43:36 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-06-19 20:43:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-06-19 20:43:37 UTC/bin/sh -c #(nop) USER [memcache]
2017-06-19 20:43:38 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2017-06-19 20:43:39 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.