Namespace
linuxserver
Image / Tag
librespeed:arm32v7-version-5.2.3
Content Digest
sha256:cb03abf7d92101ccccc5c3dda92bf05464dad60bd46cc0629e4b108f2bc8cd5d
Details
Created

2021-03-16 05:03:21 UTC

Size

28.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2.3-ls52 Build-date:- 2021-03-16T05:01:40+00:00
  • maintainer
    aptalca

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:2b77e485df39c2ea0bf6afb8b66e06ea1f9d5d99553b9fdb4c26c6c69feee569 - 8.57% (2.41 MB)

[#001] sha256:723dc4a29b8be75fcc37f97b0bd6d0b915ed75fc1dca1d2982b505feaab8dec9 - 7.64% (2.15 MB)

[#002] sha256:5ed62aff1bd32fa81adf09c1da073852cdca55287914fc0e6811ad878a6eef65 - 7.39% (2.08 MB)

[#003] sha256:982733731c24e2cfa398d5cb0a9cc472551d24098a1fb1e3819122cc141b5971 - 0.0% (438 Bytes)

[#004] sha256:503be98a89b8dc17459e70ec24ca025e746ce3bfe82bc17975950fc65940cec9 - 14.65% (4.13 MB)

[#005] sha256:03cc936e0bcfd087a788d4941efdcfaad0c10daab0a58c7ce12ec8207443e55b - 0.01% (2.8 KB)

[#006] sha256:cee071057a82e960aaeea17cdb7ab6ae513aeddc574eade8cf8e1434aa5bbb32 - 42.7% (12 MB)

[#007] sha256:89482b8473f0a15907f7a17cf32eee342c2c493d480c46db2f80b694f797ef9d - 0.01% (3.02 KB)

[#008] sha256:bbd7dcace62bac697924e216a4d40be8272a7234ba8a362024a6ae2a6ad2b34f - 19.01% (5.35 MB)

[#009] sha256:a3e322314a8b04818ee5b652848ca0b1d1a644c40d190fb2e2183ef660191fdf - 0.02% (4.79 KB)


History
2021-03-06 01:08:53 UTC

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

2021-03-06 01:08:53 UTC

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

2021-03-06 01:08:54 UTC

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

2021-03-06 01:08:54 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1494c3fe-ls8 Build-date:- 2021-03-06T01:07:24+00:00

2021-03-06 01:08:54 UTC

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

2021-03-06 01:08:54 UTC

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

2021-03-06 01:08:55 UTC

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

2021-03-06 01:08:56 UTC

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

2021-03-06 01:08:59 UTC

|4 BUILD_DATE=2021-03-06T01:07:24+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=1494c3fe-ls8 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-03-06 01:08:59 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-03-06 01:08:59 UTC

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

2021-03-06 01:09:07 UTC

|4 BUILD_DATE=2021-03-06T01:07:24+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=1494c3fe-ls8 /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/*

2021-03-06 01:09:07 UTC

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

2021-03-06 01:09:08 UTC

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

2021-03-11 05:59:21 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/conf.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

2021-03-11 05:59:21 UTC

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

2021-03-11 05:59:21 UTC

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

2021-03-11 05:59:21 UTC

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

2021-03-16 05:03:13 UTC

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

2021-03-16 05:03:13 UTC

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

2021-03-16 05:03:14 UTC

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

2021-03-16 05:03:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.3-ls52 Build-date:- 2021-03-16T05:01:40+00:00

2021-03-16 05:03:15 UTC

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

2021-03-16 05:03:19 UTC

|3 BUILD_DATE=2021-03-16T05:01:40+00:00 LIBRESPEED_RELEASE=5.2.3 VERSION=5.2.3-ls52 /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/*

2021-03-16 05:03:20 UTC

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

2021-03-16 05:03:21 UTC

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

2021-03-16 05:03:21 UTC

/bin/sh -c #(nop) 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