Namespace
linuxserver
Image / Tag
librespeed:arm64v8-5.2.5-ls125
Content Digest
sha256:326c5b837b34394813834ee1053d7014a0d89a281be9984264d15efa2ec20297
Details
Created

2023-01-18 12:07:54 UTC

Size

29.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls125 Build-date:- 2023-01-18T13:06:43+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-01-18T13:06:43+01: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
    2bc1fba3e2d0bd4e8c684c27db8c950fab871638
  • org.opencontainers.image.revision
    2bc1fba3e2d0bd4e8c684c27db8c950fab871638
  • 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-ls125

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:55d8d0456d63d2174ec2340b11b8fbef5debd337170e84e92e95d6afb9f1052c - 18.23% (5.35 MB)

[#001] sha256:81f503ee1ed59a9c34eaa02d1269084cf9c85210b1bd158eb1386a6b7dac47b3 - 18.54% (5.44 MB)

[#002] sha256:3953ee50580147a4478b24a1f80b7cacbbaebf819635bb1f0c393c43be6bc12b - 0.02% (5.81 KB)

[#003] sha256:c38a403f22274a5cccf195d93ea0a754283c1ee874c288525dc0aaffa709bbd7 - 44.45% (13 MB)

[#004] sha256:2685af28d583122aa529fbadb659929ad339f3f1d40731492f778c3b2630aa64 - 0.02% (6.46 KB)

[#005] sha256:6e7798dac7bbc5690b3ba1e02169d11aaed1dbabb5bebc7c918919e57378b9ea - 18.72% (5.49 MB)

[#006] sha256:d8c8a57de2ce891aad0156fffd4089c367688ff0cfe31eb9464d97f4e3512193 - 0.02% (5.18 KB)


History
2022-12-27 06:29:33 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-12-27 06:29:35 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-12-27 06:29:35 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-12-27 06:29:35 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3a58d774-ls36 Build-date:- 2022-12-27T07:28:07+01:00

2022-12-27 06:29:35 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-12-27 06:29:35 UTC (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

2022-12-27 06:29:35 UTC (buildkit.dockerfile.v0)

RUN |2 BUILD_DATE=2022-12-27T07:28:07+01:00 VERSION=3a58d774-ls36 /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-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2022-12-27 06:29:35 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-27 06:29:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-29 05:56:27 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php8 php8-fileinfo php8-fpm php8-json php8-mbstring php8-openssl php8-session php8-simplexml php8-xml php8-xmlwriter php8-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 ****" && ln -s /usr/bin/php8 /usr/bin/php && sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" /etc/php8/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php8/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php8/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

2022-12-29 05:56:28 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-29 05:56:28 UTC (buildkit.dockerfile.v0)

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

2023-01-18 12:07:54 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-18 12:07:54 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-18 12:07:54 UTC (buildkit.dockerfile.v0)

ARG LIBRESPEED_RELEASE

2023-01-18 12:07:54 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5.2.5-ls125 Build-date:- 2023-01-18T13:06:43+01:00

2023-01-18 12:07:54 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-01-18 12:07:54 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-18T13:06:43+01:00 VERSION=5.2.5-ls125 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl php8-ctype php8-gd php8-mysqli php8-pdo_pgsql php8-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-01-18 12:07:54 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-18 12:07:54 UTC (buildkit.dockerfile.v0)

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

2023-01-18 12:07:54 UTC (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