Namespace
library
Image / Tag
memcached:1.6.14-alpine
Content Digest
sha256:7076b9a1df69378b1f125955684d747bd658c70330a6758a33ad9df6abf9a3bc
Details
Created

2022-03-29 05:58:14 UTC

Size

3.71 MB

Content Digest
Environment
MEMCACHED_SHA1

be64c11d34f04bd1855100b8b5ad9ae8b45e0ab0

MEMCACHED_VERSION

1.6.14

PATH

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


Layers

[#000] sha256:134f45dc6b904419acf27b9807970f271117691bc67b963b86de8965db932175 - 72.5% (2.69 MB)

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

[#002] sha256:e94bdf2743784dacdafc11884df742673dc7194f6d86423e3c118d9a6e6387ce - 3.11% (118 KB)

[#003] sha256:c4064b2cd0f143dff906d32e679520c1b9642eb7d4d3e1245fc331ec24c7046f - 24.35% (925 KB)

[#004] sha256:178107cfc4ce09821bac84c72ff339c470023f513394c2f1a8cdfed81cde1968 - 0.01% (282 Bytes)

[#005] sha256:3474e1394263fa2a6fc98534e4496929fe5ebf3453bd2e8961c4e9c8f4a4b646 - 0.0% (118 Bytes)


History
2022-03-29 00:38:32 UTC

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

2022-03-29 00:38:33 UTC

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

2022-03-29 05:55:14 UTC

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

2022-03-29 05:55:15 UTC

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

2022-03-29 05:55:16 UTC

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

2022-03-29 05:55:17 UTC

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

2022-03-29 05:58:08 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-03-29 05:58:10 UTC

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

2022-03-29 05:58:10 UTC

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

2022-03-29 05:58:11 UTC

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

2022-03-29 05:58:12 UTC

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

2022-03-29 05:58:13 UTC

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

2022-03-29 05:58:14 UTC

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

Details
Created

2022-03-29 15:55:07 UTC

Size

3.69 MB

Content Digest
Environment
MEMCACHED_SHA1

be64c11d34f04bd1855100b8b5ad9ae8b45e0ab0

MEMCACHED_VERSION

1.6.14

PATH

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


Layers

[#000] sha256:40e059520d199e1a1a259089077f2a0c879951c9a4540490bad3a0d7714c6ae7 - 72.83% (2.68 MB)

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

[#002] sha256:5b7814c37b63c095afd6c29f878f1462bdeb47b5c3d2bf115e29d63fc3a88c01 - 2.83% (107 KB)

[#003] sha256:99c527deaa62aff904bcd0684fcf406a73b892701f5b4e71886d890e0773f0e1 - 24.3% (917 KB)

[#004] sha256:419557d66ea1c2ce1a4585b4b60075ee390bb987ab330529ea782e592d5052fe - 0.01% (280 Bytes)

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


History
2022-03-29 00:19:36 UTC

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

2022-03-29 00:19:36 UTC

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

2022-03-29 15:51:14 UTC

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

2022-03-29 15:51:15 UTC

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

2022-03-29 15:51:15 UTC

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

2022-03-29 15:51:16 UTC

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

2022-03-29 15:55:06 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-03-29 15:55:07 UTC

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

2022-03-29 15:55:07 UTC

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

2022-03-29 15:55:07 UTC

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

2022-03-29 15:55:07 UTC

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

2022-03-29 15:55:07 UTC

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

2022-03-29 15:55:07 UTC

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

Details
Created

2022-03-29 12:18:55 UTC

Size

3.58 MB

Content Digest
Environment
MEMCACHED_SHA1

be64c11d34f04bd1855100b8b5ad9ae8b45e0ab0

MEMCACHED_VERSION

1.6.14

PATH

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


Layers

[#000] sha256:80fa7f07ec7b717ec5f8e2717b91e3d659e129052ec3def2570a5674322688d9 - 72.32% (2.59 MB)

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

[#002] sha256:a1ae26cb130c189f6c90ab2a00b9869cd303a8f015b22e8a8e7f323603ce189f - 2.94% (108 KB)

[#003] sha256:ad24a2012747b16e96884e25f084c2ae322f6eb1297c07c9b35b32fd788de3ad - 24.7% (906 KB)

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

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


History
2022-03-29 00:40:05 UTC

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

2022-03-29 00:40:05 UTC

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

2022-03-29 12:15:46 UTC

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

2022-03-29 12:15:48 UTC

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

2022-03-29 12:15:49 UTC

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

2022-03-29 12:15:50 UTC

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

2022-03-29 12:18:49 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-03-29 12:18:51 UTC

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

2022-03-29 12:18:51 UTC

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

2022-03-29 12:18:52 UTC

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

2022-03-29 12:18:53 UTC

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

2022-03-29 12:18:54 UTC

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

2022-03-29 12:18:55 UTC

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

Details
Created

2022-03-30 04:32:26 UTC

Size

3.72 MB

Content Digest
Environment
MEMCACHED_SHA1

be64c11d34f04bd1855100b8b5ad9ae8b45e0ab0

MEMCACHED_VERSION

1.6.14

PATH

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


Layers

[#000] sha256:1c611bca4fa49cac5bc1e3826ad53fee85ed659d24bffcccd86c3f04be07339a - 72.0% (2.68 MB)

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

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

[#003] sha256:7f7458767af8ea8b5c1258806819fb91ab59fa932c141083c04e7f528feac34b - 24.73% (943 KB)

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

[#005] sha256:1f8a25e75b9ff56ede896b277a8d3c30d458b9a923c2bdb0a8715596e140796c - 0.0% (119 Bytes)


History
2022-03-29 00:16:52 UTC

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

2022-03-29 00:16:55 UTC

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

2022-03-30 04:28:01 UTC

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

2022-03-30 04:28:15 UTC

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

2022-03-30 04:28:19 UTC

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

2022-03-30 04:28:23 UTC

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

2022-03-30 04:31: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-03-30 04:31:53 UTC

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

2022-03-30 04:32:04 UTC

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

2022-03-30 04:32:07 UTC

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

2022-03-30 04:32:13 UTC

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

2022-03-30 04:32:21 UTC

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

2022-03-30 04:32:26 UTC

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

Details
Created

2022-03-29 22:33:29 UTC

Size

3.48 MB

Content Digest
Environment
MEMCACHED_SHA1

be64c11d34f04bd1855100b8b5ad9ae8b45e0ab0

MEMCACHED_VERSION

1.6.14

PATH

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


Layers

[#000] sha256:2c33ece150b7a4954636e49b807bdf240c422de7a78f45728d2fcdb7c96d14a3 - 71.25% (2.48 MB)

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

[#002] sha256:653a4c0603442476a0fdfe08845491831ffdb5f22d72769b0f679b3102f2f52b - 3.11% (111 KB)

[#003] sha256:2a77d65601da2e62e39197c848ae2ceedd7076b1790eb1f8bf6a0e0665791a22 - 25.6% (912 KB)

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

[#005] sha256:41a113d9e1ae4cfd34f8c8ad9dce707b4242978f372d49408ff0e4505d94a7dd - 0.0% (120 Bytes)


History
2022-03-29 00:41:32 UTC

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

2022-03-29 00:41:32 UTC

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

2022-03-29 22:30:00 UTC

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

2022-03-29 22:30:01 UTC

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

2022-03-29 22:30:01 UTC

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

2022-03-29 22:30:01 UTC

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

2022-03-29 22:33:28 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-03-29 22:33:28 UTC

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

2022-03-29 22:33:28 UTC

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

2022-03-29 22:33:29 UTC

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

2022-03-29 22:33:29 UTC

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

2022-03-29 22:33:29 UTC

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

2022-03-29 22:33:29 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