2017-06-30 16:56:50 UTC
3.12 MB
68f8df44f2a215d9f9767e76bf8ef03d9134ffb4
MEMCACHED_VERSION1.4.38
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:019300c8a437a2d60248f27c206795930626dfe7ddc0323d734143bd5eb131a6 - 60.23% (1.88 MB)
[#001] sha256:f3d36b64b634cad262a0f488b3b63c44b860da8482605b7d17ca656f421c32ec - 0.04% (1.22 KB)
[#002] sha256:5e08b3debad0b5abd1e48c680845a52d9523d3b81d2f20f171fd13062a9eae9e - 39.72% (1.24 MB)
[#003] sha256:dbf4516664318239ece9efb75976a6304a2d26283ab6cd756a3c80146ace5701 - 0.01% (279 Bytes)
[#004] sha256:bd32ade7515f7f293cb289bf57fc42d5450a9df195d52adb4d3285f1805afa28 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:9d67752278c0e5a1298cd2d6603ebaaab2aa342e27ddf191ee0fde138f82698c in /
2017-06-27 18:39:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-06-28 18:25:57 UTC/bin/sh -c adduser -D memcache
2017-06-30 16:55:23 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.38
2017-06-30 16:55:24 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=68f8df44f2a215d9f9767e76bf8ef03d9134ffb4
2017-06-30 16:55:40 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-30 16:55:55 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2017-06-30 16:55:56 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-06-30 16:56:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-06-30 16:56:23 UTC/bin/sh -c #(nop) USER [memcache]
2017-06-30 16:56:24 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2017-06-30 16:56:50 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.