Namespace
linuxserver
Image / Tag
librespeed:5.2.5-ls93
Content Digest
sha256:70bd9ade89ed4711f96cf264642bff086b281697676bbe095382e320e10e4619
Details
Created

2022-03-29 04:58:45 UTC

Size

29.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls93 Build-date:- 2022-03-28T23:57:38-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-28T23:57:38-05: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
    9fa036384b2cdd47ecb6d090a4665ef229b87068
  • org.opencontainers.image.revision
    9fa036384b2cdd47ecb6d090a4665ef229b87068
  • 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-ls93

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:b5b7f5a1bd702ed0d71cf19af9ffe41c0a7474a99d345e5a04a1454e1f2230e8 - 9.64% (2.8 MB)

[#001] sha256:0829eab39e6491229e7b900d0ae8a3bf369314a4903fbd2c3556b12002dd96bf - 6.2% (1.8 MB)

[#002] sha256:23c0e456e3254756c59e89ba790344d03d5eb6b6745e52ff296a24e7c818a393 - 5.97% (1.74 MB)

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

[#004] sha256:ab2fa1e198a6d41ab56f6a03a97c449bd3aa6a8de0f78ada6649d625eace468f - 10.35% (3.01 MB)

[#005] sha256:e1fbf55450dfef8d101eddb0041c4fdc2880a24406a1f75e6b0fd1747b12bac1 - 0.01% (3.28 KB)

[#006] sha256:8ed29964927871635f5e0066e51c82590265372db506dca6f126724506e692b5 - 47.28% (13.7 MB)

[#007] sha256:665f7762292096c538f9409c2719ec81670e5c014125167185cfac713d4a544a - 0.01% (2.84 KB)

[#008] sha256:ffb4b609a1b505a1ec79841c5b9faa05ff4fc18b82fbedd8e28d7cc425478717 - 20.53% (5.97 MB)

[#009] sha256:b6b22eeb19e4723eb48a2afd424eb56d3804786bf9ddc45136a6460341475dd1 - 0.02% (4.78 KB)


History
2022-03-22 06:30:59 UTC

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

2022-03-22 06:30:59 UTC

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

2022-03-22 06:31:00 UTC

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

2022-03-22 06:31:00 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d78ca31-ls29 Build-date:- 2022-03-22T01:29:50-05:00

2022-03-22 06:31:00 UTC

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

2022-03-22 06:31:00 UTC

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

2022-03-22 06:31:00 UTC

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

2022-03-22 06:31:01 UTC

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

2022-03-22 06:31:02 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-03-22 06:31:02 UTC

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

2022-03-22 06:31:02 UTC

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

2022-03-22 06:31:06 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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/*

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-22T01:29:50-05:00

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5d78ca31-ls29

2022-03-24 05:54:17 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-03-24 05:54:17 UTC

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

2022-03-24 05:54:17 UTC

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

2022-03-24 05:54:17 UTC

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

2022-03-24 05:54:17 UTC

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

2022-03-24 05:54:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-24T00:53:15-05:00

2022-03-24 05:54:17 UTC

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

2022-03-24 05:54:17 UTC

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

2022-03-24 05:54:18 UTC

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

2022-03-24 05:54:18 UTC

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

2022-03-24 05:54:18 UTC

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

2022-03-24 05:54:18 UTC

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

2022-03-24 05:54:18 UTC

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

2022-03-24 05:54:18 UTC

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

2022-03-24 05:54:18 UTC

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

2022-03-24 05:54:18 UTC

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

2022-03-29 04:58:41 UTC

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

2022-03-29 04:58:41 UTC

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

2022-03-29 04:58:41 UTC

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

2022-03-29 04:58:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls93 Build-date:- 2022-03-28T23:57:38-05:00

2022-03-29 04:58:42 UTC

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

2022-03-29 04:58:44 UTC

|3 BUILD_DATE=2022-03-28T23:57:38-05:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls93 /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-03-29 04:58:44 UTC

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

2022-03-29 04:58:44 UTC

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

2022-03-29 04:58:44 UTC

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

2022-03-29 04:58:44 UTC

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

2022-03-29 04:58:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-28T23:57:38-05:00

2022-03-29 04:58:44 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-03-29 04:58:45 UTC

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

2022-03-29 04:58:45 UTC

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

2022-03-29 04:58:45 UTC

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

2022-03-29 04:58:45 UTC

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

2022-03-29 04:58:45 UTC

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

2022-03-29 04:58:45 UTC

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

2022-03-29 04:58:45 UTC

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

2022-03-29 04:58:45 UTC

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

2022-03-29 04:58:45 UTC

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

Details
Created

2022-03-29 04:59:10 UTC

Size

28.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls93 Build-date:- 2022-03-28T23:57:38-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-28T23:57:38-05: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
    9fa036384b2cdd47ecb6d090a4665ef229b87068
  • org.opencontainers.image.revision
    9fa036384b2cdd47ecb6d090a4665ef229b87068
  • 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-ls93

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:ff9e80e2c4f624955c23760e945cbd6b719947c9d1eea5dc1a66785f341609e0 - 8.57% (2.42 MB)

[#001] sha256:e64d03ab17644ce6701dab42d1cf652d15426f0bda03ef49279b67bf26a0c5cb - 7.62% (2.15 MB)

[#002] sha256:a3e8aa386ee38c6b70fa1b1e4ca4c71fd4fbfcdade31dfa2b5047e0734481941 - 7.37% (2.08 MB)

[#003] sha256:8b1835e0596aa40bbf187dc868e29c9d52c38ce53411c27a5a7161028899ab0a - 0.0% (409 Bytes)

[#004] sha256:d85c30aee98c4161887ec2582705d9f8583fc19a247b69a5a0ddce88ba023191 - 14.66% (4.14 MB)

[#005] sha256:8eb3051808a253ee32a77f847338bd6c120a9658ed12e847e3939806314116f4 - 0.01% (3.28 KB)

[#006] sha256:4d4b67999a6bce635fee052643e8ae7d48a069255e2e4d455ff1f8e2617e003d - 42.62% (12 MB)

[#007] sha256:bbf87d682c35497f71f2c3c958ff25437c8e514e2e0d638932881001ae0cae2b - 0.01% (2.78 KB)

[#008] sha256:cc10b8596f139b27b592c6561412b69823f68940d24ae876112273a2d9ecdc6d - 19.11% (5.39 MB)

[#009] sha256:1c9e9eade8cc88d7060b3ef20e666eb624299795105795c6170839f4e90f3640 - 0.02% (4.77 KB)


History
2022-03-22 06:31:09 UTC

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

2022-03-22 06:31:09 UTC

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

2022-03-22 06:31:10 UTC

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

2022-03-22 06:31:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d78ca31-ls29 Build-date:- 2022-03-22T01:29:50-05:00

2022-03-22 06:31:12 UTC

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

2022-03-22 06:31:13 UTC

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

2022-03-22 06:31:14 UTC

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

2022-03-22 06:31:16 UTC

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

2022-03-22 06:31:17 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-03-22 06:31:18 UTC

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

2022-03-22 06:31:18 UTC

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

2022-03-22 06:31:22 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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 "**** 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-22 06:31:23 UTC

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

2022-03-22 06:31:23 UTC

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

2022-03-22 06:31:24 UTC

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

2022-03-22 06:31:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-22T01:29:50-05:00

2022-03-22 06:31:26 UTC

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

2022-03-22 06:31:27 UTC

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

2022-03-22 06:31:28 UTC

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

2022-03-22 06:31:29 UTC

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

2022-03-22 06:31:30 UTC

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

2022-03-22 06:31:31 UTC

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

2022-03-22 06:31:32 UTC

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

2022-03-22 06:31:33 UTC

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

2022-03-22 06:31:34 UTC

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

2022-03-22 06:31:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5d78ca31-ls29

2022-03-24 05:54:24 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-03-24 05:54:25 UTC

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

2022-03-24 05:54:25 UTC

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

2022-03-24 05:54:26 UTC

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

2022-03-24 05:54:27 UTC

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

2022-03-24 05:54:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-24T00:53:15-05:00

2022-03-24 05:54:29 UTC

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

2022-03-24 05:54:30 UTC

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

2022-03-24 05:54:31 UTC

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

2022-03-24 05:54:32 UTC

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

2022-03-24 05:54:33 UTC

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

2022-03-24 05:54:34 UTC

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

2022-03-24 05:54:35 UTC

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

2022-03-24 05:54:36 UTC

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

2022-03-24 05:54:37 UTC

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

2022-03-24 05:54:38 UTC

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

2022-03-29 04:58:47 UTC

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

2022-03-29 04:58:48 UTC

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

2022-03-29 04:58:49 UTC

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

2022-03-29 04:58:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls93 Build-date:- 2022-03-28T23:57:38-05:00

2022-03-29 04:58:51 UTC

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

2022-03-29 04:58:55 UTC

|3 BUILD_DATE=2022-03-28T23:57:38-05:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls93 /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-03-29 04:58:57 UTC

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

2022-03-29 04:58:57 UTC

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

2022-03-29 04:58:58 UTC

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

2022-03-29 04:58:59 UTC

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

2022-03-29 04:59:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-28T23:57:38-05:00

2022-03-29 04:59:01 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-03-29 04:59:02 UTC

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

2022-03-29 04:59:03 UTC

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

2022-03-29 04:59:04 UTC

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

2022-03-29 04:59:05 UTC

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

2022-03-29 04:59:06 UTC

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

2022-03-29 04:59:07 UTC

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

2022-03-29 04:59:08 UTC

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

2022-03-29 04:59:09 UTC

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

2022-03-29 04:59:10 UTC

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

Details
Created

2022-03-29 04:59:09 UTC

Size

31.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.5-ls93 Build-date:- 2022-03-28T23:57:38-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-28T23:57:38-05: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
    9fa036384b2cdd47ecb6d090a4665ef229b87068
  • org.opencontainers.image.revision
    9fa036384b2cdd47ecb6d090a4665ef229b87068
  • 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-ls93

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:61d841ae3a556a716ff36fda8a56f3ca41d82e7a5814a33e14b26aba6000f5e1 - 8.61% (2.71 MB)

[#001] sha256:b96c04406a2a21c7294e10ef89ce1aaaaf52c9aa707ab16221a09e7e83433084 - 6.82% (2.15 MB)

[#002] sha256:1f059900562a673c326f3f31c54384c569ed5d5fa26f8adb82a79167331de2c4 - 6.68% (2.1 MB)

[#003] sha256:224fa1cb21b652625fc8871ed7437c4edf9ac51823a996696abaddcbebeb037f - 0.0% (409 Bytes)

[#004] sha256:3adae8f1231274ef7978a1a62392e955226120d61fcc17005209dc24df6d997e - 14.81% (4.66 MB)

[#005] sha256:e22db6ecc667cea3a52b8bb2173d6acfac4b7771225d251c98d76448c9ee18e3 - 0.01% (3.28 KB)

[#006] sha256:0f269b076e47ed38a481c6d8e4759ad1f14281cba6818444dd943f7a662919a7 - 44.12% (13.9 MB)

[#007] sha256:3f4c973dff31707b160f3ab8fd791137afa6e88d2a0d234015bf2ade59ad436b - 0.01% (2.78 KB)

[#008] sha256:5d6a879db65ed084e9b3fd379d2fb5a5802782da7907a3bf5afad74745c0eb71 - 18.93% (5.95 MB)

[#009] sha256:f676be27b0bc351b6a2559e42a5db29cb37ebb07b0f3c77a20640c3ef84efecb - 0.01% (4.78 KB)


History
2022-03-22 06:31:09 UTC

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

2022-03-22 06:31:09 UTC

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

2022-03-22 06:31:10 UTC

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

2022-03-22 06:31:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d78ca31-ls29 Build-date:- 2022-03-22T01:29:50-05:00

2022-03-22 06:31:12 UTC

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

2022-03-22 06:31:13 UTC

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

2022-03-22 06:31:14 UTC

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

2022-03-22 06:31:16 UTC

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

2022-03-22 06:31:17 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-03-22 06:31:18 UTC

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

2022-03-22 06:31:18 UTC

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

2022-03-22 06:31:22 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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 "**** 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-22 06:31:23 UTC

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

2022-03-22 06:31:23 UTC

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

2022-03-22 06:31:24 UTC

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

2022-03-22 06:31:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-22T01:29:50-05:00

2022-03-22 06:31:26 UTC

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

2022-03-22 06:31:27 UTC

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

2022-03-22 06:31:28 UTC

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

2022-03-22 06:31:29 UTC

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

2022-03-22 06:31:30 UTC

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

2022-03-22 06:31:31 UTC

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

2022-03-22 06:31:32 UTC

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

2022-03-22 06:31:33 UTC

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

2022-03-22 06:31:34 UTC

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

2022-03-22 06:31:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5d78ca31-ls29

2022-03-24 05:54:26 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-03-24 05:54:27 UTC

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

2022-03-24 05:54:27 UTC

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

2022-03-24 05:54:28 UTC

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

2022-03-24 05:54:29 UTC

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

2022-03-24 05:54:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-24T00:53:15-05:00

2022-03-24 05:54:31 UTC

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

2022-03-24 05:54:32 UTC

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

2022-03-24 05:54:33 UTC

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

2022-03-24 05:54:34 UTC

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

2022-03-24 05:54:35 UTC

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

2022-03-24 05:54:36 UTC

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

2022-03-24 05:54:37 UTC

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

2022-03-24 05:54:38 UTC

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

2022-03-24 05:54:39 UTC

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

2022-03-24 05:54:40 UTC

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

2022-03-29 04:58:47 UTC

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

2022-03-29 04:58:47 UTC

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

2022-03-29 04:58:48 UTC

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

2022-03-29 04:58:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls93 Build-date:- 2022-03-28T23:57:38-05:00

2022-03-29 04:58:50 UTC

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

2022-03-29 04:58:54 UTC

|3 BUILD_DATE=2022-03-28T23:57:38-05:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls93 /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-03-29 04:58:56 UTC

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

2022-03-29 04:58:56 UTC

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

2022-03-29 04:58:57 UTC

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

2022-03-29 04:58:58 UTC

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

2022-03-29 04:58:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-28T23:57:38-05:00

2022-03-29 04:59:00 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-03-29 04:59:01 UTC

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

2022-03-29 04:59:02 UTC

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

2022-03-29 04:59:03 UTC

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

2022-03-29 04:59:04 UTC

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

2022-03-29 04:59:05 UTC

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

2022-03-29 04:59:06 UTC

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

2022-03-29 04:59:07 UTC

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

2022-03-29 04:59:08 UTC

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

2022-03-29 04:59:09 UTC

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

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