Namespace
library
Image / Tag
memcached:1.4.36
Content Digest
sha256:a2dfef5700944ec8bb2d2c0d6f5b2819324b1b91647dc09847ce81e7a91e3fe4
Details
Created

2017-05-09 17:31:47 UTC

Size

30.2 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:56c7afbcb0f1f3976c78e9c511ded74db33dfc196fe4b4b56914d7b1917c5aa2 - 96.88% (29.2 MB)

[#001] sha256:49acdc7c75c948479508d0b032ea2944b47726b9e136d038a6dada972ff6d6f0 - 0.01% (2.02 KB)

[#002] sha256:152590a2a70490241ace978dac31a7399213f2a2019c13fb33da091fcc42fa64 - 3.12% (962 KB)

[#003] sha256:4dc7b816537893792ddaf5de947eee84fc95f0f8a6da9b83e929121698314b57 - 0.0% (287 Bytes)

[#004] sha256:4cb74c11bcdd30387cf8021ed130f0880e29be026f05bf0e17a1e113f44b21d8 - 0.0% (118 Bytes)


History
2017-05-08 23:28:58 UTC

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

2017-05-08 23:28:59 UTC

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

2017-05-09 17:31:00 UTC

/bin/sh -c groupadd -r memcache && useradd -r -g memcache memcache

2017-05-09 17:31:01 UTC

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

2017-05-09 17:31:01 UTC

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

2017-05-09 17:31:42 UTC

/bin/sh -c set -x && buildDeps=' ca-certificates dpkg-dev gcc libc6-dev libevent-dev libsasl2-dev make perl wget ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 && apt-mark manual libevent-2.0-5 libsasl2-2 && apt-get purge -y --auto-remove $buildDeps && memcached -V

2017-05-09 17:31:43 UTC

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

2017-05-09 17:31:45 UTC

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

2017-05-09 17:31:45 UTC

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

2017-05-09 17:31:46 UTC

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

2017-05-09 17:31:47 UTC

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

2017-05-09 17:31:47 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