Namespace
library
Image / Tag
memcached:1-alpine3.16
Content Digest
sha256:50cc3f190f3b4c13e6875e3fa4eb7ce86a756ce00ffe34c243aff0756d0ebef7
Details
Created

2022-11-12 04:39:41 UTC

Size

3.71 MB

Content Digest
Environment
MEMCACHED_SHA1

e25639473e15f1bd9516b915fb7e03ab8209030f

MEMCACHED_VERSION

1.6.17

PATH

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


Layers

[#000] sha256:0c10ccf9426f4a034c81b9e1a0fa81fc5cd957d8a4e0ea545ee33f4cd59f227b - 72.14% (2.68 MB)

[#001] sha256:9951891b1310ad820489c84181ff9abc7a586b81689546580b16f189094d41d1 - 0.03% (1.21 KB)

[#002] sha256:49a4db546c4d6c4868971c26bad4fdd8c23c2905b85b298e510703801325aec7 - 3.08% (117 KB)

[#003] sha256:3191a52cde04cecccbdca0349040db5676d8b35445d4679762ff7769a2d6d0c1 - 24.73% (940 KB)

[#004] sha256:58ea727b4b388cb040e6456cdba2d85820f68dff59247e797677f5a10f926f26 - 0.01% (286 Bytes)

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


History
2022-11-12 03:38:23 UTC

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

2022-11-12 03:38:23 UTC

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

2022-11-12 04:36:27 UTC

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

2022-11-12 04:36:29 UTC

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

2022-11-12 04:36:29 UTC

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

2022-11-12 04:36:30 UTC

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

2022-11-12 04:39:35 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-11-12 04:39:37 UTC

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

2022-11-12 04:39:37 UTC

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

2022-11-12 04:39:38 UTC

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

2022-11-12 04:39:39 UTC

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

2022-11-12 04:39:40 UTC

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

2022-11-12 04:39:41 UTC

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

Details
Created

2022-11-12 06:26:30 UTC

Size

3.69 MB

Content Digest
Environment
MEMCACHED_SHA1

e25639473e15f1bd9516b915fb7e03ab8209030f

MEMCACHED_VERSION

1.6.17

PATH

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


Layers

[#000] sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 72.54% (2.68 MB)

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

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

[#003] sha256:77cc859b29477cca2eaa971f874ab782674499db60f36f86c2446778a0a85809 - 24.62% (930 KB)

[#004] sha256:d7655cb15be1e71ce41f373f1ed210798fcb0ed2c0a325793d21fba77d9164c7 - 0.01% (281 Bytes)

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


History
2022-11-12 04:19:23 UTC

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

2022-11-12 04:19:23 UTC

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

2022-11-12 06:23:48 UTC

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

2022-11-12 06:23:49 UTC

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

2022-11-12 06:23:49 UTC

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

2022-11-12 06:23:49 UTC

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

2022-11-12 06:26:29 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-11-12 06:26:29 UTC

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

2022-11-12 06:26:30 UTC

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

2022-11-12 06:26:30 UTC

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

2022-11-12 06:26:30 UTC

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

2022-11-12 06:26:30 UTC

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

2022-11-12 06:26:30 UTC

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

Details
Created

2022-11-12 04:34:47 UTC

Size

3.58 MB

Content Digest
Environment
MEMCACHED_SHA1

e25639473e15f1bd9516b915fb7e03ab8209030f

MEMCACHED_VERSION

1.6.17

PATH

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


Layers

[#000] sha256:6875df1f535433e5affe18ecfde9acb7950ab5f76887980ff06c5cdd48cf98f4 - 72.03% (2.58 MB)

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

[#002] sha256:2e8d22178c258aa504d67b140d67b44bcbcac169b1c2be5ba239d967ecc0c65b - 2.92% (107 KB)

[#003] sha256:f36224bcca30debf6e43c90456e7caf05e7579442550546337686055217ac8d4 - 25.01% (918 KB)

[#004] sha256:9a839705f1a3bfe0d8449d3c5af67612e127568f9c047eec3902c7bd1ab5ed9a - 0.01% (284 Bytes)

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


History
2022-11-12 03:39:38 UTC

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

2022-11-12 03:39:38 UTC

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

2022-11-12 04:32:00 UTC

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

2022-11-12 04:32:00 UTC

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

2022-11-12 04:32:00 UTC

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

2022-11-12 04:32:00 UTC

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

2022-11-12 04:34:47 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-11-12 04:34:47 UTC

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

2022-11-12 04:34:47 UTC

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

2022-11-12 04:34:47 UTC

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

2022-11-12 04:34:47 UTC

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

2022-11-12 04:34:47 UTC

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

2022-11-12 04:34:47 UTC

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

Details
Created

2022-11-12 05:22:51 UTC

Size

3.73 MB

Content Digest
Environment
MEMCACHED_SHA1

e25639473e15f1bd9516b915fb7e03ab8209030f

MEMCACHED_VERSION

1.6.17

PATH

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


Layers

[#000] sha256:5c3a6ece62351976dfb4b56dc417aebd2a7dbda14ebac2737edd2ab43883553f - 71.62% (2.67 MB)

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

[#002] sha256:15e3d2cb65ba0c78b7e0fa6d9f69c9436d5725b4d358f2b3bbd42e0c776c4205 - 3.23% (123 KB)

[#003] sha256:cfe5b6250391fd83411a7f7f7e26933522d3d4cf176b27f1ce74881bdfe65571 - 25.11% (959 KB)

[#004] sha256:2f840b2979b7a4af757216f85b38bf597b65aec22c4c0a52fc2a485923603ae4 - 0.01% (282 Bytes)

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


History
2022-11-12 04:16:30 UTC

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

2022-11-12 04:16:31 UTC

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

2022-11-12 05:16:05 UTC

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

2022-11-12 05:16:08 UTC

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

2022-11-12 05:16:08 UTC

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

2022-11-12 05:16:08 UTC

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

2022-11-12 05:22:47 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-11-12 05:22:48 UTC

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

2022-11-12 05:22:49 UTC

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

2022-11-12 05:22:49 UTC

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

2022-11-12 05:22:50 UTC

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

2022-11-12 05:22:50 UTC

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

2022-11-12 05:22:51 UTC

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

Details
Created

2022-11-12 04:45:40 UTC

Size

3.48 MB

Content Digest
Environment
MEMCACHED_SHA1

e25639473e15f1bd9516b915fb7e03ab8209030f

MEMCACHED_VERSION

1.6.17

PATH

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


Layers

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

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

[#002] sha256:6ef6922364f4028fe814650a91f62dbb38d8610ed1d295e485aa968573dd3b8b - 3.08% (110 KB)

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

[#004] sha256:42ba4443b0388923438031a6ad05cc470a8ed57fb11923792c112713b33e775c - 0.01% (284 Bytes)

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


History
2022-11-12 03:42:05 UTC

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

2022-11-12 03:42:06 UTC

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

2022-11-12 04:41:34 UTC

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

2022-11-12 04:41:36 UTC

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

2022-11-12 04:41:37 UTC

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

2022-11-12 04:41:37 UTC

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

2022-11-12 04:45:35 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-11-12 04:45:36 UTC

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

2022-11-12 04:45:38 UTC

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

2022-11-12 04:45:39 UTC

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

2022-11-12 04:45:39 UTC

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

2022-11-12 04:45:39 UTC

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

2022-11-12 04:45:40 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