Namespace
library
Image / Tag
memcached:1.5.0-alpine
Content Digest
sha256:180e34da7dee18fcd5dee0ef3335a2e844481ed232c84df8f970b2abf89b67e6
Details
Created

2017-07-21 21:52:45 UTC

Size

3.55 MB

Content Digest
Environment
MEMCACHED_SHA1

e12af93e63c05ab7e89398e4cfd0bfc7b7bff1c5

MEMCACHED_VERSION

1.5.0

PATH

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


Layers

[#000] sha256:88286f41530e93dffd4b964e1db22ce4939fffa4a4c665dab8591fbab03d4926 - 53.44% (1.9 MB)

[#001] sha256:0fc4fb72c09d89c9a60427a94b2851bce7248601825a9201763f80698a31f587 - 0.03% (1.22 KB)

[#002] sha256:1e38f9e0675fd91e0194b69fab9a33ecaf8f383baea348e71e789af9d5103829 - 46.51% (1.65 MB)

[#003] sha256:a80cc17f22453eb6f605aff34453eab9c461d5af0a4cceb55985ed6034c69991 - 0.01% (282 Bytes)

[#004] sha256:0badae89f3cf58b8cb385b69375482733aec892443bc9675bf0d432c7f40f179 - 0.0% (121 Bytes)


History
2017-06-27 18:41:51 UTC

/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-21 21:30:16 UTC

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

2017-07-21 21:30:17 UTC

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

2017-07-21 21:52:36 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 && ./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-21 21:52:38 UTC

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

2017-07-21 21:52:40 UTC

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

2017-07-21 21:52:41 UTC

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

2017-07-21 21:52:43 UTC

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

2017-07-21 21:52:44 UTC

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

2017-07-21 21:52:45 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