Namespace
library
Image / Tag
memcached:1.4.27-alpine
Content Digest
sha256:4ff2b7c75f8093a3853cb0d234224af99d248e50b1897674572780efe93af1e1
Details
Created

2016-06-24 21:07:08 UTC

Size

2.66 MB

Content Digest
Environment
MEMCACHED_SHA1

b5869038dc5f2dce24f3a62806eadfd64d58662e

MEMCACHED_VERSION

1.4.27

PATH

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


Layers

[#000] sha256:6c123565ed5e79b6c944d6da64bd785ad3ec03c6e853dcb733254aebb215ae55 - 83.14% (2.21 MB)

[#001] sha256:9b764fc1a9793a7491e4d8bd93236e832f7860d9aa280c0bb741ba7615e4e2a8 - 0.79% (21.6 KB)

[#002] sha256:5fc7cc9e41d320adfe853affca4d6da70acaf05d323b5905dbd425e8b374be8b - 16.06% (438 KB)

[#003] sha256:180c05417d2d9d861e2bbd4b52b78cff4077c7a9d5114985fcad0cfedde29e54 - 0.01% (280 Bytes)

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


History
2016-06-23 19:55:12 UTC

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

2016-06-23 20:08:50 UTC

/bin/sh -c adduser -D memcache

2016-06-24 21:06:47 UTC

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

2016-06-24 21:06:48 UTC

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

2016-06-24 21:07:03 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps 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 && make -j$(getconf _NPROCESSORS_ONLN) && 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

2016-06-24 21:07:04 UTC

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

2016-06-24 21:07:06 UTC

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

2016-06-24 21:07:06 UTC

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

2016-06-24 21:07:07 UTC

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

2016-06-24 21:07:07 UTC

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

2016-06-24 21:07:08 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