Namespace
library
Image / Tag
memcached:1.6.16-alpine
Content Digest
sha256:22fd822b2417986f627bd96bc687e85360200db73e8bc818fe6ffdfe1f24e413
Details
Created

2022-08-09 18:37:13 UTC

Size

3.71 MB

Content Digest
Environment
MEMCACHED_SHA1

724f31c3462fb6b07264d72d0043fd65545fd84a

MEMCACHED_VERSION

1.6.16

PATH

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


Layers

[#000] sha256:6c0d3b419d848ea31ca748254611d5d5ce3b76e3d7bba520fd87400fbb75f3b9 - 72.14% (2.68 MB)

[#001] sha256:240e236335200614c944d9ba79e2d7eda5cfa258a69e669b585cc28314d754f5 - 0.03% (1.21 KB)

[#002] sha256:844d1ba63a22190468423984b12b7d36f6c005e3316461b983f975f4b8dc9ee8 - 3.08% (117 KB)

[#003] sha256:ad6d3cd2261a998624eba6805148058d37a9733e41f66cef88d3b5103170e4a8 - 24.74% (940 KB)

[#004] sha256:7983bf58c38f033ac9ab3011fd046fa03cb7848d5b2fb86955fd5e20c62e27fc - 0.01% (283 Bytes)

[#005] sha256:a108c54c3e573033e837b18319fbbfab59f4bbca1dfd29610c5be85ad2ea1bc9 - 0.0% (121 Bytes)


History
2022-08-09 17:38:39 UTC

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

2022-08-09 17:38:39 UTC

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

2022-08-09 18:34:01 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2022-08-09 18:34:02 UTC

/bin/sh -c apk add --no-cache libsasl

2022-08-09 18:34:03 UTC

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

2022-08-09 18:34:04 UTC

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

2022-08-09 18:37:07 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps ca-certificates coreutils cyrus-sasl-dev gcc libc-dev libevent-dev linux-headers make openssl openssl-dev perl perl-io-socket-ssl perl-utils && 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="$gnuArch" --enable-extstore --enable-sasl --enable-sasl-pwdb --enable-tls && nproc="$(nproc)" && make -j "$nproc" && make test PARALLEL="$nproc" && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V

2022-08-09 18:37:09 UTC

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

2022-08-09 18:37:09 UTC

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

2022-08-09 18:37:10 UTC

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

2022-08-09 18:37:11 UTC

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

2022-08-09 18:37:12 UTC

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

2022-08-09 18:37:13 UTC

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

Details
Created

2022-08-09 20:56:31 UTC

Size

3.69 MB

Content Digest
Environment
MEMCACHED_SHA1

724f31c3462fb6b07264d72d0043fd65545fd84a

MEMCACHED_VERSION

1.6.16

PATH

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


Layers

[#000] sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 72.55% (2.68 MB)

[#001] sha256:d572ef57cdf8eb58de4b4e89970c5e64c6a2f8470bbbe4746efd56927df10611 - 0.03% (1.24 KB)

[#002] sha256:0ed8976416286665206f17c9c2ead879425c6c6c62051fa7af308abd8790c0bc - 2.8% (106 KB)

[#003] sha256:c657d873aa5cf9fbc93f3c3b68b8e7543ec1bc6335404b259ea5a7db4196422d - 24.6% (929 KB)

[#004] sha256:20f91921ed85e235501e9cd091c8d8601f04ea194fe4a461629fe7ab9eb9badd - 0.01% (283 Bytes)

[#005] sha256:198a10264961105745cf7038c02c22ae20695d9213c38421ec14d7cc8eda0d44 - 0.0% (121 Bytes)


History
2022-08-09 17:19:53 UTC

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

2022-08-09 17:19:53 UTC

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

2022-08-09 20:53:39 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2022-08-09 20:53:40 UTC

/bin/sh -c apk add --no-cache libsasl

2022-08-09 20:53:40 UTC

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

2022-08-09 20:53:41 UTC

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

2022-08-09 20:56:30 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps ca-certificates coreutils cyrus-sasl-dev gcc libc-dev libevent-dev linux-headers make openssl openssl-dev perl perl-io-socket-ssl perl-utils && 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="$gnuArch" --enable-extstore --enable-sasl --enable-sasl-pwdb --enable-tls && nproc="$(nproc)" && make -j "$nproc" && make test PARALLEL="$nproc" && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V

2022-08-09 20:56:30 UTC

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

2022-08-09 20:56:30 UTC

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

2022-08-09 20:56:31 UTC

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

2022-08-09 20:56:31 UTC

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

2022-08-09 20:56:31 UTC

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

2022-08-09 20:56:31 UTC

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

Details
Created

2022-08-09 20:50:57 UTC

Size

3.58 MB

Content Digest
Environment
MEMCACHED_SHA1

724f31c3462fb6b07264d72d0043fd65545fd84a

MEMCACHED_VERSION

1.6.16

PATH

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


Layers

[#000] sha256:9b18e9b68314027565b90ff6189d65942c0f7986da80df008b8431276885218e - 72.06% (2.58 MB)

[#001] sha256:0d15db589ad12df2825238bc4f6832b2c6e3d991704c9b41db7865df5d402276 - 0.03% (1.21 KB)

[#002] sha256:103b4be7608736e9e24d225ccd97cc4dfad6bacbe7bcf2ca1cd716b45ee32855 - 2.92% (107 KB)

[#003] sha256:be29d81faebb3b793bdb052326cbb181f786eb99078f62f6f00935c60c14a9fe - 24.98% (917 KB)

[#004] sha256:a590dbe104d4e1ec4c488c22500f75e3b44977e09523893500694356ff65008b - 0.01% (283 Bytes)

[#005] sha256:8da7fd81bf28f2c80e4823f86aea754145c41614f1a924f56f0d2f7e51747873 - 0.0% (121 Bytes)


History
2022-08-09 17:39:41 UTC

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

2022-08-09 17:39:42 UTC

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

2022-08-09 20:48:03 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2022-08-09 20:48:05 UTC

/bin/sh -c apk add --no-cache libsasl

2022-08-09 20:48:05 UTC

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

2022-08-09 20:48:06 UTC

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

2022-08-09 20:50:51 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps ca-certificates coreutils cyrus-sasl-dev gcc libc-dev libevent-dev linux-headers make openssl openssl-dev perl perl-io-socket-ssl perl-utils && 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="$gnuArch" --enable-extstore --enable-sasl --enable-sasl-pwdb --enable-tls && nproc="$(nproc)" && make -j "$nproc" && make test PARALLEL="$nproc" && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V

2022-08-09 20:50:53 UTC

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

2022-08-09 20:50:53 UTC

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

2022-08-09 20:50:54 UTC

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

2022-08-09 20:50:55 UTC

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

2022-08-09 20:50:56 UTC

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

2022-08-09 20:50:57 UTC

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

Details
Created

2022-08-09 18:51:37 UTC

Size

3.73 MB

Content Digest
Environment
MEMCACHED_SHA1

724f31c3462fb6b07264d72d0043fd65545fd84a

MEMCACHED_VERSION

1.6.16

PATH

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


Layers

[#000] sha256:c79e5d1a8c89b87020a754c8a5c8370faaa37bfb5bca1d8af66770d522ef1caf - 71.66% (2.67 MB)

[#001] sha256:086c869249c97411ce380e3b76305e0b85731874d0ea57dfd0de74e1f387443d - 0.03% (1.24 KB)

[#002] sha256:75e55886182590f2e7eef7f1c21851fd9c322339484e8345afd12376d976ddbd - 3.22% (123 KB)

[#003] sha256:5986c4b1340bf1f46f9c87bfe46749c8b2c36b125cc144d44369ffa6da235643 - 25.08% (958 KB)

[#004] sha256:94057389e17fb62c8067389939b22ba89063219c50a7a348d0343d3aee37d933 - 0.01% (283 Bytes)

[#005] sha256:989f24ebe1a18ca3cac84b41e1b10934fc83856828b9fb1da76a8d894048512e - 0.0% (120 Bytes)


History
2022-08-09 17:17:09 UTC

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

2022-08-09 17:17:10 UTC

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

2022-08-09 18:48:17 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2022-08-09 18:48:19 UTC

/bin/sh -c apk add --no-cache libsasl

2022-08-09 18:48:19 UTC

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

2022-08-09 18:48:19 UTC

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

2022-08-09 18:51:34 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps ca-certificates coreutils cyrus-sasl-dev gcc libc-dev libevent-dev linux-headers make openssl openssl-dev perl perl-io-socket-ssl perl-utils && 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="$gnuArch" --enable-extstore --enable-sasl --enable-sasl-pwdb --enable-tls && nproc="$(nproc)" && make -j "$nproc" && make test PARALLEL="$nproc" && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V

2022-08-09 18:51:34 UTC

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

2022-08-09 18:51:35 UTC

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

2022-08-09 18:51:36 UTC

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

2022-08-09 18:51:36 UTC

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

2022-08-09 18:51:36 UTC

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

2022-08-09 18:51:37 UTC

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

Details
Created

2022-08-09 19:14:46 UTC

Size

3.48 MB

Content Digest
Environment
MEMCACHED_SHA1

724f31c3462fb6b07264d72d0043fd65545fd84a

MEMCACHED_VERSION

1.6.16

PATH

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


Layers

[#000] sha256:790c84f1f3409eab952345157df7fa804ba6b5f06d4ceb6f2dfa3c6de2064397 - 71.04% (2.47 MB)

[#001] sha256:463a70f3df946e83a223bd55002470af1b7f8d483babe452e515a809b965d35c - 0.03% (1.24 KB)

[#002] sha256:df0b8be6e73cbbdde959ca7a21d3fd6c8e36e05bc9c7a46be4e5bfa5b664a50c - 3.09% (110 KB)

[#003] sha256:f39508191d6e035471ed454d54a8ec05b775ff26d4e6902076dd66901c870fd4 - 25.83% (920 KB)

[#004] sha256:664e864043941612ce16890523ab6ef1ca3d7a253f0384d99b2e0c3957b6398f - 0.01% (285 Bytes)

[#005] sha256:1f2ba1910d2ededf72d427c17c6dd473de7acc0ad7513e183ab5c4c3a0c43142 - 0.0% (121 Bytes)


History
2022-08-09 17:41:46 UTC

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

2022-08-09 17:41:46 UTC

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

2022-08-09 19:11:19 UTC

/bin/sh -c addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache

2022-08-09 19:11:20 UTC

/bin/sh -c apk add --no-cache libsasl

2022-08-09 19:11:20 UTC

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

2022-08-09 19:11:20 UTC

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

2022-08-09 19:14:45 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps ca-certificates coreutils cyrus-sasl-dev gcc libc-dev libevent-dev linux-headers make openssl openssl-dev perl perl-io-socket-ssl perl-utils && 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="$gnuArch" --enable-extstore --enable-sasl --enable-sasl-pwdb --enable-tls && nproc="$(nproc)" && make -j "$nproc" && make test PARALLEL="$nproc" && make install && cd / && rm -rf /usr/src/memcached && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-network --virtual .memcached-rundeps $runDeps && apk del --no-network .build-deps && memcached -V

2022-08-09 19:14:45 UTC

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

2022-08-09 19:14:46 UTC

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

2022-08-09 19:14:46 UTC

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

2022-08-09 19:14:46 UTC

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

2022-08-09 19:14:46 UTC

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

2022-08-09 19:14:46 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