Namespace
library
Image / Tag
memcached:1.4.36-alpine
Content Digest
sha256:00b68b00139155817a8b1d69d74865563def06b3af1e6fc79ac541a1b2f6b961
Details
Created

2017-05-30 20:41:52 UTC

Size

3.11 MB

Content Digest
Environment
MEMCACHED_SHA1

519b417515206b0b95ff9bf14106a891f6a2252e

MEMCACHED_VERSION

1.4.36

PATH

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


Layers

[#000] sha256:6f821164d5b7ec94868795c1fb8dc6fd7d1fe51e04f97a6cf3a487868f2f5d68 - 60.33% (1.88 MB)

[#001] sha256:338fbb6cf27a58e389a21efe86a1e03a7254a6b4a42d94dfb473437532372d8f - 0.04% (1.22 KB)

[#002] sha256:714c5ae9370a6cbc0bb6e0c2edb06842444637e1d2a49560b453111fd1b9dbcc - 39.62% (1.23 MB)

[#003] sha256:3a1e7538d8c83ec02697d27494d6b050dcfec81c116c5eda6fc83958f19ef106 - 0.01% (279 Bytes)

[#004] sha256:952bb42ade1c13e4f3afb4e1b1018a15dbba6dde4fdcc4feed3fde726cc46dc5 - 0.0% (121 Bytes)


History
2017-05-25 23:32:38 UTC

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

2017-05-25 23:32:38 UTC

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

2017-05-30 20:41:31 UTC

/bin/sh -c adduser -D memcache

2017-05-30 20:41:32 UTC

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

2017-05-30 20:41:33 UTC

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

2017-05-30 20:41:46 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 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 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-05-30 20:41:47 UTC

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

2017-05-30 20:41:49 UTC

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

2017-05-30 20:41:50 UTC

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

2017-05-30 20:41:51 UTC

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

2017-05-30 20:41:51 UTC

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

2017-05-30 20:41:52 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