2022-07-19 05:39:56 UTC
29.8 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:84c0a0803693b427fba102108c71ed1dcbbd9cbf6f2873f87c4b52766cec7eb9 - 17.79% (5.31 MB)
[#001] sha256:f0f5ede6fda4005080953e5d82acc6699b4d67d0ba0e381083e430c00dbfa6cd - 18.12% (5.4 MB)
[#002] sha256:a0c58c770fc0e362d823458a4f147980069e3c5f345df12a65c2593338b0ea22 - 0.01% (3.85 KB)
[#003] sha256:e9152284019672d3951761fb2d7f88bb2ee75557f9a52dadef1ff08daca7647d - 44.51% (13.3 MB)
[#004] sha256:ce389a7a7689a47a51bc314799f6ad98156f0be9e2a586c302f257e0e832f9a5 - 0.01% (2.81 KB)
[#005] sha256:afdabaed90ef1af3bc18462ad2c78be09ebab4a02caef2d21748e957ea807a5b - 19.54% (5.83 MB)
[#006] sha256:55ddc3c8439983037c768a51d5dde019fa8e6326c04ef3f0ba063556510278a7 - 0.02% (4.78 KB)
/bin/sh -c #(nop) COPY dir:ce494abef0c120c841859a1177ac3704884501b555b0064b7c2b0d3ec1f1a488 in /
2022-07-12 06:34:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-12 06:34:46 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-12 06:34:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- dffd677f-ls35 Build-date:- 2022-07-12T08:33:18+02:00
2022-07-12 06:34:48 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-12 06:34:49 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-12 06:34:56 UTC|2 BUILD_DATE=2022-07-12T08:33:18+02:00 VERSION=dffd677f-ls35 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && 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 ****" && rm -rf /tmp/*
2022-07-12 06:34:57 UTC/bin/sh -c #(nop) COPY dir:3784f5a3877fd2d0f90c6e3fd6c2fe62ae8537a6e4e9cad4388f82719d765341 in /
2022-07-12 06:34:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-12 06:34:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-12 06:34:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-12T08:33:18+02:00
2022-07-12 06:35:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-12 06:35:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-12 06:35:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-12 06:35:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4640fffa8b4a9ce7db9d8f1402dffe52bd753dee
2022-07-12 06:35:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4640fffa8b4a9ce7db9d8f1402dffe52bd753dee
2022-07-12 06:35:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-12 06:35:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-12 06:35:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-12 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-12 06:35:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=dffd677f-ls35
2022-07-14 05:56:59 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-07-14 05:56:59 UTC/bin/sh -c #(nop) COPY dir:1569c122a99631fff694b053cb71eed5af4051624ee202e638e8d2cc1a3ca57b in /
2022-07-14 05:56:59 UTC/bin/sh -c #(nop) EXPOSE 443 80
2022-07-14 05:57:00 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-14 05:57:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-14 05:57:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-14T07:55:56+02:00
2022-07-14 05:57:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io
2022-07-14 05:57:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx
2022-07-14 05:57:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-14 05:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=6a35ea3b76a45b649adec3d9e8b3100c5af8a039
2022-07-14 05:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=6a35ea3b76a45b649adec3d9e8b3100c5af8a039
2022-07-14 05:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx
2022-07-14 05:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx
2022-07-14 05:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages
2022-07-14 05:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-14 05:57:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0c40ff96-ls35
2022-07-19 05:39:49 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-19 05:39:49 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-19 05:39:49 UTC/bin/sh -c #(nop) ARG LIBRESPEED_RELEASE
2022-07-19 05:39:50 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5.2.5-ls107 Build-date:- 2022-07-19T07:38:43+02:00
2022-07-19 05:39:50 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-19 05:39:54 UTC|3 BUILD_DATE=2022-07-19T07:38:43+02:00 LIBRESPEED_RELEASE=5.2.5 VERSION=5.2.5-ls107 /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-07-19 05:39:54 UTC/bin/sh -c #(nop) COPY dir:4fe126945a9e2553846579860d19597bac72b988181c2757ff19b98db8820e2a in /
2022-07-19 05:39:54 UTC/bin/sh -c #(nop) EXPOSE 80
2022-07-19 05:39:54 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-07-19 05:39:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-19 05:39:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-19T07:38:43+02:00
2022-07-19 05:39:55 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-07-19 05:39:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-librespeed
2022-07-19 05:39:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-19 05:39:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=95294c15d94398764b3fae04b8c74108a9aa9d26
2022-07-19 05:39:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=95294c15d94398764b3fae04b8c74108a9aa9d26
2022-07-19 05:39:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-librespeed
2022-07-19 05:39:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Librespeed
2022-07-19 05:39:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-librespeed/packages
2022-07-19 05:39:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-19 05:39:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5.2.5-ls107
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.