Namespace
linuxserver
Image / Tag
librespeed:arm32v7-5.2.5-ls112
Content Digest
sha256:f69ce0d4f678f977f74be48239c5919ea47efbbf2bdb145f7bce4e429b12ea7d
Details
Created

2022-08-23 05:47:52 UTC

Size

26.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls112 Build-date:- 2022-08-23T07:46:30+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-23T07:46:30+02:00
  • org.opencontainers.image.description
    [Librespeed](https://github.com/librespeed/speedtest) is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers. No Flash, No Java, No Websocket, No Bullshit.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-librespeed
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    05398fe9cda5083388307c4078af6508eeb2bfda
  • org.opencontainers.image.revision
    05398fe9cda5083388307c4078af6508eeb2bfda
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-librespeed
  • org.opencontainers.image.title
    Librespeed
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-librespeed/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    5.2.5-ls112

Environment
HOME

/root

PATH

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

PS1

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:ff10194bd0f09bd30a857a95f5ee6957779168f1a902a46d919204c9f87cd465 - 19.05% (5.08 MB)

[#001] sha256:4e3f3cf62ea5fcb063477ac1fc67ea97384a642af5666551d03bc4f02cb7506e - 18.11% (4.83 MB)

[#002] sha256:68cacd3857763094903253fc7327ded9b55613e4b0735bea24fec5ed0a8c7925 - 0.02% (4.96 KB)

[#003] sha256:30ebe82c0feb7d00d287095611647cde5a51e47a35d86f2be6fe4c1d1b25147a - 43.01% (11.5 MB)

[#004] sha256:dbdf4860bc2ad94dcfc7c672ccc6a79ef8a04381938a887204139bbc6c7eac8e - 0.01% (2.81 KB)

[#005] sha256:6eba4929b8c156410ab32931bd82dc1c8b6589482737b9b323236cffad416e25 - 19.78% (5.28 MB)

[#006] sha256:2dbe4871a3bce870cf61160765e3143cddf38a928eb002869b71e7eecd9815f1 - 0.02% (4.78 KB)


History
2022-08-16 06:33:15 UTC

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

2022-08-16 06:33:16 UTC

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

2022-08-16 06:33:16 UTC

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

2022-08-16 06:33:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8c7719ed-ls41 Build-date:- 2022-08-16T08:31:44+02:00

2022-08-16 06:33:17 UTC

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

2022-08-16 06:33:17 UTC

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

2022-08-16 06:33:24 UTC

|2 BUILD_DATE=2022-08-16T08:31:44+02:00 VERSION=8c7719ed-ls41 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/*

2022-08-16 06:33:24 UTC

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

2022-08-16 06:33:24 UTC

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

2022-08-16 06:33:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-08-16 06:33:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-16T08:31:44+02:00

2022-08-16 06:33:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-08-16 06:33:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-08-16 06:33:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-08-16 06:33:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ab3b56d3b6c48c2239b5eb2ace53b9023a869581

2022-08-16 06:33:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ab3b56d3b6c48c2239b5eb2ace53b9023a869581

2022-08-16 06:33:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-08-16 06:33:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-08-16 06:33:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-08-16 06:33:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-08-16 06:33:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8c7719ed-ls41

2022-08-18 05:59:46 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/http.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

2022-08-18 05:59:46 UTC

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

2022-08-18 05:59:46 UTC

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

2022-08-18 05:59:47 UTC

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

2022-08-18 05:59:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-08-18 05:59:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-18T07:58:39+02:00

2022-08-18 05:59:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2022-08-18 05:59:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2022-08-18 05:59:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-08-18 05:59:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=79e3c9849724ed231f926c1ec6b33d88cb3fcfcc

2022-08-18 05:59:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=79e3c9849724ed231f926c1ec6b33d88cb3fcfcc

2022-08-18 05:59:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2022-08-18 05:59:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2022-08-18 05:59:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2022-08-18 05:59:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-08-18 05:59:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=10c2759d-ls41

2022-08-23 05:47:38 UTC

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

2022-08-23 05:47:39 UTC

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

2022-08-23 05:47:39 UTC

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

2022-08-23 05:47:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls112 Build-date:- 2022-08-23T07:46:30+02:00

2022-08-23 05:47:39 UTC

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

2022-08-23 05:47:48 UTC

|3 BUILD_DATE=2022-08-23T07:46:30+02:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls112 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl php7-ctype 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/*

2022-08-23 05:47:48 UTC

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

2022-08-23 05:47:49 UTC

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

2022-08-23 05:47:49 UTC

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

2022-08-23 05:47:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-08-23 05:47:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-23T07:46:30+02:00

2022-08-23 05:47:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Librespeed](https://github.com/librespeed/speedtest) is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers. No Flash, No Java, No Websocket, No Bullshit.

2022-08-23 05:47:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-librespeed

2022-08-23 05:47:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-08-23 05:47:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=05398fe9cda5083388307c4078af6508eeb2bfda

2022-08-23 05:47:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=05398fe9cda5083388307c4078af6508eeb2bfda

2022-08-23 05:47:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-librespeed

2022-08-23 05:47:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Librespeed

2022-08-23 05:47:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-librespeed/packages

2022-08-23 05:47:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-08-23 05:47:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5.2.5-ls112

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