Namespace
linuxserver
Image / Tag
librespeed:amd64-5.2.5-ls150
Content Digest
sha256:14123cf5cd8447fe5da158be1fc3d716d88fb0234921c667d8c329dce384c744
Details
Created

2023-07-16 10:22:53 UTC

Size

31 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls150 Build-date:- 2023-07-16T10:21:46+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-07-16T10:21:46+00: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
    9641fc4900e91d2e719a54acd9fd2f9a39aa2b49
  • org.opencontainers.image.revision
    9641fc4900e91d2e719a54acd9fd2f9a39aa2b49
  • 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-ls150

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

/lsiopy/bin:/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

VIRTUAL_ENV

/lsiopy


Layers

[#000] sha256:95a5b72210cea22a0b84f7950ff08686c3d82f102f10fc7174b39ccfe1ea73d5 - 17.29% (5.37 MB)

[#001] sha256:8bc286c875142c1488068126123d0139525ffec9e71de614d3c023977ef591a3 - 0.01% (3.92 KB)

[#002] sha256:0845f4b21682c5093384f74c3b349ff2b7a2748afa5e4a8b230c4c7968285ff8 - 0.0% (967 Bytes)

[#003] sha256:b6c2fd4c43a91d5c3180e84f6f26f8ee4c5b40909cc17a403686e9268813f35e - 15.86% (4.92 MB)

[#004] sha256:4117f8d126b2e05f10e021cf1f22772d7aced19ee0d052c43fc92a04a36e07ad - 0.01% (3.12 KB)

[#005] sha256:3fca4c69a12610ce3ea7d7daf6cc877efd23ba286d6142af301375104436f686 - 37.59% (11.7 MB)

[#006] sha256:5b86fff2fb74a95a5fbff89edd78d0c6b5c2575dff254f076e319d7df1fdddeb - 0.03% (8.07 KB)

[#007] sha256:552c3b224d09b0f5b5744f94c2af43a7cf502e8e1c145f729992e6c0339ee289 - 29.18% (9.05 MB)

[#008] sha256:e4aaab0cc7984fbb6ac1e06b2bfe88bb1b91abc1816f437d3c4c264d93c9d522 - 0.02% (5.53 KB)


History
2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- bd2a5b02-ls10 Build-date:- 2023-07-08T13:32:48+00:00

2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

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

2023-07-08 13:33:50 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit

2023-07-08 13:33:50 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 VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-07-08 13:33:51 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-07-08T13:32:48+00:00 VERSION=bd2a5b02-ls10 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-07-08 13:33:51 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-07-08 13:33:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-07-13 18:53:41 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php82 php82-ctype php82-curl php82-fileinfo php82-fpm php82-iconv php82-json php82-mbstring php82-openssl php82-phar php82-session php82-simplexml php82-xml php82-xmlwriter php82-zip php82-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/conf.d/stream.conf && rm -f /etc/nginx/http.d/default.conf && echo "**** guarantee correct php version is symlinked ****" && if [ "$(readlink /usr/bin/php)" != "php82" ]; then rm -rf /usr/bin/php && ln -s /usr/bin/php82 /usr/bin/php; fi && echo "**** configure php ****" && sed -i "s#;error_log = log/php82/error.log.*#error_log = /config/log/php/error.log#g" /etc/php82/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php82/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php82/php-fpm.d/www.conf && echo "**** install php composer ****" && EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')" && php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && ACTUAL_CHECKSUM="$(php -r "echo hash_file('sha384', 'composer-setup.php');")" && if [ "$EXPECTED_CHECKSUM" != "$ACTUAL_CHECKSUM" ]; then >&2 echo 'ERROR: Invalid installer checksum' && rm composer-setup.php && exit 1; fi && php composer-setup.php --install-dir=/usr/bin && rm composer-setup.php && ln -s /usr/bin/composer.phar /usr/bin/composer && 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-07-13 18:53:41 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-07-13 18:53:41 UTC (buildkit.dockerfile.v0)

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

2023-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

ARG LIBRESPEED_RELEASE

2023-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5.2.5-ls150 Build-date:- 2023-07-16T10:21:46+00:00

2023-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-07-16T10:21:46+00:00 VERSION=5.2.5-ls150 LIBRESPEED_RELEASE=5.2.5 /bin/sh -c echo "**** install packages ****" && apk add --no-cache php82-gd php82-mysqli php82-pdo_pgsql php82-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-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-07-16 10:22:53 UTC (buildkit.dockerfile.v0)

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

2023-07-16 10:22:53 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