2020-03-24 05:04:35 UTC
4.26 MB
a6a07f0433adaa13a3cafdf8c26acb640cdd001f
MEMCACHED_VERSION1.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:43f6a4398e1c9e860dfb5c93d7049ab9eedf814513bd6d07e06077c560303c7a - 62.76% (2.68 MB)
[#001] sha256:a31d073afa8dea3b0bfd6eeb6ebffc6447996f0e9cabebf9d749474ac22cdf2d - 0.03% (1.2 KB)
[#002] sha256:905909a3db778acdf7295903cff6ee7b27263e33facc5982475e7b60831413fc - 0.36% (15.8 KB)
[#003] sha256:76c90290dc12814d8beb00638db8cf742fb60cf0ebdf6e756c849d8e003753da - 36.84% (1.57 MB)
[#004] sha256:46914893611a74b9f0ea1754407bee7889851a0e08c6f2f245b8ccf8f6685860 - 0.01% (285 Bytes)
[#005] sha256:706d1c764585654d69858fb8ca088c916a01f4fea6319e48a4cbc08195f37864 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:99c8234abafd4fa915c0b826eb0e3be0e6aaa7c1e33cb1214ef71a99e9c02e06 in /
2020-03-23 21:38:28 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-24 04:55:12 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2020-03-24 04:55:13 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2020-03-24 04:55:13 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.6.2
2020-03-24 04:55:14 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=a6a07f0433adaa13a3cafdf8c26acb640cdd001f
2020-03-24 05:04:33 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 openssl-dev perl perl-io-socket-ssl 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 --enable-tls $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
2020-03-24 05:04:33 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2020-03-24 05:04:34 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2020-03-24 05:04:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-03-24 05:04:34 UTC/bin/sh -c #(nop) USER memcache
2020-03-24 05:04:35 UTC/bin/sh -c #(nop) EXPOSE 11211
2020-03-24 05:04:35 UTC/bin/sh -c #(nop) CMD ["memcached"]
2020-03-24 00:48:36 UTC
4.17 MB
a6a07f0433adaa13a3cafdf8c26acb640cdd001f
MEMCACHED_VERSION1.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:aad63a9339440e7c3e1fff2b988991b9bfb81280042fa7f39a5e327023056819 - 64.15% (2.67 MB)
[#001] sha256:5a5fb4ad400df404c486089fa4098e9e6bfdb1528c2ee85cbd5614e8a97f1f9a - 0.03% (1.2 KB)
[#002] sha256:bb602a49f6f4777651777faab36b80d92a2f1dbe36d865c0cce4e182439c6b5e - 0.35% (14.7 KB)
[#003] sha256:0d7b432eddd734eedebd3e0e7c7b40603dc7a548113f415023d67938787e13df - 35.47% (1.48 MB)
[#004] sha256:8b331e50702541d77a97ed09a9de2494f0664505e2fdaf6c5d3f7ee512292e41 - 0.01% (284 Bytes)
[#005] sha256:cbe0a4df9d758f9be22a3fee1c33012087b1153e12e96211e075ce54da75e588 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:0c4555f363c2672e350001f1293e689875a3760afe7b3f9146886afe67121cba in /
2020-03-23 21:19:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-24 00:40:06 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2020-03-24 00:40:07 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2020-03-24 00:40:07 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.6.2
2020-03-24 00:40:07 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=a6a07f0433adaa13a3cafdf8c26acb640cdd001f
2020-03-24 00:48:32 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 openssl-dev perl perl-io-socket-ssl 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 --enable-tls $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
2020-03-24 00:48:33 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2020-03-24 00:48:34 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2020-03-24 00:48:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-03-24 00:48:35 UTC/bin/sh -c #(nop) USER memcache
2020-03-24 00:48:35 UTC/bin/sh -c #(nop) EXPOSE 11211
2020-03-24 00:48:36 UTC/bin/sh -c #(nop) CMD ["memcached"]
2020-03-23 23:25:11 UTC
3.95 MB
a6a07f0433adaa13a3cafdf8c26acb640cdd001f
MEMCACHED_VERSION1.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0776aeec3430c5a5ba3f43937f0ee6a7770a1fe81a318c9d94cc76512e5375e9 - 63.15% (2.5 MB)
[#001] sha256:9f329bb895b7588f4de54c119f39a5f656520bc2310d39893460c4398814112d - 0.03% (1.23 KB)
[#002] sha256:a6bd8017eeb8ecce1d6b238f86b96a1af52d1a9dd44bc0da4c0573f58a7f51a8 - 0.35% (14.4 KB)
[#003] sha256:c8d0cf29f1d944e788e7fe40f3e359099f7a270995474f3d950f5ee0014f0abf - 36.45% (1.44 MB)
[#004] sha256:527e1520f3bb63fbfb09e42a09db7a396257a9bd8713ec89bc2d7f7c7454350b - 0.01% (284 Bytes)
[#005] sha256:f51905561cb0377e5e665b141fe0db2acde5a7d4bd7ab1045bafea03bc9b2705 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:e2fdfc637b534345942caf4097883508a5ed23be97d85ccc3357b8277aaa5430 in /
2020-03-23 21:49:27 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-23 23:15:28 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2020-03-23 23:15:34 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2020-03-23 23:15:36 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.6.2
2020-03-23 23:15:37 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=a6a07f0433adaa13a3cafdf8c26acb640cdd001f
2020-03-23 23:25:02 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 openssl-dev perl perl-io-socket-ssl 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 --enable-tls $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
2020-03-23 23:25:02 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2020-03-23 23:25:05 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2020-03-23 23:25:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-03-23 23:25:07 UTC/bin/sh -c #(nop) USER memcache
2020-03-23 23:25:09 UTC/bin/sh -c #(nop) EXPOSE 11211
2020-03-23 23:25:11 UTC/bin/sh -c #(nop) CMD ["memcached"]
2020-03-24 03:20:09 UTC
3.65 MB
a6a07f0433adaa13a3cafdf8c26acb640cdd001f
MEMCACHED_VERSION1.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d9bf605ce3d4449f4b90035c3e21d691806324781d43a5287b1da25a01779d6b - 63.26% (2.31 MB)
[#001] sha256:eae54837c45cf98e10469ba87b255979740486d00d9407bc2fcdf1492469dc04 - 0.03% (1.23 KB)
[#002] sha256:1459ca388d9e53a94cbb39e64789568710013f3b46396b24ea0729b570f74403 - 0.36% (13.3 KB)
[#003] sha256:4f84775e4ae618e04e599d46af2006e35d62d9046f4908e660cc533b9cbb8c36 - 36.34% (1.33 MB)
[#004] sha256:1dd59b3062e02dcff6cd6cbe35ba1e84c44a571112a65c4dd0ad640b905e4ae3 - 0.01% (287 Bytes)
[#005] sha256:f53094e3dbce9c8d482bfb7123a06c9a0e4e74102891a4aecc833167acbb64db - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:3bde6b6fd06efbf24e66446c6d32f72294fc749ae9ee6191776242e92b2f8ab4 in /
2020-03-23 21:57:56 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-23 22:14:07 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2020-03-23 22:14:20 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2020-03-24 01:47:18 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.6.2
2020-03-24 01:47:22 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=a6a07f0433adaa13a3cafdf8c26acb640cdd001f
2020-03-24 03:19:47 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 openssl-dev perl perl-io-socket-ssl 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 --enable-tls $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
2020-03-24 03:19:50 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2020-03-24 03:20:01 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2020-03-24 03:20:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-03-24 03:20:05 UTC/bin/sh -c #(nop) USER memcache
2020-03-24 03:20:07 UTC/bin/sh -c #(nop) EXPOSE 11211
2020-03-24 03:20:09 UTC/bin/sh -c #(nop) CMD ["memcached"]
2020-03-24 05:25:11 UTC
4.09 MB
a6a07f0433adaa13a3cafdf8c26acb640cdd001f
MEMCACHED_VERSION1.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8a0637ca1ac98db4cf29f7632449c92801adc80cf0da2cd9c9e39882ce466561 - 63.46% (2.6 MB)
[#001] sha256:fd1bfe9c2142f88c6e142b39adf7ba4fe722789b650d5a54184ff336826ae16f - 0.03% (1.23 KB)
[#002] sha256:7f4d8154a8d6d9edf61516528f99c62d27eb41f8602571ae30fdf745976e2c6e - 0.36% (15.1 KB)
[#003] sha256:08c2d95d7f4af1a185d8ee49036289005d293b0482dec21e37d9b3d412dd4305 - 36.14% (1.48 MB)
[#004] sha256:3155a3dd92862f554cc3183f2bee80be03143276eb77ec591564cb13662b0436 - 0.01% (285 Bytes)
[#005] sha256:92876adba291229835f1eaae9040b29b650699f800aadafa0074e6229929a538 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:746a5c3838a898d6acf7877552ff13d1ab40d0036ace7a662e7c747018315ddb in /
2020-03-23 21:39:53 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-24 05:16:12 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2020-03-24 05:16:15 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2020-03-24 05:16:17 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.6.2
2020-03-24 05:16:18 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=a6a07f0433adaa13a3cafdf8c26acb640cdd001f
2020-03-24 05:25:07 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 openssl-dev perl perl-io-socket-ssl 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 --enable-tls $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
2020-03-24 05:25:07 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2020-03-24 05:25:09 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2020-03-24 05:25:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-03-24 05:25:10 UTC/bin/sh -c #(nop) USER memcache
2020-03-24 05:25:10 UTC/bin/sh -c #(nop) EXPOSE 11211
2020-03-24 05:25:11 UTC/bin/sh -c #(nop) CMD ["memcached"]
2020-03-24 02:33:24 UTC
4.24 MB
a6a07f0433adaa13a3cafdf8c26acb640cdd001f
MEMCACHED_VERSION1.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bc1c99f4ba60de0d3ca52dc6855483e24c91884e33df71f502bbff6eb909d9b9 - 63.47% (2.69 MB)
[#001] sha256:c50bd2ca891d67079878bf06e36ba609e8528e83369265c92fbd3b03e6e839f1 - 0.03% (1.23 KB)
[#002] sha256:7a4704e4e496c0d18b40f484fc715146c1f427050210b40271112edcf751a698 - 0.36% (15.8 KB)
[#003] sha256:f87ee1a53f0c9e6c57b7fb3b71b9da49ed110d22b56eadda81638a140bf07b86 - 36.13% (1.53 MB)
[#004] sha256:a81f5b3acf7842941bfd7a8262af22500ce03f6b6a11c2a95bae6972df029076 - 0.01% (285 Bytes)
[#005] sha256:6eb33e1439f9be3e1cd47dc86a6c2a1beff48be8e9935c894f876aa7439fd462 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:4b35131542b9682214e1c2c72fe3cea215a10e2f775e87befecd80fe2228d5a0 in /
2020-03-23 21:21:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-24 02:24:20 UTC/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
2020-03-24 02:24:25 UTC/bin/sh -c apk add --no-cache cyrus-sasl-plain
2020-03-24 02:24:27 UTC/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.6.2
2020-03-24 02:24:32 UTC/bin/sh -c #(nop) ENV MEMCACHED_SHA1=a6a07f0433adaa13a3cafdf8c26acb640cdd001f
2020-03-24 02:33:05 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 openssl-dev perl perl-io-socket-ssl 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 --enable-tls $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
2020-03-24 02:33:07 UTC/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/
2020-03-24 02:33:14 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2020-03-24 02:33:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-03-24 02:33:19 UTC/bin/sh -c #(nop) USER memcache
2020-03-24 02:33:21 UTC/bin/sh -c #(nop) EXPOSE 11211
2020-03-24 02:33:24 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.