2017-03-16 18:42:33 UTC
3.01 MB
787991c0df75defbb91518c9796f8244852a018a
MEMCACHED_VERSION1.4.35
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:627beaf3eaaff1c0bc3311d60fb933c17ad04fe377e1043d9593646d8ae3bfe1 - 60.29% (1.82 MB)
[#001] sha256:4efdf8df4f503c8265247ce8cff0332d7f2994174fa464f3df4004d71d0b1c05 - 0.04% (1.21 KB)
[#002] sha256:9dcfe36d593fbcc4bc5f16ad139d68bb05c63ad04df244980cdd3eaf26161d00 - 39.66% (1.2 MB)
[#003] sha256:f8dd66d0cb13df72318dc1337c63b3a28435b4a0242f83e18571dbf91fcb43d7 - 0.01% (280 Bytes)
[#004] sha256:1c2f9221e106db3267335fef5233e84e0e48da422d9b1cee5b3ef3c1af1415d6 - 0.0% (120 Bytes)
/bin/sh -c #(nop) ADD file:730030a984f5f0c5dc9b15ab61da161082b5c0f6e112a9c921b42321140c3927 in /
2017-03-03 22:01:54 UTC/bin/sh -c adduser -D memcache
2017-03-03 22:01:54 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.35
2017-03-03 22:01:55 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=787991c0df75defbb91518c9796f8244852a018a
2017-03-16 18:42:29 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-03-16 18:42:30 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2017-03-16 18:42:31 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-03-16 18:42:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-03-16 18:42:32 UTC/bin/sh -c #(nop) USER [memcache]
2017-03-16 18:42:33 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2017-03-16 18:42:33 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.