2019-10-21 18:16:37 UTC
4.2 MB
14e6a02e743838696fcb620edf6a2fd7e60cabec
MEMCACHED_VERSION1.5.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f913bd05bf684aaa4bc173d73cfbb58abb45587962d74f0aa71df36b6b489def - 63.29% (2.66 MB)
[#001] sha256:114dc101f24e7b72fd26a3e240aec92a616cf039345f6b4610215d77a4398c29 - 0.03% (1.23 KB)
[#002] sha256:e352e356dd8c3f636918f50de606bb31fbe3ccc9feb9142587483d1ee054f1a2 - 0.36% (15.4 KB)
[#003] sha256:6454a69f0cd574d46582fbf37e17dc887f3bc8761af73d6b963b313d4c153e7d - 36.31% (1.52 MB)
[#004] sha256:58cf1a0ee87e2e8e37027d251f4f39313c34a55e1c6afefabf7062c61ecdbd69 - 0.01% (284 Bytes)
[#005] sha256:abae2252a0c40728b8adaa9ffe1c7a56d66d07579d5b0e763471039b6d041915 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:dd3b3676fd9c1e0983ade68242b9b9ac5c477f3e4bfc97c2e78fd5db93a441c9 in /
2019-10-21 16:46:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-21 18:01:48 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2019-10-21 18:01:49 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2019-10-21 18:01:50 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.19
2019-10-21 18:01:50 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=14e6a02e743838696fcb620edf6a2fd7e60cabec
2019-10-21 18:16:35 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 linux-headers make openssl perl perl-utils tar wget && 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 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && enableExtstore="$( case "$gnuArch" in s390x-*) ;; *) echo '--enable-extstore' ;; esac )" && ./configure --build="$gnuArch" --enable-sasl --enable-sasl-pwdb $enableExtstore && make -j "$(nproc)" && make test && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V
2019-10-21 18:16:35 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2019-10-21 18:16:36 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-10-21 18:16:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-10-21 18:16:36 UTC/bin/sh -c #(nop) USER memcache
2019-10-21 18:16:37 UTC/bin/sh -c #(nop) EXPOSE 11211
2019-10-21 18:16:37 UTC/bin/sh -c #(nop) CMD ["memcached"]
2019-10-21 19:12:00 UTC
4.11 MB
14e6a02e743838696fcb620edf6a2fd7e60cabec
MEMCACHED_VERSION1.5.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 64.63% (2.66 MB)
[#001] sha256:b2dfd0be0ac8ebc18098b634e3dd5619bca32028592f145b72cef025f2fa2e61 - 0.03% (1.23 KB)
[#002] sha256:7e1d5d41996e7d1d6a07a17aed179b52e89caf0692744ca8e73de3672432c876 - 0.34% (14.5 KB)
[#003] sha256:095c741f1b96c233273e8a9124994c6c687d146be1ac75db8a56162368ffeedc - 34.99% (1.44 MB)
[#004] sha256:3debe2a7380ea89273e55c146ba8a7e940b2cc55cb4a2e54dd21938e207a9fa9 - 0.01% (283 Bytes)
[#005] sha256:e9932a8088274669a3de62a35e22246ed45db880ac022b6da6b0f39136e8e8c0 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:fe1f09249227e2da2089afb4d07e16cbf832eeb804120074acd2b8192876cd28 in /
2019-10-21 17:21:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-21 19:05:03 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2019-10-21 19:05:04 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2019-10-21 19:05:04 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.19
2019-10-21 19:05:05 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=14e6a02e743838696fcb620edf6a2fd7e60cabec
2019-10-21 19:11:57 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 linux-headers make openssl perl perl-utils tar wget && 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 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && enableExtstore="$( case "$gnuArch" in s390x-*) ;; *) echo '--enable-extstore' ;; esac )" && ./configure --build="$gnuArch" --enable-sasl --enable-sasl-pwdb $enableExtstore && make -j "$(nproc)" && make test && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V
2019-10-21 19:11:58 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2019-10-21 19:11:59 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-10-21 19:11:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-10-21 19:11:59 UTC/bin/sh -c #(nop) USER memcache
2019-10-21 19:12:00 UTC/bin/sh -c #(nop) EXPOSE 11211
2019-10-21 19:12:00 UTC/bin/sh -c #(nop) CMD ["memcached"]
2019-10-21 18:32:46 UTC
3.85 MB
14e6a02e743838696fcb620edf6a2fd7e60cabec
MEMCACHED_VERSION1.5.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ecf664be551d26dcd221b7387283cdcc54f46c6789700d037fa3cd0c297f8645 - 63.68% (2.45 MB)
[#001] sha256:51d966b21e4a93c7f2829e2f23b72114e16c922c35de0d197795e41f27332365 - 0.03% (1.25 KB)
[#002] sha256:aacec74ac8e0356d6552e0281ed530979023b204d6201b07546bd8d15ecc3c7a - 0.35% (14 KB)
[#003] sha256:c9320475b80ef88cf1a1aa6200dbb1f6f0698452e4bcef4bd3421346833fee71 - 35.93% (1.38 MB)
[#004] sha256:82b61f8efd14ac1562f59aa9cd5d7825b6c5d5515d6b92898755e6f89e7a02b5 - 0.01% (288 Bytes)
[#005] sha256:f78a654dd544d9f822e2a1c5ddc55de7613ad4e859dd6ddb8311df76c27ff6ab - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:d3c7d938a78143f106a6a467ce23b599198e041220e661e5326ba91054c353ef in /
2019-10-21 16:56:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-21 18:25:02 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2019-10-21 18:25:06 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2019-10-21 18:25:09 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.19
2019-10-21 18:25:11 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=14e6a02e743838696fcb620edf6a2fd7e60cabec
2019-10-21 18:32: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 linux-headers make openssl perl perl-utils tar wget && 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 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && enableExtstore="$( case "$gnuArch" in s390x-*) ;; *) echo '--enable-extstore' ;; esac )" && ./configure --build="$gnuArch" --enable-sasl --enable-sasl-pwdb $enableExtstore && make -j "$(nproc)" && make test && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V
2019-10-21 18:32:30 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2019-10-21 18:32:37 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-10-21 18:32:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-10-21 18:32:40 UTC/bin/sh -c #(nop) USER memcache
2019-10-21 18:32:42 UTC/bin/sh -c #(nop) EXPOSE 11211
2019-10-21 18:32:46 UTC/bin/sh -c #(nop) CMD ["memcached"]
2019-10-02 06:34:49 UTC
3.55 MB
14e6a02e743838696fcb620edf6a2fd7e60cabec
MEMCACHED_VERSION1.5.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:33b18ff7f9b776f4049934d6f7e29a4dc7b45b42e5e686425c7673b2bbfec7de - 63.78% (2.27 MB)
[#001] sha256:5f692cb0b470c4bfb10efe78a9b16b72170fe64425e2fe3b4a20a538e44112cc - 0.03% (1.26 KB)
[#002] sha256:98fa506fa7abc246c5c9c9c450951927702a447440ccdf2b80610bf12461ee58 - 0.36% (13 KB)
[#003] sha256:b4784f5eae9c048e9c931091649ad771fd1c1fce96dfe97c12095abf494ccfc3 - 35.82% (1.27 MB)
[#004] sha256:37b200db9539e32c2dade84c7008ea93e6c79c51d9d11b86f3a7dbe1b1db5df5 - 0.01% (288 Bytes)
[#005] sha256:87ccda97e70279649083e75c7b1a2c87a125a27c63a2601118293f7bb136fcb7 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:fb8f939a5c1daf46111639106cd1ae6ee37e1cda1e10da42617adfcbd3f9b2cb in /
2019-08-20 19:57:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 21:10:42 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2019-08-20 21:10:53 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2019-10-02 02:11:36 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.19
2019-10-02 02:11:37 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=14e6a02e743838696fcb620edf6a2fd7e60cabec
2019-10-02 06:34:30 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 linux-headers make openssl perl perl-utils tar wget && 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 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && enableExtstore="$( case "$gnuArch" in s390x-*) ;; *) echo '--enable-extstore' ;; esac )" && ./configure --build="$gnuArch" --enable-sasl --enable-sasl-pwdb $enableExtstore && make -j "$(nproc)" && make test && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V
2019-10-02 06:34:32 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2019-10-02 06:34:42 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-10-02 06:34:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-10-02 06:34:46 UTC/bin/sh -c #(nop) USER memcache
2019-10-02 06:34:48 UTC/bin/sh -c #(nop) EXPOSE 11211
2019-10-02 06:34:49 UTC/bin/sh -c #(nop) CMD ["memcached"]
2019-10-21 18:38:45 UTC
4.06 MB
14e6a02e743838696fcb620edf6a2fd7e60cabec
MEMCACHED_VERSION1.5.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8bfa913040406727f36faa9b69d0b96e071b13792a83ad69c19389031a9f3797 - 63.9% (2.59 MB)
[#001] sha256:6234cf8f06ce79c42851b4210542a659aece43bf38efa9cf74ad9614fdb4e998 - 0.03% (1.25 KB)
[#002] sha256:bbf7d9b0ec430ca07ceef23ef450b237bbce2cb76a43b999cf7b4efd085e3e4e - 0.36% (14.9 KB)
[#003] sha256:ce501e601f49670766ac713de64e6b3f77fc21bf4aed0b91d994338a4203db1e - 35.71% (1.45 MB)
[#004] sha256:acadfa1ea2ec51820b5c059f8e01b70f99f65c16539574dfd67ee397fe4f403f - 0.01% (283 Bytes)
[#005] sha256:61e13610c2fcd50a97932557db0f8ad491db6c306e3767cb66ca76b513713658 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:02f4d68afd9e9e303ff893f198d535d0d78c4b2554f299ab2d0955b2bef0e06a in /
2019-10-21 18:07:09 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-21 18:29:39 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2019-10-21 18:29:50 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2019-10-21 18:30:06 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.19
2019-10-21 18:30:12 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=14e6a02e743838696fcb620edf6a2fd7e60cabec
2019-10-21 18:37:51 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 linux-headers make openssl perl perl-utils tar wget && 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 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && enableExtstore="$( case "$gnuArch" in s390x-*) ;; *) echo '--enable-extstore' ;; esac )" && ./configure --build="$gnuArch" --enable-sasl --enable-sasl-pwdb $enableExtstore && make -j "$(nproc)" && make test && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V
2019-10-21 18:38:04 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2019-10-21 18:38:09 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-10-21 18:38:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-10-21 18:38:22 UTC/bin/sh -c #(nop) USER memcache
2019-10-21 18:38:24 UTC/bin/sh -c #(nop) EXPOSE 11211
2019-10-21 18:38:45 UTC/bin/sh -c #(nop) CMD ["memcached"]
2019-10-21 20:42:19 UTC
4.2 MB
14e6a02e743838696fcb620edf6a2fd7e60cabec
MEMCACHED_VERSION1.5.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cd18d16ea896a0f0eb99be52a9722ffae9a5ac35cf28cb8b96f589352f8e71d6 - 63.84% (2.68 MB)
[#001] sha256:7589e894157e5de27750310c1871a8c27ce249498629ae858f8df572066fd99e - 0.03% (1.26 KB)
[#002] sha256:da22c020bd7716dc80265f5fac6b0be6aede0348e0853f656d4c6be212809dc3 - 0.36% (15.6 KB)
[#003] sha256:7021d934d1742967bc3e3a9cf73dea9d3c057ac39213e9f0dbc889cd1f964b06 - 35.76% (1.5 MB)
[#004] sha256:af117ae39a2d5ef399272a82e55195e402387c1d8fa95cde01902800b114737b - 0.01% (283 Bytes)
[#005] sha256:f3756af16ec84bee5c8f921cd18edc1d7e81aeee20d01f211cf7ba7564f28034 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:11a2dd0058b1642e9ee52239d03223819a53ca346fd42826eead7729c50e1257 in /
2019-10-21 17:53:00 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-21 20:28:14 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2019-10-21 20:28:19 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2019-10-21 20:28:20 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.19
2019-10-21 20:28:23 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=14e6a02e743838696fcb620edf6a2fd7e60cabec
2019-10-21 20:41:57 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 linux-headers make openssl perl perl-utils tar wget && 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 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && enableExtstore="$( case "$gnuArch" in s390x-*) ;; *) echo '--enable-extstore' ;; esac )" && ./configure --build="$gnuArch" --enable-sasl --enable-sasl-pwdb $enableExtstore && make -j "$(nproc)" && make test && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V
2019-10-21 20:41:58 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2019-10-21 20:42:06 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-10-21 20:42:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-10-21 20:42:14 UTC/bin/sh -c #(nop) USER memcache
2019-10-21 20:42:17 UTC/bin/sh -c #(nop) EXPOSE 11211
2019-10-21 20:42:19 UTC/bin/sh -c #(nop) CMD ["memcached"]
2019-10-21 17:59:32 UTC
3.86 MB
14e6a02e743838696fcb620edf6a2fd7e60cabec
MEMCACHED_VERSION1.5.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:fb7172052a60e640810f01efff381654bf9ed44082461455cfcc6306d192d541 - 63.51% (2.45 MB)
[#001] sha256:90d49681fd3dd1656db6777d79e2e888f245619a89bf201983a2afc6ef4a0ce9 - 0.03% (1.23 KB)
[#002] sha256:c455203c05aee6cd1215d5a42252e7d08174c50e8275e59b72b5946e2e5ef0f9 - 0.37% (14.8 KB)
[#003] sha256:4b6e88c0c40fe8381683511ea0eaad1729c407425a44cb78e1468511b62257c2 - 36.07% (1.39 MB)
[#004] sha256:48e09b252529a1a1f81ccc68ebd4479632061fe233a72f216e116543ed07eb9b - 0.01% (282 Bytes)
[#005] sha256:cc82ecc6b1140edd275ef9692585e4f12d7b20a3face4664735874792802bf21 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:49020543846e4f93b34d71c0e4234ade7bd6dde3f45cb73784aa73ce0522c8bc in /
2019-10-21 16:47:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-21 17:54:57 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2019-10-21 17:54:58 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2019-10-21 17:54:59 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.19
2019-10-21 17:54:59 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=14e6a02e743838696fcb620edf6a2fd7e60cabec
2019-10-21 17:59: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 linux-headers make openssl perl perl-utils tar wget && 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 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && enableExtstore="$( case "$gnuArch" in s390x-*) ;; *) echo '--enable-extstore' ;; esac )" && ./configure --build="$gnuArch" --enable-sasl --enable-sasl-pwdb $enableExtstore && make -j "$(nproc)" && make test && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V
2019-10-21 17:59:30 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2019-10-21 17:59:31 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2019-10-21 17:59:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-10-21 17:59:31 UTC/bin/sh -c #(nop) USER memcache
2019-10-21 17:59:32 UTC/bin/sh -c #(nop) EXPOSE 11211
2019-10-21 17:59:32 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.