Namespace
library
Image / Tag
memcached:1.5.11-alpine
Content Digest
sha256:bfd52276b49f0f93d727c9f3306c430b657d188ef64431e12387bb25d8f638d5
Details
Created

2018-10-13 10:50:06 UTC

Size

4.82 MB

Content Digest
Environment
MEMCACHED_SHA1

59b800337ae4bb164b85a5779fa5b72d5f9af66c

MEMCACHED_VERSION

1.5.11

PATH

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


Layers

[#000] sha256:6b5c2e9bbf9885ccefe772a5a1f471d7da4315b7bf43ec3b4c014a65d04073b1 - 44.95% (2.17 MB)

[#001] sha256:e4d99e807699886f28203b3284584d7b093a61a84c40230f7094513bb2f84cd2 - 0.0% (175 Bytes)

[#002] sha256:6b9942a015a0b11686ba1d3d8d03a223b0d4590a067d063405f5b42938bbf60f - 0.02% (1.22 KB)

[#003] sha256:9e03d32bb03c39be46a57c614def9d36548204869bd9344d22f7a70c7592f5d2 - 55.01% (2.65 MB)

[#004] sha256:4a101b1951ab12f1556c17631e9d9ad1dff10dc23fc2599e279a31c3d4bebbae - 0.01% (283 Bytes)

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


History
2018-09-12 10:38:54 UTC

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

2018-09-12 10:38:54 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 10:38:54 UTC

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

2018-09-15 10:53:40 UTC

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

2018-10-13 10:44:35 UTC

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

2018-10-13 10:44:35 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=59b800337ae4bb164b85a5779fa5b72d5f9af66c

2018-10-13 10:50: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 libressl linux-headers make 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 $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 --virtual .memcached-rundeps $runDeps && apk del .build-deps && memcached -V

2018-10-13 10:50:05 UTC

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

2018-10-13 10:50:06 UTC

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

2018-10-13 10:50:06 UTC

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

2018-10-13 10:50:06 UTC

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

2018-10-13 10:50:06 UTC

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

2018-10-13 10:50:06 UTC

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

Details
Created

2018-10-12 18:36:16 UTC

Size

4.69 MB

Content Digest
Environment
MEMCACHED_SHA1

59b800337ae4bb164b85a5779fa5b72d5f9af66c

MEMCACHED_VERSION

1.5.11

PATH

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


Layers

[#000] sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 44.86% (2.1 MB)

[#001] sha256:49f0a546fde6b4e2982fac226908dd36848f92245f510841d2ac5d915350cdce - 0.03% (1.22 KB)

[#002] sha256:2c9f10d647a9335c1be6a095a551f2ef6cfced777b061c0beb5d760397c944e9 - 55.11% (2.59 MB)

[#003] sha256:25f274d19a5f8dbe47341bbaffa19d1a5a6eae8a6eb4722ca27073bbf15df283 - 0.01% (283 Bytes)

[#004] sha256:92a6f87ef31526f220ec57ec14cd180e11ce75ac4e001a42a54579687ec9fdf0 - 0.0% (121 Bytes)


History
2018-09-11 22:19:50 UTC

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

2018-09-11 22:19:50 UTC

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

2018-09-15 01:38:05 UTC

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

2018-10-12 18:30:48 UTC

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

2018-10-12 18:30:49 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=59b800337ae4bb164b85a5779fa5b72d5f9af66c

2018-10-12 18:36:15 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 && 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 $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 --virtual .memcached-rundeps $runDeps && apk del .build-deps && memcached -V

2018-10-12 18:36:15 UTC

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

2018-10-12 18:36:16 UTC

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

2018-10-12 18:36:16 UTC

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

2018-10-12 18:36:16 UTC

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

2018-10-12 18:36:16 UTC

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

2018-10-12 18:36:16 UTC

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

Details
Created

2018-10-13 08:20:24 UTC

Size

4.53 MB

Content Digest
Environment
MEMCACHED_SHA1

59b800337ae4bb164b85a5779fa5b72d5f9af66c

MEMCACHED_VERSION

1.5.11

PATH

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


Layers

[#000] sha256:905674ea9d9448b14f15ae82e3c34138680bac1ef4fc29088aae8c9639b502fe - 45.14% (2.05 MB)

[#001] sha256:d91fe322e1690c8fb3f2b684fd85335d36a45e509b1568683232aede6d8a5e2b - 0.0% (175 Bytes)

[#002] sha256:a23dc4ba54ae4d137be594e8733ed2bd1956a6700f22737a3931fbf5d36b91cd - 0.03% (1.25 KB)

[#003] sha256:3adaea7a0f1e2fc6c3abf6568c6991af03e301f4a91d023763b12ba0f8bd49b6 - 54.82% (2.49 MB)

[#004] sha256:40123b301b116a6d3b6c5879c6d11f892628a9a34be55248c59e9321e7b3a925 - 0.01% (289 Bytes)

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


History
2018-09-12 07:49:40 UTC

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

2018-09-12 07:49:40 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 07:49:40 UTC

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

2018-09-15 07:49:30 UTC

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

2018-10-13 07:49:41 UTC

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

2018-10-13 07:49:42 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=59b800337ae4bb164b85a5779fa5b72d5f9af66c

2018-10-13 08:20:15 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 && 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 $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 --virtual .memcached-rundeps $runDeps && apk del .build-deps && memcached -V

2018-10-13 08:20:17 UTC

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

2018-10-13 08:20:21 UTC

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

2018-10-13 08:20:21 UTC

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

2018-10-13 08:20:22 UTC

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

2018-10-13 08:20:23 UTC

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

2018-10-13 08:20:24 UTC

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

Details
Created

2018-10-13 09:07:46 UTC

Size

4.46 MB

Content Digest
Environment
MEMCACHED_SHA1

59b800337ae4bb164b85a5779fa5b72d5f9af66c

MEMCACHED_VERSION

1.5.11

PATH

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


Layers

[#000] sha256:9941776d74c9129fd585b6f0434ba48bd3a7112d6736bc02e6d12f41153cab26 - 44.85% (2 MB)

[#001] sha256:ae94b3cb7a1b2cef0ceffe3303cd03f83434d283aab43389e586b42bea00b358 - 0.0% (176 Bytes)

[#002] sha256:bb74a2db9e475bbb7f9e1479b6b12c8c4db11108ecc4925570a065edfbc559b0 - 0.03% (1.22 KB)

[#003] sha256:b6b83b31451f3c74c05b258738e95e27a2716d961797373ccc04db53a306b1af - 55.11% (2.46 MB)

[#004] sha256:87304bbbd765dd64206633521293e8b4ec14665f8dafbbd603823218797ae8bd - 0.01% (287 Bytes)

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


History
2018-09-12 08:42:24 UTC

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

2018-09-12 08:42:24 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 08:42:25 UTC

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

2018-09-15 10:01:33 UTC

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

2018-10-13 09:01:07 UTC

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

2018-10-13 09:01:08 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=59b800337ae4bb164b85a5779fa5b72d5f9af66c

2018-10-13 09:07:28 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 && 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 $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 --virtual .memcached-rundeps $runDeps && apk del .build-deps && memcached -V

2018-10-13 09:07:31 UTC

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

2018-10-13 09:07:32 UTC

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

2018-10-13 09:07:33 UTC

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

2018-10-13 09:07:45 UTC

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

2018-10-13 09:07:46 UTC

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

2018-10-13 09:07:46 UTC

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

Details
Created

2018-10-13 10:21:02 UTC

Size

4.62 MB

Content Digest
Environment
MEMCACHED_SHA1

59b800337ae4bb164b85a5779fa5b72d5f9af66c

MEMCACHED_VERSION

1.5.11

PATH

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


Layers

[#000] sha256:d6201b52ea9b908d4d6e950e2a79ded27be48979d6f0f63bd3a57b16b621f188 - 45.33% (2.09 MB)

[#001] sha256:7c5cedde51de1c8ffccd5521fd02fc1efc1cc44ece2d5dccb1e550a65366cd80 - 0.0% (177 Bytes)

[#002] sha256:0f341dd0bab589cabf61519205a507e84ea1de11d632c1892a09f0397c7be538 - 0.03% (1.25 KB)

[#003] sha256:e4693d482d740509e20b37a4b6423bc8a897de720a51515fe5da18408ada7cbd - 54.63% (2.52 MB)

[#004] sha256:adee676e47b24dfe27a14b75b608237e1fcb1415a87f8c092311e7035792a829 - 0.01% (288 Bytes)

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


History
2018-09-12 08:18:11 UTC

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

2018-09-12 08:18:13 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 08:18:14 UTC

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

2018-09-15 08:40:33 UTC

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

2018-10-13 10:08:21 UTC

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

2018-10-13 10:08:22 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=59b800337ae4bb164b85a5779fa5b72d5f9af66c

2018-10-13 10:14:00 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 && 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 $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 --virtual .memcached-rundeps $runDeps && apk del .build-deps && memcached -V

2018-10-13 10:20:56 UTC

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

2018-10-13 10:20:58 UTC

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

2018-10-13 10:21:00 UTC

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

2018-10-13 10:21:00 UTC

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

2018-10-13 10:21:01 UTC

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

2018-10-13 10:21:02 UTC

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

Details
Created

2018-10-13 12:00:41 UTC

Size

4.71 MB

Content Digest
Environment
MEMCACHED_SHA1

59b800337ae4bb164b85a5779fa5b72d5f9af66c

MEMCACHED_VERSION

1.5.11

PATH

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


Layers

[#000] sha256:e5d7a290acc264d66e5c29923d4b8a79135ffd15887225581968bf7df22fb281 - 46.68% (2.2 MB)

[#001] sha256:ad01149bcd3bd207c03ab0c38897be9653222644a37b651c399c24f1e9170313 - 0.0% (176 Bytes)

[#002] sha256:5effac186d33f37bdc9b9c93bdebb430d7ed2269cb4aada3510139478eea9ba0 - 0.03% (1.22 KB)

[#003] sha256:68304be49fd47f1100b9ac235a01d43147056e8a510307e5f32c16730bf6dc96 - 53.28% (2.51 MB)

[#004] sha256:19241b8cc974c0023be582625741f2cc9fb0936f94466eb8c8807dd3f54d723c - 0.01% (287 Bytes)

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


History
2018-09-12 11:42:25 UTC

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

2018-09-12 11:42:25 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 11:42:25 UTC

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

2018-09-15 11:49:53 UTC

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

2018-10-13 11:57:06 UTC

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

2018-10-13 11:57:07 UTC

/bin/sh -c #(nop) ENV MEMCACHED_SHA1=59b800337ae4bb164b85a5779fa5b72d5f9af66c

2018-10-13 12:00: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 libressl linux-headers make 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 $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 --virtual .memcached-rundeps $runDeps && apk del .build-deps && memcached -V

2018-10-13 12:00:39 UTC

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

2018-10-13 12:00:40 UTC

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

2018-10-13 12:00:40 UTC

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

2018-10-13 12:00:40 UTC

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

2018-10-13 12:00:41 UTC

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

2018-10-13 12:00:41 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