2017-07-18 23:10:10 UTC
3.55 MB
9d6f77f4f9f1b50289882fd88851dece7699c74b
MEMCACHED_VERSION1.4.39
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:88286f41530e93dffd4b964e1db22ce4939fffa4a4c665dab8591fbab03d4926 - 53.45% (1.9 MB)
[#001] sha256:0fc4fb72c09d89c9a60427a94b2851bce7248601825a9201763f80698a31f587 - 0.03% (1.22 KB)
[#002] sha256:dcad0a74f331e2231e39c4d27752075b3eda862e98ae5296c78d15a4f251ae9b - 46.5% (1.65 MB)
[#003] sha256:a31c9d68db627d486cb97721e3f2006b21a36266933fdd35d25a4a3fb7045be7 - 0.01% (284 Bytes)
[#004] sha256:4dea096b8cbc47831d6822793382d35836b50fdd2e93f21d1b83651be23d572e - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:4583e12bf5caec40b861a3409f2a1624c3f3556cc457edb99c9707f00e779e45 in /
2017-06-27 18:42:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-07-18 23:06:28 UTC/bin/sh -c adduser -D memcache
2017-07-18 23:06:28 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.4.39
2017-07-18 23:06:29 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=9d6f77f4f9f1b50289882fd88851dece7699c74b
2017-07-18 23:10:06 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 perl-utils 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 && wget -O musl.patch 'https://github.com/memcached/memcached/commit/18316347865978868d70cc70dad54df2e3a8357e.patch' && patch -p1 < musl.patch && ./configure --build="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" --enable-sasl && make -j "$(nproc)" && make test && 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-07-18 23:10:07 UTC/bin/sh -c #(nop) COPY file:621e178b267679ef7140edd23c3ad9e717ed767ed55322a4e198798311bc1d36 in /usr/local/bin/
2017-07-18 23:10:08 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-07-18 23:10:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-07-18 23:10:09 UTC/bin/sh -c #(nop) USER [memcache]
2017-07-18 23:10:10 UTC/bin/sh -c #(nop) EXPOSE 11211/tcp
2017-07-18 23:10:10 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.