Namespace
library
Image / Tag
memcached:1.4.34-alpine
Content Digest
sha256:0055e6e13415f893838f8f541c1e1b990743444d5eb26deb8a7aa214fa4cc050
Details
Created

2017-02-23 19:35:37 UTC

Size

2.63 MB

Content Digest
Environment
MEMCACHED_SHA1

7c7214f5183c6e20c22b243e21ed1ffddb91497e

MEMCACHED_VERSION

1.4.34

PATH

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


Layers

[#000] sha256:0a8490d0dfd399b3a50e9aaa81dba0d425c3868762d46526b41be00886bcc28b - 69.0% (1.81 MB)

[#001] sha256:57076bf87737c2f448e75324ceba121b3b90372ab913f604f928a40da4ebddc7 - 0.05% (1.21 KB)

[#002] sha256:ddf5decfae7f95546c92b4a8a392fa1b42b3f40a7a6c2ee8912867e743f1d353 - 30.95% (833 KB)

[#003] sha256:1ec05f6395d7e223a643cb8c1f10828d22495b6c1fc035fb509a9c8b74a58ecf - 0.01% (280 Bytes)

[#004] sha256:e583fdf3a707b952cd6806ad7293178145a30a4821f15ae01f83fd34e75328ee - 0.0% (120 Bytes)


History
2016-12-27 18:17:25 UTC

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

2017-01-04 21:11:39 UTC

/bin/sh -c adduser -D memcache

2017-01-13 18:10:54 UTC

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

2017-01-13 18:10:55 UTC

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

2017-02-23 19:35:33 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc libc-dev libevent-dev linux-headers make perl tar && wget -O memcached.tar.gz "http://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)" && make -j "$(nproc)" && 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

2017-02-23 19:35:34 UTC

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

2017-02-23 19:35:35 UTC

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

2017-02-23 19:35:35 UTC

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

2017-02-23 19:35:36 UTC

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

2017-02-23 19:35:36 UTC

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

2017-02-23 19:35:37 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