Namespace
linuxserver
Image / Tag
librespeed:arm32v7-5.2.5-ls135
Content Digest
sha256:b3527873f6716bbdf2c62ccb68ad8f89ed6f7418b0eca8f68cf0335dcc8c4a31
Details
Created

2023-03-28 05:55:57 +0100

Size

27.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls135 Build-date:- 2023-03-28T06:54:33+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-03-28T06:54:33+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
    5b8d8c4a4d53bf8f7e9cb7991c7f8e9278d4cf63
  • org.opencontainers.image.revision
    5b8d8c4a4d53bf8f7e9cb7991c7f8e9278d4cf63
  • 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-ls135

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

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

PS1

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:54db39e61ebb83f30e8b5d4d55a497bc01e5ff233bc1b3b545d271aec7557364 - 20.15% (5.55 MB)

[#001] sha256:48f754c837b5ecf11443cae7867fa045f485fdd86af6901ea71ee9aee615247d - 0.01% (3.56 KB)

[#002] sha256:af900fa4c4f807592d6cf6f3a07d06b12ce3de7c81dcf9132d0829f831c2b7ca - 19.79% (5.45 MB)

[#003] sha256:acc798c6e439c426ec0e3d23da0850b70b4e66b68abf918929b843265b5807fd - 0.01% (3.72 KB)

[#004] sha256:0abd827851fd0982b2bad6195871d7fbdc744acc5a01fc6d8398cbd97fbdf728 - 33.65% (9.26 MB)

[#005] sha256:95769a34a90fea0f7fdb37d3e92454223716ebd464bfbf0f55f1f69672c54921 - 0.03% (8.01 KB)

[#006] sha256:da873847ad9ec390a4e8582dda1aff027fd9a80ac7f2d6c52ea0008337dd46a8 - 26.34% (7.25 MB)

[#007] sha256:4e5162e8d9f9c025c3c702e159c0c97840db2b5a751caeb3b24b7f753e90592e - 0.02% (5.44 KB)


History
2023-03-21 06:30:47 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-03-21 06:30:47 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-21 06:30:47 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-03-21 06:30:47 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-03-21 06:30:47 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 799c676e-ls13 Build-date:- 2023-03-21T01:29:23-05:00

2023-03-21 06:30:47 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-03-21 06:30:47 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-03-21 06:30:47 UTC (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2023-03-21 06:30:49 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-03-21T01:29:23-05:00 VERSION=799c676e-ls13 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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/* # buildkit

2023-03-21 06:30:49 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-21 06:30:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-03-23 05:59:10 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php81 php81-fileinfo php81-fpm php81-json php81-mbstring php81-openssl php81-session php81-simplexml php81-xml php81-xmlwriter php81-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && sed -i "s#;error_log = log/php81/error.log.*#error_log = /config/log/php/error.log#g" /etc/php81/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php81/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php81/php-fpm.d/www.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 # buildkit

2023-03-23 05:59:10 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-23 05:59:10 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

ARG LIBRESPEED_RELEASE

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5.2.5-ls135 Build-date:- 2023-03-28T06:54:33+02:00

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-03-28T06:54:33+02:00 VERSION=5.2.5-ls135 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache php81-ctype php81-gd php81-mysqli php81-pdo_pgsql php81-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 /app/www/public && curl -o /tmp/librespeed.tar.gz -L "https://github.com/librespeed/speedtest/archive/${LIBRESPEED_RELEASE}.tar.gz" && tar xf /tmp/librespeed.tar.gz -C /app/www/public --strip-components=1 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-03-28 05:55:57 +0100 (buildkit.dockerfile.v0)

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