Namespace
linuxserver
Image / Tag
librespeed:arm32v7-5.2-ls19
Content Digest
sha256:d97a312bd2457e220b72f56c2ee24d230ae6c9d72b46413f8478f49bf7f567e2
Details
Created

2020-06-03 20:34:33 UTC

Size

28.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.2-ls19 Build-date:- 2020-06-03T22:33:42+02: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:4a9cae2b4c441da8e684ed0ff530367d10ab9baded8abd8d0c6912de3660cdf9 - 8.54% (2.4 MB)

[#001] sha256:98c8b7a9f33de3a97f3c88327b5452273f7023007530a61d01c0d7507454a6ac - 21.74% (6.1 MB)

[#002] sha256:84f3f89104218d8880ee4b4cc806083587053c79b099673e4dcf3db636085b39 - 0.01% (4.13 KB)

[#003] sha256:a2ced73cc28999f098b9382ea5f57dd1c31f953ed0ff03fdcfd3021450e34f19 - 47.72% (13.4 MB)

[#004] sha256:5497662b2877647590bbe10a2b2f38a32dc6383278eede02ae0a77d95b186d04 - 0.01% (2.96 KB)

[#005] sha256:44c9d414363d1d5b3991773e53c416e594f8cca6d9803d351069cfcd2f3547a3 - 21.96% (6.17 MB)

[#006] sha256:d6c08c855c8cdc27dbc443d1e745d507e3c6c8867038884beb177dd2fde81040 - 0.02% (4.69 KB)


History
2020-06-01 17:43:42 UTC

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

2020-06-01 17:43:48 UTC

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

2020-06-01 17:43:49 UTC

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

2020-06-01 17:43:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c8b1355-ls1 Build-date:- 2020-06-01T17:42:13+00:00

2020-06-01 17:43:53 UTC

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

2020-06-01 17:43:54 UTC

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

2020-06-01 17:44:00 UTC

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

2020-06-01 17:44:02 UTC

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

2020-06-01 17:44:28 UTC

|4 BUILD_DATE=2020-06-01T17:42:13+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.0.0.1 VERSION=9c8b1355-ls1 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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 && 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/*

2020-06-01 17:44:36 UTC

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

2020-06-01 17:44:41 UTC

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

2020-06-01 18:17:51 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

2020-06-01 18:17:53 UTC

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

2020-06-01 18:17:53 UTC

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

2020-06-01 18:17:54 UTC

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

2020-06-03 20:34:25 UTC

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

2020-06-03 20:34:25 UTC

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

2020-06-03 20:34:26 UTC

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

2020-06-03 20:34:26 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2-ls19 Build-date:- 2020-06-03T22:33:42+02:00

2020-06-03 20:34:27 UTC

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

2020-06-03 20:34:32 UTC

|3 BUILD_DATE=2020-06-03T22:33:42+02:00 LIBRESPEED_RELEASE=5.2 VERSION=5.2-ls19 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl 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/*

2020-06-03 20:34:33 UTC

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

2020-06-03 20:34:33 UTC

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

2020-06-03 20:34:33 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