Namespace
linuxserver
Image / Tag
librespeed:amd64-5.2.2-ls45
Content Digest
sha256:8d3a38b1cdd0acbc349c2e1b893b616bea2c3ad991d3a366cf7b0dd5c2560601
Details
Created

2021-02-10 16:12:51 UTC

Size

29.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.2-ls45 Build-date:- 2021-02-10T16:11:31+00:00
  • maintainer
    aptalca

Environment
HOME

/root

PATH

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

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:e3d62ae256f36d85d66f56817aa2323b4be3299a73f3c79475373bb8ce7a0a9e - 9.61% (2.8 MB)

[#001] sha256:9d6625b93f12ce5bf793e6b17837e97ef27462843ac62a751c33f560c0ad82fb - 6.38% (1.86 MB)

[#002] sha256:e1bd71a16137bae05c565d9c647ededf288fb8bb860c4a22df4e4a1587df924f - 6.13% (1.79 MB)

[#003] sha256:2fe25602586f9057489acdcf633b126c190d308595716a667663f24d42cf1c21 - 0.0% (439 Bytes)

[#004] sha256:709f52b4eff78412407384206699123c69cb3a9900ab7c9b94cf0b72381927d1 - 10.29% (3 MB)

[#005] sha256:3d08e718e8451e196ca535fbdcb7aaa40cbb5792759c120edc4b2c34936eee1c - 0.01% (2.75 KB)

[#006] sha256:977205f1de5fde1b743297a775ea5a30e658f135acee3cddc6d786a7cad2134d - 47.15% (13.7 MB)

[#007] sha256:6be84e022bb3a48aec75b8a74be709fcacfd3644e6ababa6a9ca546a62e89c4f - 0.01% (3.02 KB)

[#008] sha256:9fd32c3a9b5e6d063da8c77948fc392d8846562550eb1b08b35e6133fd0f4c07 - 20.4% (5.94 MB)

[#009] sha256:575a3036dd9e8e6c5ac053309a46a5cb5f40b9a18f95622e941b1daf8aee3a4a - 0.02% (4.77 KB)


History
2021-01-29 14:55:42 UTC

/bin/sh -c #(nop) COPY dir:34cb43ec3b9545b5580512050701d57f9c1bf2f4a2d3e0ea9ba3c04e48b6bedf in /

2021-01-29 14:55:42 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-01-29 14:55:42 UTC

/bin/sh -c #(nop) ARG VERSION

2021-01-29 14:55:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2f01b82-ls4 Build-date:- 2021-01-29T14:54:35+00:00

2021-01-29 14:55:43 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-01-29 14:55:43 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.0

2021-01-29 14:55:44 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2021-01-29 14:55:48 UTC

/bin/sh -c #(nop) ADD b19812973f212c683902eb5a2a95dbe8069734a53f52bef06092d8c411a74dd4 in /tmp/

2021-01-29 14:55:50 UTC

|4 BUILD_DATE=2021-01-29T14:54:35+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.0 VERSION=e2f01b82-ls4 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-01-29 14:55:50 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-01-29 14:55:50 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2021-01-29 14:55:54 UTC

|4 BUILD_DATE=2021-01-29T14:54:35+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.0 VERSION=e2f01b82-ls4 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-01-29 14:55:54 UTC

/bin/sh -c #(nop) COPY dir:830561aefd71c7fca9d8e21ce7d56ba5979b78dce3d1d721fbb0b8a2099858eb in /

2021-01-29 14:55:54 UTC

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

2021-02-04 05:53:44 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-02-04 05:53:45 UTC

/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /

2021-02-04 05:53:45 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2021-02-04 05:53:45 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-02-10 16:12:44 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-02-10 16:12:44 UTC

/bin/sh -c #(nop) ARG VERSION

2021-02-10 16:12:45 UTC

/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE

2021-02-10 16:12:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.2-ls45 Build-date:- 2021-02-10T16:11:31+00:00

2021-02-10 16:12:45 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2021-02-10 16:12:50 UTC

|3 BUILD_DATE=2021-02-10T16:11:31+00:00 LIBRESPEED_RELEASE=5.2.2 VERSION=5.2.2-ls45 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl php7-gd php7-mysqli php7-pdo_pgsql php7-pdo_sqlite && echo "**** install librespeed ****" && if [ -z ${LIBRESPEED_RELEASE+x} ]; then LIBRESPEED_RELEASE=$(curl -sX GET "https://api.github.com/repos/librespeed/speedtest/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && mkdir -p /usr/share/webapps/librespeed && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /usr/share/webapps/librespeed --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/*

2021-02-10 16:12:50 UTC

/bin/sh -c #(nop) COPY dir:ddf786db53dcec2e0fdf50b9efff6102d2369e6b6855379f217947b2f7779d69 in /

2021-02-10 16:12:50 UTC

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

2021-02-10 16:12:51 UTC

/bin/sh -c #(nop) VOLUME [/config]

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