Namespace
library
Image / Tag
memcached:1.5.22-alpine
Content Digest
sha256:70d35d3693c9702804f0037b535699d05e4973e9335d4cacd17555ba1d816067
Details
Created

2020-02-06 02:16:07 UTC

Size

4.25 MB

Content Digest
Environment
MEMCACHED_SHA1

3fe5d3929130e860efcfde18d4d396a29db006b7

MEMCACHED_VERSION

1.5.22

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f024b1263dc58db07a458b73ae1a2dca02ca55bef1ccd1fa3fd50656551fadf2 - 62.98% (2.68 MB)

[#001] sha256:431aabc4c24cdeaae3c25e5699ac6e79b8fb26d6b3bca55a800adfe777501e4e - 0.03% (1.2 KB)

[#002] sha256:3597117016445fddae7449ab0e8e29d459d0e7cda1b6e76e2e3645338df003b7 - 0.36% (15.8 KB)

[#003] sha256:560a143e3e38924c1cb346a91d3194cee31480578c98b5b00e32622ede4982e7 - 36.62% (1.56 MB)

[#004] sha256:1b79ede15f4cb01cebe9f692c1b6f59b3f28c748cc8078e10d77f19bef769a7f - 0.01% (284 Bytes)

[#005] sha256:5e22fe0e4b1995aad16d119bd9dd4e8446aaaddad0dc4fb49bc49dd921617011 - 0.0% (121 Bytes)


History
2020-01-18 01:38:44 UTC

/bin/sh -c #(nop) ADD file:381b617b92fe699ad4ef4f30e0d9599f89e43e252883348c420ebe2a0cccbd63 in /

2020-01-18 01:38:45 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-28 00:48:42 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2020-01-28 00:48:43 UTC

/bin/sh -c apk add --no-cache cyrus-sasl-plain

2020-02-06 02:08:11 UTC

/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.22

2020-02-06 02:08:11 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=3fe5d3929130e860efcfde18d4d396a29db006b7

2020-02-06 02:16: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-02-06 02:16:05 UTC

/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/

2020-02-06 02:16:06 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2020-02-06 02:16:07 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-02-06 02:16:07 UTC

/bin/sh -c #(nop) USER memcache

2020-02-06 02:16:07 UTC

/bin/sh -c #(nop) EXPOSE 11211

2020-02-06 02:16:07 UTC

/bin/sh -c #(nop) CMD ["memcached"]

Details
Created

2020-02-06 01:35:13 UTC

Size

4.15 MB

Content Digest
Environment
MEMCACHED_SHA1

3fe5d3929130e860efcfde18d4d396a29db006b7

MEMCACHED_VERSION

1.5.22

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 64.37% (2.67 MB)

[#001] sha256:b1e93bbcd3846fe31de80a08547eb76193129a81ae7bb50e73236c10f887dc3e - 0.03% (1.2 KB)

[#002] sha256:6a48b148dfd515f8ad8eab11710674fe24fa23f1b96349ede10ab1a78a632177 - 0.35% (14.7 KB)

[#003] sha256:379b3dee7e521acc6b714cffe7377c5cd685fde7716311801ec137133e45b972 - 35.25% (1.46 MB)

[#004] sha256:fc31fa773b4c89c1b7e8be1590684259cdc269bc7ff74ebb2f5911ff28a1ffd5 - 0.01% (284 Bytes)

[#005] sha256:28fb7c7018c62a0da9c6caace4222f77e0eb7012a2e0fb785db0e7a6d206cf11 - 0.0% (121 Bytes)


History
2020-01-18 01:19:37 UTC

/bin/sh -c #(nop) ADD file:e69d441d729412d24675dcd33e04580885df99981cec43de8c9b24015313ff8e in /

2020-01-18 01:19:37 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-28 00:54:55 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2020-01-28 00:54:55 UTC

/bin/sh -c apk add --no-cache cyrus-sasl-plain

2020-02-06 01:27:39 UTC

/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.22

2020-02-06 01:27:40 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=3fe5d3929130e860efcfde18d4d396a29db006b7

2020-02-06 01:35:12 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-02-06 01:35:12 UTC

/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/

2020-02-06 01:35:13 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2020-02-06 01:35:13 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-02-06 01:35:13 UTC

/bin/sh -c #(nop) USER memcache

2020-02-06 01:35:13 UTC

/bin/sh -c #(nop) EXPOSE 11211

2020-02-06 01:35:13 UTC

/bin/sh -c #(nop) CMD ["memcached"]

Details
Created

2020-02-06 01:58:30 UTC

Size

3.94 MB

Content Digest
Environment
MEMCACHED_SHA1

3fe5d3929130e860efcfde18d4d396a29db006b7

MEMCACHED_VERSION

1.5.22

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:832e07764099264ef96e50a1e5e41c52d6b0809bd054e29508a6878aa59d156d - 63.34% (2.5 MB)

[#001] sha256:33c4279c48d90e0c3053099bb9ca915b67b4f057fdc1bfa737cdeff49f7fd3d4 - 0.03% (1.23 KB)

[#002] sha256:2d8eff54bf4684589855264a1239e93563b4da49264da619e3745d2446d2352f - 0.36% (14.4 KB)

[#003] sha256:fd2bf1fa91e1c925b92edba9c6d7a6d6e53a9adb67ecbd3dfe3f1f75d4dc1623 - 36.26% (1.43 MB)

[#004] sha256:ef5aa1dc96996e353f102673d3da6c05c0f8cc0f52e07135f506fe63b49933f3 - 0.01% (286 Bytes)

[#005] sha256:22ff2104e9768a68314565288f4e37f17247ae9384cb8f1c5e8341d40b9077a4 - 0.0% (119 Bytes)


History
2020-01-18 01:53:16 UTC

/bin/sh -c #(nop) ADD file:a1906f14a4e217a498b550f86a3d17c9012c02a6df0668043b63848c8fa44b9b in /

2020-01-18 01:53:17 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-28 00:52:27 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2020-01-28 00:52:30 UTC

/bin/sh -c apk add --no-cache cyrus-sasl-plain

2020-02-06 01:49:32 UTC

/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.22

2020-02-06 01:49:32 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=3fe5d3929130e860efcfde18d4d396a29db006b7

2020-02-06 01:58:21 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-02-06 01:58:22 UTC

/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/

2020-02-06 01:58:24 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2020-02-06 01:58:26 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-02-06 01:58:27 UTC

/bin/sh -c #(nop) USER memcache

2020-02-06 01:58:29 UTC

/bin/sh -c #(nop) EXPOSE 11211

2020-02-06 01:58:30 UTC

/bin/sh -c #(nop) CMD ["memcached"]

Details
Created

2020-02-06 09:39:29 UTC

Size

3.64 MB

Content Digest
Environment
MEMCACHED_SHA1

3fe5d3929130e860efcfde18d4d396a29db006b7

MEMCACHED_VERSION

1.5.22

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:3a2c5e3c37b2e3d749405512ef3793aa45a2f5c11615d9e9efa80179262cdf27 - 63.47% (2.31 MB)

[#001] sha256:9aa3e71e259912bc94119737267a874d423f639be13083765352c8d6f2fe2a6b - 0.03% (1.23 KB)

[#002] sha256:6b9e1375e31fb539b7ca784d44d0cc4c37ac2e6f8239f4295213ca9500ccfcaa - 0.36% (13.3 KB)

[#003] sha256:dca75d1af24f5c967ff9bae3aaecad5889c801b82be07ba881c33139688fa712 - 36.13% (1.31 MB)

[#004] sha256:965c2fdc4ef78ec6bb3af56404b162a222a277d1ac9a1da64112566ed95db592 - 0.01% (285 Bytes)

[#005] sha256:c688fdc3cf87b560dbc095fee87a6f9827378e4484e5b56ce1f51452368f32e3 - 0.0% (121 Bytes)


History
2020-01-18 02:03:19 UTC

/bin/sh -c #(nop) ADD file:4c815f4461ff3b8d481f43d84eb2548cb1adbb3015d370cab86dd7f4d3d94279 in /

2020-01-18 02:03:22 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-28 01:30:43 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2020-01-28 01:30:55 UTC

/bin/sh -c apk add --no-cache cyrus-sasl-plain

2020-02-06 04:54:21 UTC

/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.22

2020-02-06 04:54:23 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=3fe5d3929130e860efcfde18d4d396a29db006b7

2020-02-06 09:39:08 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-02-06 09:39:11 UTC

/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/

2020-02-06 09:39:22 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2020-02-06 09:39:23 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-02-06 09:39:26 UTC

/bin/sh -c #(nop) USER memcache

2020-02-06 09:39:28 UTC

/bin/sh -c #(nop) EXPOSE 11211

2020-02-06 09:39:29 UTC

/bin/sh -c #(nop) CMD ["memcached"]

Details
Created

2020-02-06 03:12:24 UTC

Size

4.08 MB

Content Digest
Environment
MEMCACHED_SHA1

3fe5d3929130e860efcfde18d4d396a29db006b7

MEMCACHED_VERSION

1.5.22

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:8fa90b21c985a6fcfff966bdfbde81cdd088de0aa8af38110057f6ac408f4408 - 63.65% (2.6 MB)

[#001] sha256:2cd06d9fb7c7820b59243e32290da8b6bc1e1719c0e1288f468936fa95091ff8 - 0.03% (1.23 KB)

[#002] sha256:35ab3f89cfc542b0a3b8755ffd6bca6897778e9a3814c52589d388834b7156f2 - 0.36% (15.1 KB)

[#003] sha256:134c33ce746ccaa3d3fb8175d17135e0bbb326374146e9d1268d46ff8f7c6209 - 35.95% (1.47 MB)

[#004] sha256:716f6001db03f216df93a06b864d55a0707294b7ae130f0c4fd9be6e51b1829e - 0.01% (285 Bytes)

[#005] sha256:d222278f226437014ccd5cf951159245a93f9c481f5a20ba7d0e767bd739ecfb - 0.0% (121 Bytes)


History
2020-01-18 01:39:43 UTC

/bin/sh -c #(nop) ADD file:4109fa86dd80850e84c689ff9e6a3243e30ab1bbcc00c765969b3011bfbb43e1 in /

2020-01-18 01:39:43 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-28 00:53:38 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2020-01-28 00:53:41 UTC

/bin/sh -c apk add --no-cache cyrus-sasl-plain

2020-02-06 03:04:18 UTC

/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.22

2020-02-06 03:04:18 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=3fe5d3929130e860efcfde18d4d396a29db006b7

2020-02-06 03:12:18 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-02-06 03:12:19 UTC

/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/

2020-02-06 03:12:21 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2020-02-06 03:12:21 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-02-06 03:12:22 UTC

/bin/sh -c #(nop) USER memcache

2020-02-06 03:12:23 UTC

/bin/sh -c #(nop) EXPOSE 11211

2020-02-06 03:12:24 UTC

/bin/sh -c #(nop) CMD ["memcached"]

Details
Created

2020-02-06 03:59:17 UTC

Size

4.23 MB

Content Digest
Environment
MEMCACHED_SHA1

3fe5d3929130e860efcfde18d4d396a29db006b7

MEMCACHED_VERSION

1.5.22

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:cd95c8a93e39dcaa0634a65d5b86a88bcd5c3092adb1f96504a7030faa165123 - 63.69% (2.69 MB)

[#001] sha256:5cc791749867123bab1a791891ae28e057ee5304e839f0e30fb11c01e3b117c9 - 0.03% (1.23 KB)

[#002] sha256:17e510e23cde584149c483ecd997b1f57d4bd61ccaf28adef58583ae25ad6d5a - 0.36% (15.8 KB)

[#003] sha256:188e9083af6f3a6265aae9329b02e53e99642f50f99c2adcdce41cb1cb1cb2c8 - 35.9% (1.52 MB)

[#004] sha256:14424bbaebeddd0addbba02a02f017f58ed2496e2bdb41ead786985ad7e0bd7d - 0.01% (282 Bytes)

[#005] sha256:73c75b86e98b7dcae53df05efb80d26ae827961a3ea78801fa91842fefb6cf4a - 0.0% (121 Bytes)


History
2020-01-18 02:20:41 UTC

/bin/sh -c #(nop) ADD file:32ddb3d5255071cca51573ceee2464dd5a87c8d1cce514ae965b6e824d9ef24b in /

2020-01-18 02:20:45 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-28 00:56:10 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2020-01-28 00:56:17 UTC

/bin/sh -c apk add --no-cache cyrus-sasl-plain

2020-02-06 03:51:09 UTC

/bin/sh -c #(nop) ENV MEMCACHED_VERSION=1.5.22

2020-02-06 03:51:12 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=3fe5d3929130e860efcfde18d4d396a29db006b7

2020-02-06 03:58:54 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-02-06 03:58:55 UTC

/bin/sh -c #(nop) COPY file:bf641b13ea5b37f5830b299ebe9d72f194ee5d897db14faf8b133dc7a66a48ad in /usr/local/bin/

2020-02-06 03:59:01 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2020-02-06 03:59:04 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-02-06 03:59:09 UTC

/bin/sh -c #(nop) USER memcache

2020-02-06 03:59:12 UTC

/bin/sh -c #(nop) EXPOSE 11211

2020-02-06 03:59:17 UTC

/bin/sh -c #(nop) CMD ["memcached"]

Danger Zone
Delete Tag

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.

Delete