Namespace
linuxserver
Image / Tag
librespeed:arm32v7-5.1-ls1
Content Digest
sha256:81beb6990948a6c6b8a6fd1c559d1d0014d943f49f93024ecc093bc14892003c
Details
Created

2020-01-09 22:16:31 UTC

Size

27.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5.1-ls1 Build-date:- 2020-01-09T23:15:32+01: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:91ae08bd5a078a68c7c8981e5c57988511a359c433070e06b3365ff4cf87fa43 - 8.63% (2.41 MB)

[#001] sha256:d4492ab46546e8f8687c9463a4c9f2996c556df3a01d64b5431904dcbc770b68 - 22.36% (6.24 MB)

[#002] sha256:e57c657b5057225340548d8b5d86f50ba3a29dcbaad0ac6f5819c11efbec57cd - 0.01% (3.97 KB)

[#003] sha256:e0bd0c9db4ed1397f4e42bb059a53e27779f2d9888f659cb79b762e77c773712 - 47.58% (13.3 MB)

[#004] sha256:ea717b21cc5c61a8dc2c53273f9169d1015027ee253df171f2c113b05d07fe3e - 0.01% (2.92 KB)

[#005] sha256:720d9b9f51180a3adedf349649df515631a6fd76eb4c7b53af57f530b3a9260d - 21.39% (5.96 MB)

[#006] sha256:16871422a0aea53e56bf0b3dea63f95859763ef9070050477aa82be9542db7f8 - 0.02% (4.61 KB)


History
2019-12-26 18:45:10 UTC

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

2019-12-26 18:45:11 UTC

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

2019-12-26 18:45:11 UTC

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

2019-12-26 18:45:12 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f99185da-ls2 Build-date:- 2019-12-26T19:44:02+01:00

2019-12-26 18:45:12 UTC

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

2019-12-26 18:45:13 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0

2019-12-26 18:45:14 UTC

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

2019-12-26 18:45:14 UTC

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

2019-12-26 18:45:27 UTC

|4 BUILD_DATE=2019-12-26T19:44:02+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=f99185da-ls2 /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 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 && 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/*

2019-12-26 18:45:28 UTC

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

2019-12-26 18:45:29 UTC

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

2020-01-01 06:18:22 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.0-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-01-01 06:18:25 UTC

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

2020-01-01 06:18:25 UTC

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

2020-01-01 06:18:26 UTC

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

2020-01-09 22:16:21 UTC

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

2020-01-09 22:16:22 UTC

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

2020-01-09 22:16:22 UTC

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

2020-01-09 22:16:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.1-ls1 Build-date:- 2020-01-09T23:15:32+01:00

2020-01-09 22:16:23 UTC

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

2020-01-09 22:16:29 UTC

|3 BUILD_DATE=2020-01-09T23:15:32+01:00 LIBRESPEED_RELEASE=5.1 VERSION=5.1-ls1 /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-01-09 22:16:30 UTC

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

2020-01-09 22:16:30 UTC

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

2020-01-09 22:16:31 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